Changed file structure of features

Now there are just two features - default_user_config and default_subtypes
This commit is contained in:
naomi
2018-04-24 18:56:13 +02:00
parent 6418adfadd
commit aed0aa7b07
52 changed files with 6 additions and 24 deletions

View File

@ -0,0 +1,7 @@
langcode: en
status: true
dependencies: { }
id: anonymous
label: 'Anonymous user'
weight: 0
is_admin: false

View File

@ -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

View File

@ -0,0 +1,9 @@
name: default_user_config
type: module
core: 8.x
dependencies:
- block
- system
- user
- views
package: 'OpenCase'