Skip to content

Commit 6227528

Browse files
committed
feat: add blockHeight and borderRadius loader
1 parent c957630 commit 6227528

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/plugins/global-settings/preset-controls/editor-loader.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ const PRESET_MAPPING = {
1616
spacingSizes: {
1717
prefix: 'spacing-size',
1818
},
19+
blockHeights: {
20+
prefix: 'block-height',
21+
},
22+
borderRadius: {
23+
prefix: 'border-radius',
24+
},
1925
}
2026

2127
const renderGlobalStyles = ( customPresets, setStyles ) => {

0 commit comments

Comments
 (0)