Changed file structure of features
Now there are just two features - default_user_config and default_subtypes
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: anonymous
|
||||
label: 'Anonymous user'
|
||||
weight: 0
|
||||
is_admin: false
|
@ -0,0 +1,6 @@
|
||||
bundle: opencase
|
||||
excluded:
|
||||
- block.block.views_block__single_case_with_activities_block_1
|
||||
- block.block.views_block__this_person_s_contact_details_block_1
|
||||
- block.block.views_block__this_person_s_hats_block_1
|
||||
required: true
|
@ -0,0 +1,9 @@
|
||||
name: default_user_config
|
||||
type: module
|
||||
core: 8.x
|
||||
dependencies:
|
||||
- block
|
||||
- system
|
||||
- user
|
||||
- views
|
||||
package: 'OpenCase'
|
Reference in New Issue
Block a user