Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color Tool Filter widget has optional displayName (in addition to required title) #57

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ slugTranslationMethod: site
sortOrder: 2
titleFormat: null
titleTranslationKeyFormat: null
titleTranslationMethod: site
titleTranslationMethod: none
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ fieldLayouts:
disabled: false
elementCondition: null
id: null
instructions: null
label: null
instructions: 'Title for reference in Craft'
label: 'Entry Title'
max: null
min: null
name: null
Expand All @@ -29,7 +29,19 @@ fieldLayouts:
uid: 475c3e84-06d8-4a5c-afca-012233f16273
userCondition: null
warning: null
width: 100
width: 50
-
elementCondition: null
fieldUid: e5142c27-2288-47b7-bfad-14cd6b3a6653 # Display Name
instructions: 'Title that will display in the client, if set. Should be different from the entry Title.'
label: null
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
uid: 8a9de9ed-a21c-47ed-9a78-4e330831e2df
userCondition: null
warning: null
width: 50
-
elementCondition: null
fieldUid: 24907dba-daa7-4266-a917-8e6a8b7ad726 # Filter Tool Actions
Expand Down Expand Up @@ -75,8 +87,8 @@ name: 'Color Filter Tool'
section: 28704998-935a-423b-a405-d4ad8b38efa2 # Widgets
showStatusField: true
slugTranslationKeyFormat: null
slugTranslationMethod: site
slugTranslationMethod: none
sortOrder: 1
titleFormat: null
titleTranslationKeyFormat: null
titleTranslationMethod: site
titleTranslationMethod: none
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ name: Default
section: 9068dd8e-ad92-4925-ba1d-1fe180598462 # Questions
showStatusField: true
slugTranslationKeyFormat: null
slugTranslationMethod: site
slugTranslationMethod: none
sortOrder: 1
titleFormat: null
titleTranslationKeyFormat: null
titleTranslationMethod: site
titleTranslationMethod: none
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ name: Default
section: c2356ed1-1e49-4056-83c7-ed615a2694b1 # Reference Modals
showStatusField: true
slugTranslationKeyFormat: null
slugTranslationMethod: site
slugTranslationMethod: none
sortOrder: 1
titleFormat: null
titleTranslationKeyFormat: null
titleTranslationMethod: site
titleTranslationMethod: none
2 changes: 1 addition & 1 deletion api/config/project/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dateModified: 1701725173
dateModified: 1703112709
elementSources:
craft\elements\Entry:
-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@ defaultPlacement: end
enableVersioning: true
handle: widgets
name: Widgets
previewTargets:
-
__assoc__:
-
- label
- 'Primary entry page'
-
- urlFormat
- '{url}'
-
- refresh
- '1'
propagationMethod: all
siteSettings:
2c2e1c6a-eb4d-44f1-9a43-8d79b326f354: # ES
Expand Down
Loading