1
0
Fork 0
mirror of https://github.com/GuerillaStudio/vanillalist.git synced 2024-10-22 09:27:30 +00:00

Remove deprecated forestry config

This commit is contained in:
Tixie 2024-10-08 03:13:42 +02:00
parent dbfa6d1995
commit ccbcd8e6e8
No known key found for this signature in database
2 changed files with 0 additions and 55 deletions

View file

@ -1,31 +0,0 @@
---
label: plugin template
hide_body: true
fields:
- type: text
name: id
label: id
- type: text
name: title
label: title
- type: file
name: image
label: image
- type: textarea
name: description
label: description
- type: text
name: url_github
label: url_github
- type: text
name: url_npm
label: url_npm
- type: text
name: url_demo
label: url_demo
pages:
- plugins/duet-date-picker.json
- plugins/granim.js-animated-gradients.json
- plugins/lax.js-powerful-parallax-engine.json
- plugins/letmescroll.js-scroll-made-easy.json
- plugins/tom-select-a-powerful-custom-multiselect.json

View file

@ -1,24 +0,0 @@
---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: plugins
label: Plugins
create: documents
match: "**/*.json"
new_doc_ext: json
upload_dir: uploads
public_path: ''
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_output_directory: public
install_dependencies_command: npm install
preview_docker_image: forestryio/node:16
mount_path: "/srv"
working_dir: "/srv"
instant_preview_command: npm run build