Commit b4e50c99 by sujata

change in academic section

1 parent 07b184c2
......@@ -35,13 +35,6 @@
"type": "component",
"component": "aboutus.involvementof-academic-council",
"repeatable": false
},
"Description": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
}
}
}
......@@ -9,6 +9,13 @@
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"Description": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
}
},
"config": {}
......
......@@ -48,6 +48,13 @@ export interface AboutusInvolvementofAcademicCouncil
displayName: ' InvolvementofAcademicCouncil';
};
attributes: {
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Heading: Schema.Attribute.Component<'heading.heading', false>;
};
}
......
......@@ -418,13 +418,6 @@ export interface ApiAcademicCouncilAcademicCouncil
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Heading: Schema.Attribute.Component<'heading.heading', false>;
InvolvementofAcademic: Schema.Attribute.Component<
'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!