Commit 40a0cf3b by sujata

advisor service

1 parent 9ae8c53e
{
"collectionName": "components_layout_overviews",
"info": {
"displayName": "Overview"
"displayName": "Overview",
"description": ""
},
"options": {},
"attributes": {
......@@ -11,7 +12,7 @@
"Subtitle": {
"type": "text"
},
"Description": {
"Content": {
"type": "customField",
"options": {
"preset": "default"
......
......@@ -263,11 +263,12 @@ export interface LayoutOverview extends Struct.ComponentSchema {
collectionName: 'components_layout_overviews';
info: {
displayName: 'Overview';
description: '';
};
attributes: {
Title: Schema.Attribute.String;
Subtitle: Schema.Attribute.Text;
Description: Schema.Attribute.RichText &
Content: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!