Skip to content

Commit

Permalink
[F] NewsPosts have optional Hero Captions
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Mason committed Aug 10, 2023
1 parent 839c073 commit 4d2596d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,19 @@ fieldLayouts:
uid: 3855f60e-a753-427f-9244-8979083a7f3b
userCondition: null
warning: null
width: 100
width: 50
-
elementCondition: null
fieldUid: 61b9d842-7365-4bbf-883c-1b6433dc15f4 # Caption - rich text
instructions: null
label: 'Hero Caption'
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
uid: 6b1526fd-da23-4704-a956-01ff8ed74f8b
userCondition: null
warning: null
width: 50
-
elementCondition: null
fieldUid: 75f0b770-5006-4359-848f-96415196bfe0 # Date
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
columnSuffix: null
contentColumnType: text
fieldGroup: df8c8d8a-c7d1-45bf-b551-ef790a5b59ad # Callouts
fieldGroup: 9940892d-32f4-4399-acac-ab559ce1c82b # Common
handle: captionRichText
instructions: ''
instructions: null
name: 'Caption - rich text'
searchable: true
settings:
availableTransforms: '*'
availableTransforms: ''
availableVolumes: ''
cleanupHtml: true
columnType: text
configSelectionMode: choose
defaultTransform: ''
manualConfig: ''
purifierConfig: ''
purifyHtml: '1'
purifierConfig: null
purifyHtml: true
redactorConfig: Simple.json
removeEmptyTags: '1'
removeInlineStyles: '1'
removeNbsp: '1'
showHtmlButtonForNonAdmins: ''
removeEmptyTags: true
removeInlineStyles: true
removeNbsp: true
showHtmlButtonForNonAdmins: false
showUnpermittedFiles: false
showUnpermittedVolumes: false
uiMode: normal
Expand Down
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: 1691512708
dateModified: 1691608933
email:
fromEmail: $EMAIL_FROM_ADDRESS
fromName: $EMAIL_SENDER_NAME
Expand Down

0 comments on commit 4d2596d

Please sign in to comment.