Commit 5d84130c by sujata

change in bookjournal page

1 parent 434d9d66
...@@ -5,15 +5,17 @@ ...@@ -5,15 +5,17 @@
}, },
"options": {}, "options": {},
"attributes": { "attributes": {
"Title": {
"type": "string"
},
"Description": { "Description": {
"type": "customField", "type": "customField",
"customField": "plugin::ckeditor5.CKEditor", "customField": "plugin::ckeditor5.CKEditor",
"options": { "options": {
"preset": "defaultHtml" "preset": "defaultHtml"
} }
},
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
} }
}, },
"config": {} "config": {}
......
...@@ -306,7 +306,7 @@ export interface FacultyDetails extends Struct.ComponentSchema { ...@@ -306,7 +306,7 @@ export interface FacultyDetails extends Struct.ComponentSchema {
preset: 'defaultHtml'; 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!