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 00131c48
authored
2024-11-18 17:14:17 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add destils section in rule applictaion
1 parent
b0ccbe0f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
src/components/dynamic-zone/rules-list.json
types/generated/components.d.ts
src/components/dynamic-zone/rules-list.json
View file @
00131c4
{
"collectionName"
:
"components_dynamic_zone_rules_lists"
,
"info"
:
{
"displayName"
:
"RulesList"
"displayName"
:
"RulesList"
,
"description"
:
""
},
"options"
:
{},
"attributes"
:
{
...
...
@@ -10,6 +11,11 @@
},
"Description"
:
{
"type"
:
"text"
},
"details"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"dynamic-zone.details"
}
}
}
types/generated/components.d.ts
View file @
00131c4
...
...
@@ -437,10 +437,12 @@ export interface DynamicZoneRulesList extends Struct.ComponentSchema {
collectionName
:
'components_dynamic_zone_rules_lists'
;
info
:
{
displayName
:
'RulesList'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
details
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.details'
,
false
>
;
};
}
...
...
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