Skip to content

Commit

Permalink
Adding the webform module. Closes #222
Browse files Browse the repository at this point in the history
  • Loading branch information
camikazegreen authored and joeparsons committed Mar 31, 2021
1 parent f9c0ae9 commit 97ff08c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"drupal/token": "1.9",
"drupal/views_bootstrap": "4.3",
"drupal/viewsreference": "2.0-beta2",
"drupal/webform": "6.0.2",
"drupal/xmlsitemap": "1.0"
},
"require-dev": {
Expand Down
11 changes: 11 additions & 0 deletions config/install/user.role.az_content_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,41 @@ permissions:
- 'delete any az_remote_video media'
- 'delete any az_video media'
- 'delete any book content'
- 'delete any webform'
- 'delete any webform content'
- 'delete any webform submission'
- 'delete content translations'
- 'delete terms in az_event_categories'
- 'delete terms in az_news_tags'
- 'delete terms in az_person_categories'
- 'delete terms in az_person_categories_secondary'
- 'delete terms in tags'
- 'delete webform submissions any node'
- 'delete webform submissions own node'
- 'edit any az_audio media'
- 'edit any az_document media'
- 'edit any az_image media'
- 'edit any az_remote_video media'
- 'edit any az_video media'
- 'edit any webform'
- 'edit any webform submission'
- 'edit own az_audio media'
- 'edit terms in az_event_categories'
- 'edit terms in az_news_tags'
- 'edit terms in az_person_categories'
- 'edit terms in az_person_categories_secondary'
- 'edit terms in tags'
- 'edit webform assets'
- 'edit webform submissions any node'
- 'edit webform submissions own node'
- 'update content translations'
- 'use advanced search'
- 'use editorial transition archive'
- 'use editorial transition archived_draft'
- 'use editorial transition archived_published'
- 'use editorial transition create_new_draft'
- 'use editorial transition publish'
- 'use text format full_html'
- 'view any unpublished content'
- 'view latest version'
- 'view post access counter'
23 changes: 23 additions & 0 deletions config/install/user.role.az_content_editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,24 @@ weight: 2
is_admin: false
permissions:
- 'access administration pages'
- 'access any webform configuration'
- 'access coffee'
- 'access content overview'
- 'access contextual links'
- 'access files overview'
- 'access in-place editing'
- 'access media overview'
- 'access news feeds'
- 'access own webform configuration'
- 'access printer-friendly version'
- 'access toolbar'
- 'access tour'
- 'access webform help'
- 'access webform overview'
- 'add content to books'
- 'administer webform'
- 'administer webform element access'
- 'administer webform submission'
- 'cancel smart date recur instances'
- 'configure editable az_flexible_page node layout overrides'
- 'create and edit custom blocks'
Expand All @@ -34,6 +41,8 @@ permissions:
- 'create content translations'
- 'create media'
- 'create url aliases'
- 'create webform'
- 'create webform content'
- 'delete content translations'
- 'delete media'
- 'delete own az_audio media'
Expand All @@ -46,11 +55,14 @@ permissions:
- 'delete own az_remote_video media'
- 'delete own az_video media'
- 'delete own book content'
- 'delete own webform'
- 'delete own webform content'
- 'edit any az_event content'
- 'edit any az_flexible_page content'
- 'edit any az_news content'
- 'edit any az_person content'
- 'edit any book content'
- 'edit any webform content'
- 'edit behavior plugin settings'
- 'edit own az_document media'
- 'edit own az_event content'
Expand All @@ -61,6 +73,10 @@ permissions:
- 'edit own az_remote_video media'
- 'edit own az_video media'
- 'edit own book content'
- 'edit own webform'
- 'edit own webform content'
- 'edit own webform submission'
- 'edit webform variants'
- 'make smart dates recur'
- 'reschedule smart date recur instances'
- 'revert all revisions'
Expand All @@ -69,6 +85,7 @@ permissions:
- 'revert az_news revisions'
- 'revert az_person revisions'
- 'revert book revisions'
- 'revert webform revisions'
- 'update content translations'
- 'update media'
- 'use editorial transition archive'
Expand All @@ -80,6 +97,7 @@ permissions:
- 'view all media revisions'
- 'view all revisions'
- 'view any unpublished content'
- 'view any webform submission'
- 'view az_event revisions'
- 'view az_flexible_page revisions'
- 'view az_news revisions'
Expand All @@ -89,5 +107,10 @@ permissions:
- 'view media'
- 'view own unpublished content'
- 'view own unpublished media'
- 'view own webform submission'
- 'view post access counter'
- 'view the administration theme'
- 'view webform revisions'
- 'view webform submissions any node'
- 'view webform submissions own node'

0 comments on commit 97ff08c

Please sign in to comment.