Skip to content

Commit

Permalink
remove unused blocks and rename new block
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 committed May 5, 2023
1 parent bc0f31a commit a9917f8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Blocks/EmbedEEAVisualization/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import presentationSVG from '@plone/volto/icons/image.svg';

export default (config) => {
const visualizationBlockConfig = {
id: 'embed_eea_visualization',
id: 'embed_visualization',
title: 'Embed EEA visualization',
icon: presentationSVG,
group: 'plotly',
Expand Down
2 changes: 1 addition & 1 deletion src/Blocks/PlotlyChart/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default (config) => {
group: 'plotly',
view: View,
edit: Edit,
restricted: false,
restricted: true,
mostUsed: false,
sidebarTab: 1,
security: {
Expand Down
2 changes: 1 addition & 1 deletion src/Blocks/Treemap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default (config) => {
group: 'plotly',
view: TreemapView,
edit: TreemapEdit,
restricted: false,
restricted: true,
mostUsed: false,
sidebarTab: 1,
security: {
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const applyConfig = (config) => {
};

return [
installEmbedVisualization,
//first one here ^^ will get old and be removed in time TODO:
installEmbedEEAVisualization,
installPlotlyChart,
Expand Down

0 comments on commit a9917f8

Please sign in to comment.