diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-02-08 15:18:54 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-02-08 15:18:54 +0100 |
commit | c0a2817accea23837ab85b8ba31aabc7fbb20fc3 (patch) | |
tree | 7ccfc4ffd83c9ab21538706b969d444019701981 /MANUAL.md | |
parent | 36f5229b006668c989399d91a0ff849f82b9b8cf (diff) | |
download | wcms-c0a2817accea23837ab85b8ba31aabc7fbb20fc3.tar.gz wcms-c0a2817accea23837ab85b8ba31aabc7fbb20fc3.zip |
new feature : duplicate close #14
Diffstat (limited to 'MANUAL.md')
-rw-r--r-- | MANUAL.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |