argos/dmp-frontend/src/app/ui/admin/dataset-profile/editor/components/section
Konstantina Galouni 03009edaa3 Use <rich-text-editor-component> when html editor is needed - replace in dataset template descriprion, section & question descriptions.
1. dataset-profile-editor-section.component.html & dataset-profile-editor.component.html & dataset-profile-editor-composite-field.component.html: Replace <angular-editor> with <rich-text-editor-component> (custom common component when rich text editor is set).
2. dataset-profile-editor-section.component.ts & dataset-profile-editor.component.ts & dataset-profile-editor-composite-field.component.ts: Remove AngularEditorConfig (this is set in RichTextEditorComponent).
3. dataset-profile.module.ts: Instead of AngularEditorModule, import RichTextEditorModule (common component where rich text editor is set).
4. styles.scss: Moved css for angular editor to dedicated css file (src/app/library/rich-text-editor/rich-text-editor.component.scss) and keep here only "form-field-subscript-wrapper" class.
2021-11-01 15:10:00 +02:00
..
dataset-profile-editor-section.component.html Use <rich-text-editor-component> when html editor is needed - replace in dataset template descriprion, section & question descriptions. 2021-11-01 15:10:00 +02:00
dataset-profile-editor-section.component.scss Dataset profile editor. Validators are added to prevent user from proceeding with empty array of options(radio box and select). Polishing UI. 2021-03-04 14:38:46 +02:00
dataset-profile-editor-section.component.ts Use <rich-text-editor-component> when html editor is needed - replace in dataset template descriprion, section & question descriptions. 2021-11-01 15:10:00 +02:00