Skip to content

Commit

Permalink
fix: add blueprint paths to recipe examples
Browse files Browse the repository at this point in the history
  • Loading branch information
awesthouse committed Jun 19, 2024
1 parent 490c024 commit 87af07e
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
"colors": ["red", "blue", "green", "yellow", "black"]
},
"recipe": {
"name": "cars",
"_blueprintPath_": "./ColorList",
"name": "colors",
"type": "CORE:UiRecipe",
"description": "List of cars",
"description": "List of colors",
"plugin": "@development-framework/dm-core-plugins/data_grid",
"config": {
"type": "PLUGINS:dm-core-plugins/data_grid/DataGridPluginConfig",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
]
},
"recipe": {
"_blueprintPath_": "./ColorList",
"name": "colors",
"type": "CORE:UiRecipe",
"description": "List of colors",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
"green": ["green", "#00FF00", "rgb(0, 255, 0)"]
},
"recipe": {
"name": "cars",
"_blueprintPath_": "./ColorList",
"name": "colors",
"type": "CORE:UiRecipe",
"description": "List of cars",
"description": "List of colors",
"plugin": "@development-framework/dm-core-plugins/data_grid",
"config": {
"type": "PLUGINS:dm-core-plugins/data_grid/DataGridPluginConfig",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"model": "XC40"
},
"recipe": {
"_blueprintPath_": "./Car",
"name": "car",
"type": "CORE:UiRecipe",
"description": "Car form",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
}
},
"recipe": {
"_blueprintPath_": "./Person",
"name": "person",
"type": "CORE:UiRecipe",
"description": "Person form",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
}
},
"recipe": {
"_blueprintPath_": "./Person",
"name": "person",
"type": "CORE:UiRecipe",
"description": "Person form",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
]
},
"recipe": {
"_blueprintPath_": "./CarList",
"name": "cars",
"type": "CORE:UiRecipe",
"description": "List of cars",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
}
},
"recipe": {
"_blueprintPath_": "./MediaViewer",
"name": "MediaExample",
"type": "CORE:UiRecipe",
"description": "Media example with basic config",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"_id": "1179c897-df62-445f-87e4-f393b4253936"
},
"recipe": {
"_blueprintPath_": "./Example",
"type": "CORE:UiRecipe",
"name": "Meta",
"plugin": "@development-framework/dm-core-plugins/meta"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"_id": "1179c897-df62-445f-87e4-f393b4253936"
},
"recipe": {
"_blueprintPath_": "./Example",
"type": "CORE:UiRecipe",
"name": "grid_example",
"description": "Person form",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"_id": "1179c897-df62-445f-87e4-f393b4253936"
},
"recipe": {
"_blueprintPath_": "./Section",
"name": "UiRecipesSelector",
"type": "CORE:UiRecipe",
"plugin": "@development-framework/dm-core-plugins/view_selector/sidebar",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"_id": "1179c897-df62-445f-87e4-f393b4253936"
},
"recipe": {
"_blueprintPath_": "Section",
"name": "section",
"type": "CORE:UiRecipe",
"description": "stack recipe",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
]
},
"recipe": {
"_blueprintPath_": "CarList",
"name": "cars",
"type": "CORE:UiRecipe",
"description": "List of cars",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
]
},
"recipe": {
"_blueprintPath_": "EditTable",
"name": "cars",
"type": "CORE:UiRecipe",
"description": "List of cars",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
]
},
"recipe": {
"_blueprintPath_": "CarList",
"name": "cars",
"type": "CORE:UiRecipe",
"description": "List of cars",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"_id": "1179c897-df62-445f-87e4-f393b4253936"
},
"recipe": {
"_blueprintPath_": "./Section",
"name": "UiRecipesSelector",
"type": "CORE:UiRecipe",
"plugin": "@development-framework/dm-core-plugins/view_selector/tabs",
Expand Down

0 comments on commit 87af07e

Please sign in to comment.