aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.md
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-02-08 15:18:54 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-02-08 15:18:54 +0100
commitc0a2817accea23837ab85b8ba31aabc7fbb20fc3 (patch)
tree7ccfc4ffd83c9ab21538706b969d444019701981 /MANUAL.md
parent36f5229b006668c989399d91a0ff849f82b9b8cf (diff)
downloadwcms-c0a2817accea23837ab85b8ba31aabc7fbb20fc3.tar.gz
wcms-c0a2817accea23837ab85b8ba31aabc7fbb20fc3.zip
new feature : duplicate close #14
Diffstat (limited to 'MANUAL.md')
-rw-r--r--MANUAL.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/MANUAL.md b/MANUAL.md
index 2bda948..575b2da 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -491,6 +491,12 @@ Type thoses commands after a __page_id__
Command used to add a page in the database.
+##### /add:id
+
+ /add:<page_id>
+
+Will create a new page, as a copy of `<page_id>`.
+
##### /edit
Command used to edit a page. If you're not logged in, it will ask for your credentials.
@@ -511,6 +517,10 @@ Simply download the page as a JSON object file. Reserved to users that can edit
Show a `var_dump` of the page object. This could be usefull for debbuging.
+##### /duplicate
+
+ <pageid>/duplicate:<newpageid>
+
#### Home commands