Skip to content

Commit

Permalink
feat: update pdc writer and reader roles
Browse files Browse the repository at this point in the history
- pdc-schrijver: can read and write home-page content
- pdc-lezer: can read home-page content
  • Loading branch information
AliKdhim87 authored and Robbert committed Jan 17, 2025
1 parent eb2bfcf commit 19a92a1
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-buttons-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@frameless/pdc-dashboard": minor
---

Geef de PDC-rol toegang tot de inhoud van de startpagina
10 changes: 10 additions & 0 deletions apps/pdc-dashboard/config/sync/admin-role.pdc-lezer-m5uuxokf.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.read",
"actionParameters": {},
"subject": "api::pdc-home-page.pdc-home-page",
"properties": {
"fields": ["components"],
"locales": ["en", "nl"]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.read",
"actionParameters": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,54 @@
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.create",
"actionParameters": {},
"subject": "api::pdc-home-page.pdc-home-page",
"properties": {
"fields": ["components"],
"locales": ["en", "nl"]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.delete",
"actionParameters": {},
"subject": "api::pdc-home-page.pdc-home-page",
"properties": {
"locales": ["en", "nl"]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.publish",
"actionParameters": {},
"subject": "api::pdc-home-page.pdc-home-page",
"properties": {
"locales": ["en", "nl"]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.read",
"actionParameters": {},
"subject": "api::pdc-home-page.pdc-home-page",
"properties": {
"fields": ["components"],
"locales": ["en", "nl"]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.update",
"actionParameters": {},
"subject": "api::pdc-home-page.pdc-home-page",
"properties": {
"fields": ["components"],
"locales": ["en", "nl"]
},
"conditions": []
},
{
"action": "plugin::content-manager.explorer.create",
"actionParameters": {},
Expand Down

0 comments on commit 19a92a1

Please sign in to comment.