Create extension.yaml.sample
Add example extension yaml template
This commit is contained in:
14
extension.yaml.sample
Normal file
14
extension.yaml.sample
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
id: <io.github.organization.extension>
|
||||||
|
github: <organization/repository>
|
||||||
|
main: <index.html>
|
||||||
|
|
||||||
|
name: <Extension_Name>
|
||||||
|
content_type: SN|Component
|
||||||
|
area: editor-stack
|
||||||
|
version: <0.0.1>
|
||||||
|
marketing_url: <https://github.com/organization/extension>
|
||||||
|
thumbnail_url: < https://raw.githubusercontent.com/organization/extension/master/thumbnail.png>
|
||||||
|
description: <Description of extension>
|
||||||
|
flags: []
|
||||||
|
...
|
||||||
Reference in New Issue
Block a user