-
Notifications
You must be signed in to change notification settings - Fork 9
/
webform.permissions.yml
70 lines (64 loc) · 3.33 KB
/
webform.permissions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
'access webform overview':
title: 'Access the webform overview page'
description: 'Get an overview of all webforms.'
'access webform submission log':
title: 'Access the webform submission log'
description: 'Allows viewing of <em>all</em> submission events, if the user can access a webform''s results.'
'access webform submission user':
title: 'Access the webform user submission page'
description: 'Allows a user to view their submissions via ''Submissions'' tab on their profile page.'
'administer webform':
title: 'Administer webforms'
description: 'Allows administration of global YAML configuration and options.'
restrict access: true
'administer webform submission':
title: 'Administer webform submissions'
description: 'Allows accessing, updating, and deleting <em>all</em> webform submissions.'
restrict access: true
warning: 'Warning: Give to trusted roles only; this permission has security implications. Note: To allow users to administer an individual webform''s submissions, please go to the webform''s ''Access'' tab.'
'administer webform element access':
title: 'Administer webform element access'
description: 'Restrict webform element access to certain roles and users.'
'edit webform twig':
title: 'Edit webform Twig templates'
description: 'Editing inline Twig template allows users access any data exposed by Twig functions.'
restrict access: true
'edit webform assets':
title: 'Edit CSS/JS webform assets'
description: 'Allows administrators to attach custom CSS and JavaScript to a webform.'
restrict access: true
'create webform':
title: 'Create webforms'
'edit any webform':
title: 'Edit any webform'
description: 'Allows managing any webform and its results.'
restrict access: true
'edit own webform':
title: 'Edit own webform'
description: 'Allows managing of webform created by the user and its results.'
'delete any webform':
title: 'Delete any webform'
restrict access: true
'delete own webform':
title: 'Delete own webform'
'view any webform submission':
title: 'View any webform submission'
description: 'Allows viewing <em>all</em> submissions.'
'view own webform submission':
title: 'View own webform submission'
description: 'Allows viewing <em>own</em> submissions for all webforms.'
warning: 'Warning: This permission affects access to all webform. Note: To allow users to edit own submissions for an individual webform, please go to the webform''s ''Access'' tab.'
'edit any webform submission':
title: 'Edit any webform submission'
description: 'Allows updating <em>all</em> submissions.'
'edit own webform submission':
title: 'Edit own webform submission'
description: 'Allows updating <em>own</em> submissions for all webforms.'
warning: 'Warning: This permission affects access to all webform. Note: To allow users to update own submissions for an individual webform, please go to the webform''s ''Access'' tab.'
'delete any webform submission':
title: 'Deleting any webform submission'
description: 'Allows deleting <em>all</em> submissions.'
'delete own webform submission':
title: 'Delete own webform submission'
description: 'Allows deleting <em>own</em> submissions for all webforms.'
warning: 'Warning: This permission affects access to all webform. Note: To allow users to deleted own submissions for an individual webform, please go to the webform''s ''Access'' tab.'