f6966b8513
BREAKING CHANGE: The types of the `hint` short code have been renamed to `[note|tip|important|caution|warning]` the old types `[info|ok|warning|danger]` are still working, but should be considered as deprecated. BREAKING CHANGE: The `hint` short code is using named arguments now. You have to change, e.g. `{{< hint warning >}}` to `{{< hint type=warning >}}`.
35 lines
589 B
JSON
35 lines
589 B
JSON
{
|
|
"shape": {
|
|
"id": {
|
|
"generator": "gdoc_%s"
|
|
},
|
|
"dimension": {
|
|
"maxWidth": 22,
|
|
"maxHeight": 22,
|
|
"attributes": false
|
|
},
|
|
"spacing": {
|
|
"padding": 5,
|
|
"box": "content"
|
|
},
|
|
"dest": "build/icons"
|
|
},
|
|
"svg": {
|
|
"xmlDeclaration": false,
|
|
"rootAttributes": {
|
|
"class": "svg-sprite"
|
|
}
|
|
},
|
|
"mode": {
|
|
"defs": {
|
|
"dest": "build/sprites/",
|
|
"sprite": "geekdoc.svg",
|
|
"bust": false
|
|
},
|
|
"stack": {
|
|
"dest": "build/img/",
|
|
"sprite": "geekdoc-stack.svg",
|
|
"bust": false
|
|
}
|
|
}
|
|
}
|