hfs 0.42.0-a → 0.42.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/admin/assets/{index-c9fbb28c.js → index-1db4299e.js} +80 -80
- package/admin/assets/{sha512-535b693b.js → sha512-af87c1bd.js} +1 -1
- package/admin/index.html +1 -1
- package/frontend/assets/{index-91fd0c21.js → index-297a3f3d.js} +18 -18
- package/frontend/assets/{sha512-d6480daa.js → sha512-bce9fb1c.js} +1 -1
- package/frontend/index.html +1 -1
- package/package.json +1 -1
- package/plugins/updater-disabled/plugin.js +6 -3
- package/src/const.js +1 -1
- package/src/index.js +1 -0
- package/src/plugins.js +66 -60
package/README.md
CHANGED
|
@@ -97,11 +97,11 @@ Translation is applied automatically based on the configuration of the visitor's
|
|
|
97
97
|
|
|
98
98
|
## Plug-ins
|
|
99
99
|
|
|
100
|
-
|
|
100
|
+
You can use the Admin-panel to manage your plugins and install new ones.
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
Under the hood, installing a plugin just means copying its folder inside `plugins` folder. Deleting will uninstall it.
|
|
103
103
|
|
|
104
|
-
HFS will ignore all folders with `-disabled` at the end of the name.
|
|
104
|
+
HFS will ignore all plugin folders with `-disabled` at the end of the name.
|
|
105
105
|
|
|
106
106
|
## Why you should upgrade from HFS 2.x to 3
|
|
107
107
|
|