diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2019-05-11 23:06:48 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-11 23:06:48 +0530 |
commit | 16d94107b2e692a687486e701f57f8cf5e6cb9ca (patch) | |
tree | b6582ccc5e96643d762b2bcc2aad6f970093cb1b /sileodepictions/com.sukarodo.samplepackage | |
parent | 80603494574a93527505c0d03efddbf98f28dfad (diff) | |
parent | 9989939288caf4caa3ae749ef8d8f2bfacf1ba9c (diff) |
Merge pull request #1 from thestrugglingdoge/gh-pages
Merging Main Repo
Diffstat (limited to 'sileodepictions/com.sukarodo.samplepackage')
-rw-r--r-- | sileodepictions/com.sukarodo.samplepackage/depiction.json | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/sileodepictions/com.sukarodo.samplepackage/depiction.json b/sileodepictions/com.sukarodo.samplepackage/depiction.json deleted file mode 100644 index 7404c6f..0000000 --- a/sileodepictions/com.sukarodo.samplepackage/depiction.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "minVersion": "0.1", - "headerImage": "https://raw.githubusercontent.com/sukarodo/Sidia/master/assets/Banners/RepoHeader.png", - "tintColor": "#ffae8e", - "tabs": [ - { - "tabname": "Details", - "views": [ - { - "class": "DepictionMarkdownView", - "markdown": "## TWEAK_NAME\nSHORT_DESCRIPTION" - }, - { - "class": "DepictionSeparatorView" - }, - { - "title": "Latest Version", - "class": "DepictionHeaderView" - }, - { - "title": "Version", - "text": "VERSION_NUMBER", - "class": "DepictionTableTextView" - }, - { - "title": "Released", - "text": "RELEASE_DATE", - "class": "DepictionTableTextView" - }, - { - "title": "Price", - "text": "PRICE", - "class": "DepictionTableTextView" - }, - { - "title": "Developer", - "text": "DEVELOPER_NAME", - "class": "DepictionTableTextView" - }, - { - "title": "Website", - "action": "WEBSITE_HERE", - "class": "DepictionTableButtonView" - }, - { - "title": "Use This Template", - "action": "https://github.com/sukarodo/Sidia", - "class": "DepictionTableButtonView" - }, - { - "spacing": 16, - "class": "DepictionSpacerView" - }, - { - "spacing": 20, - "class": "DepictionSpacerView" - } - ], - "class": "DepictionStackView" - }, - { - "tabname": "Changelog", - "views": [ - { - "title": "VERSION_NUMBER", - "useBoldText": true, - "useBottomMargin": true, - "class": "DepictionSubheaderView" - }, - { - "markdown": "\t\n\u2022 UPDATE_DESCRIPTION", - "useSpacing": false, - "class": "DepictionMarkdownView" - }, - { - "markdown": "<small style=\"color: #999; margin-top: -8px;\">Released RELEASE_DATE</small>", - "useRawFormat": true, - "class": "DepictionMarkdownView" - } - ], - "class": "DepictionStackView" - } - ], - "class": "DepictionTabView" -} |