Skip to content

Commit

Permalink
fix(entries): re-apply sidebarAssets change
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Jul 18, 2024
1 parent 97835af commit 9ebcb5d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ fieldLayouts:
value: ''
elementType: craft\elements\Entry
fieldContext: global
fieldUid: c11d26d4-236a-4b06-99f6-3a8f67821ada # News Assets
fieldUid: c11d26d4-236a-4b06-99f6-3a8f67821ada # Sidebar Assets
instructions: null
label: null
required: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
columnSuffix: null
contentColumnType: string
fieldGroup: 824d9ca2-e755-4e41-8f6a-18e573fec8e4 # News Posts
handle: newsAssets
handle: sidebarAssets
instructions: 'For display in top right sidebar'
name: 'News Assets'
name: 'Sidebar Assets'
searchable: false
settings:
contentTable: '{{%matrixcontent_newsassets}}'
contentTable: '{{%matrixcontent_sidebarassets}}'
maxBlocks: null
minBlocks: null
propagationKeyFormat: null
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
field: c11d26d4-236a-4b06-99f6-3a8f67821ada # News Assets
field: c11d26d4-236a-4b06-99f6-3a8f67821ada # Sidebar Assets
fieldLayouts:
908d7981-63ac-461e-81c4-da6c921a1db9:
tabs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
field: c11d26d4-236a-4b06-99f6-3a8f67821ada # News Assets
field: c11d26d4-236a-4b06-99f6-3a8f67821ada # Sidebar Assets
fieldLayouts:
735b7a3e-8f34-47ba-8b65-d9c1571564ca:
tabs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
field: c11d26d4-236a-4b06-99f6-3a8f67821ada # News Assets
field: c11d26d4-236a-4b06-99f6-3a8f67821ada # Sidebar Assets
fieldLayouts:
007709ed-b343-4721-9b2a-e6874c493fe6:
tabs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
field: c11d26d4-236a-4b06-99f6-3a8f67821ada # News Assets
field: c11d26d4-236a-4b06-99f6-3a8f67821ada # Sidebar Assets
fieldLayouts:
bc20e833-6858-4927-bb1f-e3f2210012d2:
tabs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
field: c11d26d4-236a-4b06-99f6-3a8f67821ada # News Assets
field: c11d26d4-236a-4b06-99f6-3a8f67821ada # Sidebar Assets
fieldLayouts:
5045d08e-1627-42b2-a2c8-8c0698ccbb44:
tabs:
Expand Down
4 changes: 2 additions & 2 deletions api/config/project/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dateModified: 1721332633
dateModified: 1721334173
email:
fromEmail: $EMAIL_FROM_ADDRESS
fromName: $EMAIL_SENDER_NAME
Expand Down Expand Up @@ -331,7 +331,7 @@ meta:
c5f150d4-fc85-4a5f-a3a7-4d4a1d655861: 'Entry - News' # Entry - News
c9bce017-1c1c-4949-ad3b-a5c0b991a83a: 'Metadata Version' # Metadata Version
c9e9db12-fcdb-4b82-a8c8-eef21b3543af: 'Cell Background' # Cell Background
c11d26d4-236a-4b06-99f6-3a8f67821ada: 'News Assets' # News Assets
c11d26d4-236a-4b06-99f6-3a8f67821ada: 'Sidebar Assets' # Sidebar Assets
c30bad12-1372-49fe-ab6c-a9c33b2860bb: 'Gallery Item Tags' # Gallery Item Tags
c41c3f9f-056c-4b0b-8003-2ba5395a615f: Text # Text
c44a71b5-f4c8-4209-8433-9878aece9aa5: Text # Text
Expand Down

0 comments on commit 9ebcb5d

Please sign in to comment.