From 0bd35962ae4054c6e029973e72e54db186bde642 Mon Sep 17 00:00:00 2001 From: Tixie Date: Sat, 12 Mar 2022 11:35:42 +0000 Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration --- .../templates/plugin-template.yml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .forestry/front_matter/templates/plugin-template.yml diff --git a/.forestry/front_matter/templates/plugin-template.yml b/.forestry/front_matter/templates/plugin-template.yml new file mode 100644 index 0000000..9ef96e9 --- /dev/null +++ b/.forestry/front_matter/templates/plugin-template.yml @@ -0,0 +1,25 @@ +--- +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