Skip to content

Commit

Permalink
[C] remove WidgetContainerBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff authored and blnkt committed Oct 18, 2023
1 parent 9709552 commit 83a8c5f
Show file tree
Hide file tree
Showing 12 changed files with 546 additions and 311 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,72 @@ settings:
-
- default
- '1'
-
__assoc__:
-
- label
- Violet
-
- value
- violet
-
- default
- ''
-
__assoc__:
-
- label
- Blue
-
- value
- blue
-
- default
- ''
-
__assoc__:
-
- label
- Green
-
- value
- green
-
- default
- ''
-
__assoc__:
-
- label
- Yellow
-
- value
- yellow
-
- default
- ''
-
__assoc__:
-
- label
- Orange
-
- value
- orange
-
- default
- ''
-
__assoc__:
-
- label
- Red
-
- value
- red
-
- default
- ''
translationKeyFormat: null
translationMethod: site
type: craft\fields\Dropdown
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: 10
sortOrder: 9
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: ''
enabled: true
field: a46e7379-7773-4ce4-9c59-434567870f0c # Content Blocks
fieldLayouts:
80dff751-12ba-4018-80c0-a031642798c1:
f4219774-003f-4c0c-8bec-f2f1aef160e1:
tabs:
-
elementCondition: null
Expand Down Expand Up @@ -96,5 +96,5 @@ minBlocks: 0
minChildBlocks: 0
minSiblingBlocks: 0
name: 'Bar Graph Tool'
sortOrder: 11
sortOrder: 10
topLevel: true
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
childBlocks:
- barGraphTool
- scatterplotTool
childBlocks: null
conditions: null
description: 'Use this to group several instances of some types of widgets.'
description: 'Interactive tool for displaying the range of each filter in the Rubin Observatory LSST camera'
enabled: true
field: a46e7379-7773-4ce4-9c59-434567870f0c # Content Blocks
group: 7ebe493b-5e03-48c8-8375-c9f9582da77e # Containers
group: 513634e9-3389-4e41-b769-9433ac34e35e # Widgets
groupChildBlockTypes: true
handle: widgetContainer
handle: cameraFilterTool
icon: null
ignorePermissions: true
maxBlocks: 0
Expand All @@ -16,6 +14,6 @@ maxSiblingBlocks: 0
minBlocks: 0
minChildBlocks: 0
minSiblingBlocks: 0
name: 'Widget Container'
sortOrder: 9
name: 'Camera Filter Tool'
sortOrder: 14
topLevel: true
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ childBlocks:
- text
- image
- group
- widgetContainer
- barGraphTool
- colorTool
- filterTool
- scatterplotTool
- cameraFilterTool
conditions: null
description: ''
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ childBlocks:
- text
- image
- group
- widgetContainer
- barGraphTool
- colorTool
- filterTool
- scatterplotTool
- cameraFilterTool
conditions: null
description: ''
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: ''
enabled: true
field: a46e7379-7773-4ce4-9c59-434567870f0c # Content Blocks
fieldLayouts:
dc576cae-30e9-4029-b574-433c7403cf1d:
39acdbd3-1bbb-4113-8958-10a9d08fbb81:
tabs:
-
elementCondition: null
Expand Down Expand Up @@ -95,5 +95,5 @@ minBlocks: 0
minChildBlocks: 0
minSiblingBlocks: 0
name: 'Color Tool'
sortOrder: 12
sortOrder: 11
topLevel: true
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: ''
enabled: true
field: a46e7379-7773-4ce4-9c59-434567870f0c # Content Blocks
fieldLayouts:
ffba8a00-b52c-4309-9a23-99475cbcc3b4:
0cb3dfd9-78c6-4481-932b-129f7d027bf2:
tabs:
-
elementCondition: null
Expand Down Expand Up @@ -48,5 +48,5 @@ minBlocks: 0
minChildBlocks: 0
minSiblingBlocks: 0
name: 'Filter Tool'
sortOrder: 13
sortOrder: 12
topLevel: true
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ childBlocks:
- questionBlock
- text
- image
- widgetContainer
- barGraphTool
- colorTool
- filterTool
- scatterplotTool
- cameraFilterTool
conditions: null
description: ''
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: ''
enabled: true
field: a46e7379-7773-4ce4-9c59-434567870f0c # Content Blocks
fieldLayouts:
88bba6ce-bfef-4bdd-8dde-3dc67771effa:
96eaf4d6-1491-4b97-8e8e-1c3d878a0bf8:
tabs:
-
elementCondition: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: ''
enabled: true
field: a46e7379-7773-4ce4-9c59-434567870f0c # Content Blocks
fieldLayouts:
7c3028af-718d-4e37-a4b8-c5eb916234cb:
d7754bfd-0a9d-40f0-8905-1f81146fe74b:
tabs:
-
elementCondition: null
Expand Down Expand Up @@ -96,5 +96,5 @@ minBlocks: 0
minChildBlocks: 0
minSiblingBlocks: 0
name: 'Scatterplot Tool'
sortOrder: 14
sortOrder: 13
topLevel: true
Loading

0 comments on commit 83a8c5f

Please sign in to comment.