summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/README_FOR_APP3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP
index 6e95bd7..2a17905 100644
--- a/doc/README_FOR_APP
+++ b/doc/README_FOR_APP
@@ -123,6 +123,7 @@ Bob has no permissions whatsoever still he is allowed to edit a #Page anywhere,
123because this action will only create a new revision of the #Page which is not 123because this action will only create a new revision of the #Page which is not
124immediately published. He won't be able to manipulate a #Node in any way 124immediately published. He won't be able to manipulate a #Node in any way
125(unique_name, slug, ordering, structure) because this would affect the frontend 125(unique_name, slug, ordering, structure) because this would affect the frontend
126without further notice.
126 127
127Having a #Permission on a #Node makes Bob an admin for this #Node and all it's 128Having a #Permission on a #Node makes Bob an admin for this #Node and all it's
128children. Now Bob can do pretty much anything on these nodes including such fun 129children. Now Bob can do pretty much anything on these nodes including such fun
@@ -131,4 +132,4 @@ things as:
131 - Reorder children of the #Node 132 - Reorder children of the #Node
132 - Rejecting a draft and telling the author to get his/her spelling right. 133 - Rejecting a draft and telling the author to get his/her spelling right.
133 - Clear a stale lock on a #Node 134 - Clear a stale lock on a #Node
134 \ No newline at end of file 135