Skip to content

Commit

Permalink
sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SorenEricMent committed Dec 16, 2022
1 parent 92aaa51 commit c00a95a
Show file tree
Hide file tree
Showing 2 changed files with 299 additions and 98 deletions.
28 changes: 25 additions & 3 deletions .note
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,29 @@ let permSum = {
"read": {
"default": 0,
"all": 0,
"allow": []
"allow": [],
"edit_list": 0
}
},
"role": {
"read": {
"default": 0,
"all": 0,
"allow": []
}
"allow": [],
"edit_list": 0
},
"grant": {
"default": 0,
"all": 0,
"allow": [],
"edit_list": 0
},
"remove": {
"default": 0,
"all": 0,
"allow": [],
"edit_list": 0
},
}
},
"role": {
Expand All @@ -33,6 +47,14 @@ let permSum = {
"default": 0,
"allow": []
},
"edit": {
"default": 0,
"allow": [],
"permission": {
"default": 0,
"allow": []
}
}
},
"article": {
"read": {
Expand Down
Loading

0 comments on commit c00a95a

Please sign in to comment.