mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 20:09:04 -05:00
Merge remote-tracking branch 'origin/main' into staging
This commit is contained in:
commit
0e99b37c21
3 changed files with 5 additions and 2 deletions
|
@ -35,6 +35,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
|
||||||
|
|
||||||
|
|
|
@ -59,7 +59,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
|
||||||
|
|
|
@ -65,7 +65,7 @@ You will be able to share your plugin with the <a target="_blank" href="https://
|
||||||
|
|
||||||
### My plugin works on my local machine, but I couldn’t install it on Penpot. What could be the problem?
|
### My plugin works on my local machine, but I couldn’t install it on Penpot. What could be the problem?
|
||||||
|
|
||||||
The url you that you need to provide in the plugin manager should look <a target="_blank" href="/plugins/create-a-plugin/#2.6.-step-6.-configure-the-manifest-file">like this</a>: <code class="language-bash">https:\/\/yourdomain.com/assents/manifest.json</code>
|
The url you that you need to provide in the plugin manager should look <a target="_blank" href="/plugins/create-a-plugin/#2.6.-step-6.-configure-the-manifest-file">like this</a>: <code class="language-bash">https:\/\/yourdomain.com/assets/manifest.json</code>
|
||||||
|
|
||||||
### Where can I get support if I find a bug or an unexpected behavior?
|
### Where can I get support if I find a bug or an unexpected behavior?
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue