Commit 61925aba by sujata

converstion section

1 parent 0ef69319
...@@ -6,7 +6,10 @@ ...@@ -6,7 +6,10 @@
}, },
"options": {}, "options": {},
"attributes": { "attributes": {
"codedata": { "scriptcode": {
"type": "text"
},
"noscriptcode": {
"type": "text" "type": "text"
} }
} }
......
...@@ -292,7 +292,8 @@ export interface LayoutConversionCode extends Struct.ComponentSchema { ...@@ -292,7 +292,8 @@ export interface LayoutConversionCode extends Struct.ComponentSchema {
description: ''; description: '';
}; };
attributes: { attributes: {
codedata: Schema.Attribute.Text; scriptcode: Schema.Attribute.Text;
noscriptcode: Schema.Attribute.Text;
}; };
} }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!