generated from devvyyxyz/retype
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
44 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Exnesion packages allow you to upload and share bulk actions, events, automations, and thems | ||
|
||
## Info.md | ||
```md | ||
{ | ||
"name": "Package's Name", /*Your package name, such as Moderation package*/ | ||
"requirements": { | ||
"node_modules": [], /*The required node modules to use this package*/ | ||
"automations": ["Workshop"] /*The required extensions to use this package*/ | ||
}, | ||
"translation_support": true, /*If translations are supported make value true otherwise make it false*/ | ||
"reject_legacy": false /*If legacy is supported make value false otherwise make it true*/ | ||
} | ||
``` | ||
|
||
## Download Extension packages example folder | ||
[!file](/assets/Files/Ext%20Template.zip) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
icon: dot-fill | ||
label: Extension packages | ||
description: | ||
layout: defualt | ||
categories: [mods, theme, event] | ||
tags: [guide, mod, theme, event] | ||
expanded: true | ||
order: | ||
visibility: public |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
icon: home | ||
label: Home | ||
description: Welcome page | ||
layout: defualt | ||
categories: [general] | ||
tags: [guide, basic, installation] | ||
expanded: true | ||
visibility: public | ||
templating: false |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "Package's Name", | ||
"requirements": { | ||
"node_modules": [], | ||
"automations": ["Workshop"] | ||
}, | ||
"translation_support": true, | ||
"reject_legacy": false | ||
} |