mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 00:40:33 +02: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
|
@ -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
Add a link
Reference in a new issue