argos/dmp-frontend/src/app/ui/admin/dataset-profile/editor/components
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
..
composite-field 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
composite-profile-editor-default-value Dataset Profile Editor. Move validators from tempate to models. (Fixing issue of form classified as valid when not all formcontrols are rendered.) 2021-03-27 19:52:53 +02:00
field Add reordering for inputs in a dataset template 2021-10-19 11:08:38 +03:00
field-type External Dataset type (newly added field). 2021-06-23 11:50:10 +03:00
final-preview Dataset profile editor. Fix: final preview in step does not affect individual previews in step 2. 2021-04-05 12:06:14 +03:00
page Adds finalize functionality on Dataset Profiles and refactors frontend and backend to suit that change. 2019-02-11 14:04:45 +02:00
rule Deactivate Guard on dataset template editor 2021-07-23 17:03:29 +03:00
section 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
section-fieldset Users on template editor 2021-07-23 14:16:59 +03:00