Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
advithconsulting.io-backend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 61925aba
authored
2024-11-28 15:14:52 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
converstion section
1 parent
0ef69319
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
src/components/layout/conversion-code.json
types/generated/components.d.ts
src/components/layout/conversion-code.json
View file @
61925ab
...
@@ -6,7 +6,10 @@
...
@@ -6,7 +6,10 @@
},
},
"options"
:
{},
"options"
:
{},
"attributes"
:
{
"attributes"
:
{
"codedata"
:
{
"scriptcode"
:
{
"type"
:
"text"
},
"noscriptcode"
:
{
"type"
:
"text"
"type"
:
"text"
}
}
}
}
...
...
types/generated/components.d.ts
View file @
61925ab
...
@@ -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
;
};
};
}
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment