0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 14:12:36 -05:00

🐛 Activate plugin feature by default

This commit is contained in:
alonso.torres 2024-11-15 09:04:59 +01:00
parent 6b9f7e9922
commit a58ad2298a
2 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,8 @@
### :bug: Bugs fixed ### :bug: Bugs fixed
- Fix problem creating manual overlay interactions [Taiga #9146](https://tree.taiga.io/project/penpot/issue/9146) - Fix problem creating manual overlay interactions [Taiga #9146](https://tree.taiga.io/project/penpot/issue/9146)
- Fix plugins list default URL
- Activate plugins feature by default
## 2.3.2 ## 2.3.2

View file

@ -57,7 +57,8 @@
#{"fdata/shape-data-type" #{"fdata/shape-data-type"
"styles/v2" "styles/v2"
"layout/grid" "layout/grid"
"components/v2"}) "components/v2"
"plugins/runtime"})
;; A set of features which only affects on frontend and can be enabled ;; 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 ;; and disabled freely by the user any time. This features does not