Skip to content

Commit

Permalink
editor: replaced ckeditor with tinymce
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatimah authored and lnielsen committed Dec 12, 2023
1 parent be341b2 commit 4af6ef7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import React, { Component } from "react";
import PropTypes from "prop-types";

import { FieldLabel, RichInputField } from "react-invenio-forms";
import { AdditionalDescriptionsField } from "./components";
import { i18next } from "@translations/invenio_rdm_records/i18next";
Expand All @@ -19,7 +18,7 @@ export class DescriptionsField extends Component {
return (
<>
<RichInputField
className="description-field rel-mb-1"
className="description-field rel-mb-1 rel-mt-2"
fieldPath={fieldPath}
editorConfig={editorConfig}
label={<FieldLabel htmlFor={fieldPath} icon={labelIcon} label={label} />}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import React, { Component } from "react";
import PropTypes from "prop-types";
import { Button, Form, Grid, Icon } from "semantic-ui-react";

import { ArrayField, SelectField, RichInputField } from "react-invenio-forms";
import { emptyAdditionalDescription } from "./initialValues";
import { LanguagesField } from "../../LanguagesField";
Expand Down

0 comments on commit 4af6ef7

Please sign in to comment.