Added basic Formula Wizard, Added script to compile SASS and TS, many other random changes.
Update .gitignore, .htaccess, and 68 more files...
This commit is contained in:
27
tools/items/formula-wizard.json
Normal file
27
tools/items/formula-wizard.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"dom": "formula-wizard/page.php",
|
||||
"lang": "formula-wizard/lang.json",
|
||||
"code": [],
|
||||
"module": [
|
||||
"formula-wizard/code.min.js"
|
||||
],
|
||||
"styles": [
|
||||
"formula-wizard/styles.css"
|
||||
],
|
||||
"icon": "fad fa-magic",
|
||||
"title": "tool.formula-wizard.title",
|
||||
"opengraph": {
|
||||
"title": {
|
||||
"en": "Formula Wizard",
|
||||
"fr": "Ensorceleur de formules"
|
||||
},
|
||||
"description": {
|
||||
"en": "TODO: Description",
|
||||
"fr": "TODO: Description"
|
||||
},
|
||||
"type": "website",
|
||||
"url": "https://nibblepoker.lu/tools/formula-wizard",
|
||||
"image": "/resources/NibblePoker/images/placeholder.png",
|
||||
"image_type": "image/png"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user