File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/docs/paper/dev/getting-started Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,17 +139,17 @@ permissions:
139139 permission.node.child: true
140140 another.permission.node:
141141 description: "This is another permission node"
142- default: not op
142+ default: notop
143143` ` `
144144
145145The description is the description of the permission node. This is what will be displayed in the permissions list.
146- The default is the default value of the permission node. This can be `op`/`not op ` or `true`/`false`.
146+ The default is the default value of the permission node. This can be `op`/`notop ` or `true`/`false`.
147147This defaults to the value of `default-permission` if not specified, which in turn defaults to `op`.
148148Each permission node can have children. When set to `true`, it will inherit the parent permission.
149149
150150# ## default-permission
151151
152- The default value that permissions that don't have a `default` specified will have. This can be `op`/`not op ` or `true`/`false`.
152+ The default value that permissions that don't have a `default` specified will have. This can be `op`/`notop ` or `true`/`false`.
153153- `default-permission : true`
154154
155155# # Commands
You can’t perform that action at this time.
0 commit comments