Skip to content

Commit

Permalink
refactor: show yaml and explorer options
Browse files Browse the repository at this point in the history
  • Loading branch information
eoaksnes committed Nov 30, 2023
1 parent 022a406 commit 7a00897
Showing 1 changed file with 4 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,21 @@
"plugin": "@development-framework/dm-core-plugins/header",
"config": {
"type": "PLUGINS:dm-core-plugins/header/HeaderPluginConfig",
"uiRecipesList": ["ExampleApplication", "Example"],
"uiRecipesList": ["Explorer", "Yaml"],
"hideAbout": false,
"hideUserInfo": false
}
},
"uiRecipes": [
{
"name": "ExampleApplication",
"name": "Explorer",
"type": "CORE:UiRecipe",
"plugin": "@development-framework/dm-core-plugins/explorer"
},
{
"name": "Example",
"name": "Yaml",
"type": "CORE:UiRecipe",
"plugin": "@development-framework/dm-core-plugins/view_selector/tabs",
"config": {
"type": "PLUGINS:dm-core-plugins/view_selector/ViewSelectorConfig",
"items": [
{
"type": "PLUGINS:dm-core-plugins/view_selector/ViewSelectorItem",
"label": "Example",
"viewConfig": {
"type": "CORE:ReferenceViewConfig",
"recipe": "ViewMedia",
"scope": "mediaObjects"
}
}
]
}
"plugin": "@development-framework/dm-core-plugins/yaml"
}
]
}

0 comments on commit 7a00897

Please sign in to comment.