Commit b4e50c99 by sujata

change in academic section

1 parent 07b184c2
...@@ -35,13 +35,6 @@ ...@@ -35,13 +35,6 @@
"type": "component", "type": "component",
"component": "aboutus.involvementof-academic-council", "component": "aboutus.involvementof-academic-council",
"repeatable": false "repeatable": false
},
"Description": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
} }
} }
} }
...@@ -9,6 +9,13 @@ ...@@ -9,6 +9,13 @@
"type": "component", "type": "component",
"component": "heading.heading", "component": "heading.heading",
"repeatable": false "repeatable": false
},
"Description": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
} }
}, },
"config": {} "config": {}
......
...@@ -48,6 +48,13 @@ export interface AboutusInvolvementofAcademicCouncil ...@@ -48,6 +48,13 @@ export interface AboutusInvolvementofAcademicCouncil
displayName: ' InvolvementofAcademicCouncil'; displayName: ' InvolvementofAcademicCouncil';
}; };
attributes: { attributes: {
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Heading: Schema.Attribute.Component<'heading.heading', false>; Heading: Schema.Attribute.Component<'heading.heading', false>;
}; };
} }
......
...@@ -418,13 +418,6 @@ export interface ApiAcademicCouncilAcademicCouncil ...@@ -418,13 +418,6 @@ export interface ApiAcademicCouncilAcademicCouncil
createdAt: Schema.Attribute.DateTime; createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> & createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private; Schema.Attribute.Private;
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Heading: Schema.Attribute.Component<'heading.heading', false>; Heading: Schema.Attribute.Component<'heading.heading', false>;
InvolvementofAcademic: Schema.Attribute.Component< InvolvementofAcademic: Schema.Attribute.Component<
'aboutus.involvementof-academic-council', 'aboutus.involvementof-academic-council',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!