added import and export of wiki content
This commit is contained in:
@@ -1,26 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user