Skip to content

Commit

Permalink
[C] add display name to entry fields
Browse files Browse the repository at this point in the history
For JIRA: "EPO-8859 #IN-REVIEW #comment add display name to entry fields"
  • Loading branch information
alexgoff authored and Blake Mason committed Dec 21, 2023
1 parent df25d80 commit b6075f6
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
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

0 comments on commit b6075f6

Please sign in to comment.