@elementor/editor-editing-panel 4.0.0-535 → 4.0.0-536
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +21 -21
- package/src/components/promotions/init.tsx +3 -1
package/dist/index.js
CHANGED
|
@@ -4818,6 +4818,7 @@ var init = () => {
|
|
|
4818
4818
|
component: CustomCssSection,
|
|
4819
4819
|
options: { overwrite: true }
|
|
4820
4820
|
});
|
|
4821
|
+
controlsRegistry.register("attributes", import_editor_controls51.AttributesControl, "two-columns");
|
|
4821
4822
|
controlsRegistry.register("display-conditions", import_editor_controls51.DisplayConditionsControl, "two-columns");
|
|
4822
4823
|
}
|
|
4823
4824
|
};
|