forked from 0x2620/pandora
help: add empty documents entry, update config accordingly
This commit is contained in:
parent
671667eb5a
commit
cfbeecd21e
5 changed files with 7 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
||||||
{"id": "lists", "title": "Lists"},
|
{"id": "lists", "title": "Lists"},
|
||||||
{"id": "player", "title": "Player"},
|
{"id": "player", "title": "Player"},
|
||||||
{"id": "editor", "title": "Editor"},
|
{"id": "editor", "title": "Editor"},
|
||||||
|
{"id": "documents", "title": "Documents"},
|
||||||
{"id": "edits", "title": "Edits"},
|
{"id": "edits", "title": "Edits"},
|
||||||
{"id": "texts", "title": "Texts"},
|
{"id": "texts", "title": "Texts"},
|
||||||
{"id": "embeds", "title": "Embeds"}
|
{"id": "embeds", "title": "Embeds"}
|
||||||
|
|
|
@ -87,6 +87,7 @@
|
||||||
{"id": "lists", "title": "Lists"},
|
{"id": "lists", "title": "Lists"},
|
||||||
{"id": "player", "title": "Player"},
|
{"id": "player", "title": "Player"},
|
||||||
{"id": "editor", "title": "Editor"},
|
{"id": "editor", "title": "Editor"},
|
||||||
|
{"id": "documents", "title": "Documents"},
|
||||||
{"id": "edits", "title": "Edits"},
|
{"id": "edits", "title": "Edits"},
|
||||||
{"id": "texts", "title": "Texts"},
|
{"id": "texts", "title": "Texts"},
|
||||||
{"id": "embeds", "title": "Embeds"}
|
{"id": "embeds", "title": "Embeds"}
|
||||||
|
|
|
@ -86,6 +86,7 @@
|
||||||
{"id": "lists", "title": "Lists"},
|
{"id": "lists", "title": "Lists"},
|
||||||
{"id": "player", "title": "Player"},
|
{"id": "player", "title": "Player"},
|
||||||
{"id": "editor", "title": "Editor"},
|
{"id": "editor", "title": "Editor"},
|
||||||
|
{"id": "documents", "title": "Documents"},
|
||||||
{"id": "edits", "title": "Edits"},
|
{"id": "edits", "title": "Edits"},
|
||||||
{"id": "texts", "title": "Texts"},
|
{"id": "texts", "title": "Texts"},
|
||||||
{"id": "embeds", "title": "Embeds"}
|
{"id": "embeds", "title": "Embeds"}
|
||||||
|
|
|
@ -86,6 +86,7 @@
|
||||||
{"id": "lists", "title": "Lists"},
|
{"id": "lists", "title": "Lists"},
|
||||||
{"id": "player", "title": "Player"},
|
{"id": "player", "title": "Player"},
|
||||||
{"id": "editor", "title": "Editor"},
|
{"id": "editor", "title": "Editor"},
|
||||||
|
{"id": "documents", "title": "Documents"},
|
||||||
{"id": "edits", "title": "Edits"},
|
{"id": "edits", "title": "Edits"},
|
||||||
{"id": "texts", "title": "Texts"},
|
{"id": "texts", "title": "Texts"},
|
||||||
{"id": "embeds", "title": "Embeds"}
|
{"id": "embeds", "title": "Embeds"}
|
||||||
|
|
|
@ -151,6 +151,9 @@
|
||||||
</p>
|
</p>
|
||||||
<img src="/static/jpg/help.editor.jpg">
|
<img src="/static/jpg/help.editor.jpg">
|
||||||
</div>
|
</div>
|
||||||
|
<div id="documents">
|
||||||
|
<p>Coming soon...</p>
|
||||||
|
</div>
|
||||||
<div id="edits">
|
<div id="edits">
|
||||||
<p>Coming soon...</p>
|
<p>Coming soon...</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue