Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_cfg_common
Commits
b7fce624
Commit
b7fce624
authored
Sep 24, 2021
by
Chris Shantz
Browse files
Merge branch '1.0.x' into prod/1.0.x
parents
42778ca6
64c86692
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/Service/UWService.php
View file @
b7fce624
...
...
@@ -254,7 +254,7 @@ class UWService implements UWServiceInterface {
$content_data
=
[
'title'
=>
$get_title
?
TRUE
:
NULL
,
'
sub_title
'
=>
$get_header
?
'field_uw_ct_contact_title'
:
NULL
,
'
position
'
=>
$get_header
?
'field_uw_ct_contact_title'
:
NULL
,
'affiliation'
=>
$get_header
?
'field_uw_ct_contact_affiliation'
:
NULL
,
'image'
=>
$get_image
?
'field_uw_ct_contact_image'
:
NULL
,
'content'
=>
$get_content
?
'layout_builder__layout'
:
NULL
,
...
...
@@ -278,7 +278,7 @@ class UWService implements UWServiceInterface {
$content_data
=
[
'title'
=>
$get_title
?
TRUE
:
NULL
,
'
sub_title
'
=>
$get_header
?
'field_uw_ct_profile_title'
:
NULL
,
'
position
'
=>
$get_header
?
'field_uw_ct_profile_title'
:
NULL
,
'affiliation'
=>
$get_header
?
'field_uw_ct_profile_affiliation'
:
NULL
,
'content'
=>
$get_content
?
'field_uw_profile_summary'
:
NULL
,
'image'
=>
$get_header
?
'field_uw_ct_profile_image'
:
NULL
,
...
...
src/UwRoles/user.role.uw_role_form_editor.yml
View file @
b7fce624
...
...
@@ -30,6 +30,7 @@ permissions:
-
'
access
metatag
twitter_cards__twitter_cards_type'
-
'
access
own
webform
configuration'
-
'
access
user
profiles'
-
'
access
webform
help'
-
'
access
webform
overview'
-
'
access
webform
submission
user'
-
'
administer
webform'
...
...
src/UwRoles/user.role.uw_role_form_results_access.yml
View file @
b7fce624
permissions
:
-
'
access
draggableviews'
-
'
access
user
profiles'
-
'
access
webform
help'
-
'
access
webform
overview'
-
'
access
webform
submission
user'
-
'
can
override
my_dashboard
dashboard'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment