Skip to content

Commit

Permalink
fix(cwp-template-aws): replace visibility with property plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Nov 30, 2022
1 parent 1f7fd27 commit 6e5425e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -32,7 +32,7 @@ import shadow from "@webiny/app-page-builder/render/plugins/elementSettings/shad
import padding from "@webiny/app-page-builder/render/plugins/elementSettings/padding";
import margin from "@webiny/app-page-builder/render/plugins/elementSettings/margin";
import textSetting from "@webiny/app-page-builder/render/plugins/elementSettings/text";
import visibility from "@webiny/app-page-builder/render/plugins/elementSettings/visibility";
import property from "@webiny/app-page-builder/render/plugins/elementSettings/property";
// Responsive mode
import responsiveMode from "@webiny/app-page-builder/render/plugins/responsiveMode";

Expand Down Expand Up @@ -71,6 +71,6 @@ export default [
padding,
margin,
textSetting,
visibility,
property,
responsiveMode()
];

0 comments on commit 6e5425e

Please sign in to comment.