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 e6e14f8a
authored
2024-11-21 11:12:13 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add ckeditior in left and right side componet
1 parent
b750c105
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
src/components/dynamic-zone/about.json
src/components/dynamic-zone/background.json
types/generated/components.d.ts
src/components/dynamic-zone/about.json
View file @
e6e14f8
...
@@ -12,9 +12,6 @@
...
@@ -12,9 +12,6 @@
"Subtitle"
:
{
"Subtitle"
:
{
"type"
:
"string"
"type"
:
"string"
},
},
"Description"
:
{
"type"
:
"text"
},
"Image"
:
{
"Image"
:
{
"type"
:
"media"
,
"type"
:
"media"
,
"multiple"
:
false
,
"multiple"
:
false
,
...
...
src/components/dynamic-zone/background.json
View file @
e6e14f8
...
@@ -9,9 +9,6 @@
...
@@ -9,9 +9,6 @@
"Title"
:
{
"Title"
:
{
"type"
:
"string"
"type"
:
"string"
},
},
"Description"
:
{
"type"
:
"text"
},
"Image"
:
{
"Image"
:
{
"type"
:
"media"
,
"type"
:
"media"
,
"multiple"
:
false
,
"multiple"
:
false
,
...
...
types/generated/components.d.ts
View file @
e6e14f8
...
@@ -557,7 +557,6 @@ export interface DynamicZoneBackground extends Struct.ComponentSchema {
...
@@ -557,7 +557,6 @@ export interface DynamicZoneBackground extends Struct.ComponentSchema {
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Subtitle
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
...
@@ -580,7 +579,6 @@ export interface DynamicZoneAbout extends Struct.ComponentSchema {
...
@@ -580,7 +579,6 @@ export interface DynamicZoneAbout extends Struct.ComponentSchema {
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Content
:
Schema
.
Attribute
.
RichText
&
Content
:
Schema
.
Attribute
.
RichText
&
...
...
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