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

Some updates to the 2 col container and some of the content blocks + syncing the auth schemas with what is in dev env #12

Merged
merged 2 commits into from
Sep 7, 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
341 changes: 143 additions & 198 deletions api/composer.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alwaysShowDropdown: null
field: a46e7379-7773-4ce4-9c59-434567870f0c # Content Blocks
name: Widgets
sortOrder: 5
sortOrder: 8
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ minBlocks: 0
minChildBlocks: 0
minSiblingBlocks: 0
name: 'Bar Graph Tool'
sortOrder: 6
sortOrder: 9
topLevel: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
childBlocks:
- colLeft
- colRight
conditions: null
description: ''
enabled: true
field: a46e7379-7773-4ce4-9c59-434567870f0c # Content Blocks
group: 7ebe493b-5e03-48c8-8375-c9f9582da77e # Containers
groupChildBlockTypes: true
handle: colLeft
icon: null
ignorePermissions: true
maxBlocks: 1
maxChildBlocks: 0
maxSiblingBlocks: 1
minBlocks: 0
minChildBlocks: 0
minSiblingBlocks: 0
name: 'Left Column'
sortOrder: 5
topLevel: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
childBlocks:
- barGraphTool
- scatterplotTool
conditions: null
description: ''
enabled: true
field: a46e7379-7773-4ce4-9c59-434567870f0c # Content Blocks
group: 7ebe493b-5e03-48c8-8375-c9f9582da77e # Containers
groupChildBlockTypes: true
handle: colRight
icon: null
ignorePermissions: true
maxBlocks: 1
maxChildBlocks: 0
maxSiblingBlocks: 1
minBlocks: 0
minChildBlocks: 0
minSiblingBlocks: 0
name: 'Right Column'
sortOrder: 6
topLevel: false
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ minBlocks: 0
minChildBlocks: 0
minSiblingBlocks: 0
name: 'Color Tool'
sortOrder: 7
sortOrder: 10
topLevel: true
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ minBlocks: 0
minChildBlocks: 0
minSiblingBlocks: 0
name: 'Filter Tool'
sortOrder: 8
sortOrder: 11
topLevel: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
childBlocks:
- text
- twoColumnContainer
- widgetContainer
- barGraphTool
- colorTool
- filterTool
- scatterplotTool
conditions: null
description: ''
enabled: true
field: a46e7379-7773-4ce4-9c59-434567870f0c # Content Blocks
group: 7ebe493b-5e03-48c8-8375-c9f9582da77e # Containers
groupChildBlockTypes: true
handle: group
icon: null
ignorePermissions: true
maxBlocks: 0
maxChildBlocks: 0
maxSiblingBlocks: 0
minBlocks: 0
minChildBlocks: 0
minSiblingBlocks: 0
name: 'Interaction Group'
sortOrder: 3
topLevel: true
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ minBlocks: 0
minChildBlocks: 0
minSiblingBlocks: 0
name: 'Scatterplot Tool'
sortOrder: 9
sortOrder: 12
topLevel: true
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
childBlocks:
- text
- widgetContainer
- barGraphTool
- colorTool
- filterTool
- scatterplotTool
- colLeft
- colRight
conditions: null
description: ''
enabled: true
field: a46e7379-7773-4ce4-9c59-434567870f0c # Content Blocks
group: 7ebe493b-5e03-48c8-8375-c9f9582da77e # Containers
groupChildBlockTypes: true
groupChildBlockTypes: false
handle: twoColumnContainer
icon: null
ignorePermissions: true
Expand All @@ -21,5 +17,5 @@ minBlocks: 0
minChildBlocks: 0
minSiblingBlocks: 0
name: 'Two Column Container'
sortOrder: 3
sortOrder: 4
topLevel: true
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ minBlocks: 0
minChildBlocks: 0
minSiblingBlocks: 0
name: 'Widget Container'
sortOrder: 4
sortOrder: 7
topLevel: true
Loading
Loading