Added features, added module numbers to info files

This commit is contained in:
naomi
2018-04-24 18:46:47 +02:00
parent de8e7c0ab2
commit 6418adfadd
7 changed files with 42 additions and 1 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_user_config
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: anonymous
type: module
core: 8.x
dependencies:
- block
- system
- user
- views
package: 'OpenCase User Config'