Commit 5d84130c by sujata

change in bookjournal page

1 parent 434d9d66
......@@ -5,15 +5,17 @@
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Description": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
}
},
"config": {}
......
......@@ -306,7 +306,7 @@ export interface FacultyDetails extends Struct.ComponentSchema {
preset: 'defaultHtml';
}
>;
Title: Schema.Attribute.String;
Heading: Schema.Attribute.Component<'heading.heading', false>;
};
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!