mirror of
https://github.com/penpot/penpot.git
synced 2025-04-05 03:21:26 -05:00
✨ Enable by default components v2 feature
This commit is contained in:
parent
b836e8c5ab
commit
fd5b1c0341
3 changed files with 2 additions and 3 deletions
|
@ -26,7 +26,6 @@ export PENPOT_FLAGS="\
|
|||
enable-soft-rpc-rlimit \
|
||||
enable-webhooks \
|
||||
enable-access-tokens \
|
||||
disable-feature-components-v2 \
|
||||
enable-file-validation \
|
||||
enable-file-schema-validation";
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@ export PENPOT_FLAGS="\
|
|||
enable-rpc-climit \
|
||||
enable-smtp \
|
||||
enable-access-tokens \
|
||||
disable-feature-components-v2 \
|
||||
enable-file-validation \
|
||||
enable-file-schema-validation";
|
||||
|
||||
|
|
|
@ -58,7 +58,8 @@
|
|||
(def default-enabled-features
|
||||
#{"fdata/shape-data-type"
|
||||
"styles/v2"
|
||||
"layout/grid"})
|
||||
"layout/grid"
|
||||
"components/v2"})
|
||||
|
||||
;; A set of features which only affects on frontend and can be enabled
|
||||
;; and disabled freely by the user any time. This features does not
|
||||
|
|
Loading…
Add table
Reference in a new issue