mirror of
https://git.cmoser.eu/tinytools/django-tinywiki.git
synced 2026-02-04 14:16:32 +01:00
31 lines
853 B
JSON
31 lines
853 B
JSON
{
|
|
"version": 0,
|
|
"app": "tinywiki",
|
|
"prefix": "tw-",
|
|
"pages": {
|
|
"tw-license": {
|
|
"title": "TinyWiki License",
|
|
"content_type": "bbcode",
|
|
"status": "published",
|
|
"file": "license.bbcode"
|
|
},
|
|
"tw-bootstrap-license": {
|
|
"title": "Bootstrap License",
|
|
"content_type": "bbcode",
|
|
"status": "published",
|
|
"file": "bs-license.bbcode"
|
|
},
|
|
"tw-bbcode": {
|
|
"title": "BBCode used by TinyWiki",
|
|
"content_type": "bbcode",
|
|
"status": "published",
|
|
"file": "bbcode.bbcode"
|
|
},
|
|
"tw-markdown": {
|
|
"title": "Markdown used by TinyWiki",
|
|
"content_type": "markdown",
|
|
"status": "draft",
|
|
"file": "markdown.md"
|
|
}
|
|
}
|
|
} |