Skip to content

Commit

Permalink
geosolutions-it#9225 Documentation for Contexts plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Jun 19, 2023
1 parent 0e5a381 commit 2a44f61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build/docma-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
"web/client/plugins/BurgerMenu.jsx",
"web/client/plugins/ContentTabs.jsx",
"web/client/plugins/Context.jsx",
"web/client/plugins/Contexts.jsx",
"web/client/plugins/ContextCreator.jsx",
"web/client/plugins/contextmanager/ContextManager.jsx",
"web/client/plugins/Cookie.jsx",
Expand Down
1 change: 0 additions & 1 deletion web/client/plugins/Contexts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ const ContextsPlugin = compose(
* @prop {boolean} cfg.shareToolEnabled default true. Flag to show/hide the "share" button on the item.
* @prop {boolean} cfg.emptyView.iconHeight default "200px". Value to override default icon maximum height.
*/

export default createPlugin('Contexts', {
component: connect(contextsPluginSelector)(ContextsPlugin),
containers: {
Expand Down

0 comments on commit 2a44f61

Please sign in to comment.