Skip to content

Commit

Permalink
Allow all to edit content
Browse files Browse the repository at this point in the history
  • Loading branch information
ashabed committed Jun 26, 2020
1 parent f2e98c9 commit a87aa52
Show file tree
Hide file tree
Showing 10 changed files with 78 additions and 4 deletions.
15 changes: 15 additions & 0 deletions config/sync/core.entity_form_display.node.project.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,23 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
type: entity_reference_autocomplete
region: content
langcode:
type: language_select
weight: 2
region: content
settings:
include_locked: true
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 100
settings: { }
region: content
third_party_settings: { }
path:
type: path
weight: 30
Expand Down Expand Up @@ -80,6 +94,7 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
region: content
third_party_settings: { }
hidden: { }
14 changes: 14 additions & 0 deletions config/sync/core.entity_form_display.node.task.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,19 @@ content:
third_party_settings: { }
type: options_select
region: content
langcode:
type: language_select
weight: 2
region: content
settings:
include_locked: true
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 100
settings: { }
region: content
third_party_settings: { }
path:
type: path
weight: 30
Expand Down Expand Up @@ -85,6 +98,7 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
region: content
third_party_settings: { }
hidden: { }
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ content:
settings: { }
third_party_settings: { }
region: content
hidden: { }
hidden:
langcode: true
4 changes: 3 additions & 1 deletion config/sync/core.entity_view_display.node.project.teaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ content:
settings: { }
third_party_settings: { }
region: content
hidden: { }
hidden:
field_project_manager: true
langcode: true
3 changes: 2 additions & 1 deletion config/sync/core.entity_view_display.node.task.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ content:
settings: { }
third_party_settings: { }
region: content
hidden: { }
hidden:
langcode: true
5 changes: 4 additions & 1 deletion config/sync/core.entity_view_display.node.task.teaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ content:
settings: { }
third_party_settings: { }
region: content
hidden: { }
hidden:
field_completion_percent: true
field_project: true
langcode: true
1 change: 1 addition & 0 deletions config/sync/field.field.node.project.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: false
required_summary: false
field_type: text_with_summary
1 change: 1 addition & 0 deletions config/sync/field.field.node.task.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
field_type: text_with_summary
18 changes: 18 additions & 0 deletions config/sync/user.role.anonymous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@ is_admin: false
permissions:
- 'access content'
- 'access site-wide contact form'
- 'administer nodes'
- 'bypass node access'
- 'create article content'
- 'create page content'
- 'create project content'
- 'create recipe content'
- 'create task content'
- 'edit any article content'
- 'edit any page content'
- 'edit any project content'
- 'edit any recipe content'
- 'edit any task content'
- 'edit own article content'
- 'edit own page content'
- 'edit own project content'
- 'edit own recipe content'
- 'edit own task content'
- 'search content'
- 'use text format restricted_html'
- 'view media'
- 'view own unpublished content'
18 changes: 18 additions & 0 deletions config/sync/user.role.authenticated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@ permissions:
- 'access content'
- 'access shortcuts'
- 'access site-wide contact form'
- 'administer nodes'
- 'bypass node access'
- 'create article content'
- 'create page content'
- 'create project content'
- 'create recipe content'
- 'create task content'
- 'edit any article content'
- 'edit any page content'
- 'edit any project content'
- 'edit any recipe content'
- 'edit any task content'
- 'edit own article content'
- 'edit own page content'
- 'edit own project content'
- 'edit own recipe content'
- 'edit own task content'
- 'search content'
- 'use text format basic_html'
- 'view media'
- 'view own unpublished content'

0 comments on commit a87aa52

Please sign in to comment.