mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
✨ Make the icons-plugin work correctly on subpath
This commit is contained in:
parent
207bc795c0
commit
9fb6a3ab0e
@ -88,6 +88,7 @@
|
|||||||
"assets": [
|
"assets": [
|
||||||
"apps/icons-plugin/src/_headers",
|
"apps/icons-plugin/src/_headers",
|
||||||
"apps/icons-plugin/src/favicon.ico",
|
"apps/icons-plugin/src/favicon.ico",
|
||||||
|
"apps/icons-plugin/src/manifest.json",
|
||||||
"apps/icons-plugin/src/assets"
|
"apps/icons-plugin/src/assets"
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
|
|||||||
@ -3,7 +3,6 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>icons-plugin</title>
|
<title>icons-plugin</title>
|
||||||
<base href="/" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
8
plugins/apps/icons-plugin/src/manifest.json
Normal file
8
plugins/apps/icons-plugin/src/manifest.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"name": "Icons plugin",
|
||||||
|
"version": 2,
|
||||||
|
"code": "assets/plugin.js",
|
||||||
|
"icon": "assets/icon.png",
|
||||||
|
"description": "Create icons from the Feather Icons set",
|
||||||
|
"permissions": ["content:read", "content:write"]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user