Commit 40a0cf3b by sujata

advisor service

1 parent 9ae8c53e
{ {
"collectionName": "components_layout_overviews", "collectionName": "components_layout_overviews",
"info": { "info": {
"displayName": "Overview" "displayName": "Overview",
"description": ""
}, },
"options": {}, "options": {},
"attributes": { "attributes": {
...@@ -11,7 +12,7 @@ ...@@ -11,7 +12,7 @@
"Subtitle": { "Subtitle": {
"type": "text" "type": "text"
}, },
"Description": { "Content": {
"type": "customField", "type": "customField",
"options": { "options": {
"preset": "default" "preset": "default"
......
...@@ -263,11 +263,12 @@ export interface LayoutOverview extends Struct.ComponentSchema { ...@@ -263,11 +263,12 @@ export interface LayoutOverview extends Struct.ComponentSchema {
collectionName: 'components_layout_overviews'; collectionName: 'components_layout_overviews';
info: { info: {
displayName: 'Overview'; displayName: 'Overview';
description: '';
}; };
attributes: { attributes: {
Title: Schema.Attribute.String; Title: Schema.Attribute.String;
Subtitle: Schema.Attribute.Text; Subtitle: Schema.Attribute.Text;
Description: Schema.Attribute.RichText & Content: Schema.Attribute.RichText &
Schema.Attribute.CustomField< Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor', '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!