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 eaf832f6
authored
2024-11-28 11:14:22 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add ckeditor
1 parent
aa5d236e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletions
src/components/layout/conversion-code.json
types/generated/components.d.ts
src/components/layout/conversion-code.json
View file @
eaf832f
{
{
"collectionName"
:
"components_layout_conversion_codes"
,
"collectionName"
:
"components_layout_conversion_codes"
,
"info"
:
{
"info"
:
{
"displayName"
:
"ConversionCode"
"displayName"
:
"ConversionCode"
,
"description"
:
""
},
},
"options"
:
{},
"options"
:
{},
"attributes"
:
{
"attributes"
:
{
"Code"
:
{
"Code"
:
{
"type"
:
"text"
"type"
:
"text"
},
"conversioncode"
:
{
"type"
:
"customField"
,
"options"
:
{
"preset"
:
"default"
},
"customField"
:
"plugin::ckeditor5.CKEditor"
}
}
}
}
}
}
types/generated/components.d.ts
View file @
eaf832f
...
@@ -289,9 +289,17 @@ export interface LayoutConversionCode extends Struct.ComponentSchema {
...
@@ -289,9 +289,17 @@ export interface LayoutConversionCode extends Struct.ComponentSchema {
collectionName
:
'components_layout_conversion_codes'
;
collectionName
:
'components_layout_conversion_codes'
;
info
:
{
info
:
{
displayName
:
'ConversionCode'
;
displayName
:
'ConversionCode'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Code
:
Schema
.
Attribute
.
Text
;
Code
:
Schema
.
Attribute
.
Text
;
conversioncode
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
};
}
}
...
...
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