Added Icon Maker mockup
Update .gitignore, ico-maker.yml, and 9 more files...
This commit is contained in:
8
data/applets/ico-maker.yml
Normal file
8
data/applets/ico-maker.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
applets:
|
||||
- id: "ico-maker"
|
||||
resources:
|
||||
scripts:
|
||||
#- "https://cdn.nibblepoker.lu/SortableJS/1.15.6/Sortable.min.js"
|
||||
- "applet://ico-maker.mjs"
|
||||
stylesheets:
|
||||
- "applet://ico-maker.css"
|
3
data/strings/en/ico-maker.yml
Normal file
3
data/strings/en/ico-maker.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
# EN - Ico Maker
|
||||
|
||||
t01: ""
|
3
data/strings/fr/ico-maker.yml
Normal file
3
data/strings/fr/ico-maker.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
# FR - Ico Maker
|
||||
|
||||
t01: ""
|
30
data/tools/ico-maker.yml
Normal file
30
data/tools/ico-maker.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
tools:
|
||||
- id: "ico-maker"
|
||||
applet_id: "ico-maker"
|
||||
metadata:
|
||||
head:
|
||||
title_key: "meta.title"
|
||||
description_key: "meta.description"
|
||||
opengraph:
|
||||
title_key: "meta.title"
|
||||
description_key: "meta.description"
|
||||
type: null
|
||||
url: null
|
||||
image_url: "/resources/NibblePoker/images/tools/ico-maker/main.png"
|
||||
image_type: null
|
||||
twitter:
|
||||
title_key: "meta.title"
|
||||
description_key: "meta.description"
|
||||
index:
|
||||
priority: 100
|
||||
enable: true
|
||||
title_key: "meta.title"
|
||||
preamble_key: "meta.description"
|
||||
image_url: "/resources/NibblePoker/images/tools/ico-maker/main.png"
|
||||
image_alt_key: ""
|
||||
general:
|
||||
icon: "fab fa-python"
|
||||
title_key: "meta.title"
|
||||
subtitle_key: "article.subtitle"
|
||||
tags:
|
||||
- "undefined"
|
@@ -1,4 +1,3 @@
|
||||
|
||||
tools:
|
||||
- id: "png-chunk-analyser"
|
||||
applet_id: "png-chunk-analyser"
|
||||
|
Reference in New Issue
Block a user