Skip to content

Core objects #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,22 @@
"drupal/access_by_ref": "^2.0",
"drupal/address": "^1.10",
"drupal/admin_toolbar": "^3.1",
"drupal/bootstrap_barrio": "^5.5",
"drupal/computed_field": "^3.0@alpha",
"drupal/conditional_fields": "^4.0@alpha",
"drupal/core-composer-scaffold": "^9",
"drupal/core-project-message": "^9",
"drupal/core-recommended": "^9",
"drupal/default_content": "^2.0@alpha",
"drupal/entity_reference_revisions": "^1.10",
"drupal/field_group": "^3.2",
"drupal/geocoder": "^3.26",
"drupal/geocoder_address": "^3.26",
"drupal/geocoder_field": "^3.26",
"drupal/geolocation": "^3.9",
"drupal/gin": "^3.0@alpha",
"drupal/gin_toolbar": "^1.0@beta",
"drupal/paragraphs": "^1.15",
"drush/drush": "^11.0",
"geocoder-php/google-maps-provider": "^4.6"
},
Expand Down
252 changes: 250 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions config/default/block.block.blockhubedoovillage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
uuid: 0ea43a1a-96de-4d2f-a434-46bb1f35230a
langcode: en
status: true
dependencies:
module:
- lbd_blocks
theme:
- gin
id: blockhubedoovillage
theme: gin
region: pre_content
weight: 0
provider: null
plugin: lbd_block_hub_edoovillage
settings:
id: lbd_block_hub_edoovillage
label: 'Block: Hub & Edoovillage'
label_display: visible
provider: lbd_blocks
my_block_settings: null
visibility: { }
21 changes: 21 additions & 0 deletions config/default/block.block.blockhubedoovillage_2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
uuid: c40e2ea2-67c7-4164-a4d8-b494e059239d
langcode: en
status: true
dependencies:
module:
- lbd_blocks
theme:
- bootstrap_labdoo
id: blockhubedoovillage_2
theme: bootstrap_labdoo
region: sidebar_second
weight: 0
provider: null
plugin: lbd_block_hub_edoovillage
settings:
id: lbd_block_hub_edoovillage
label: 'Block: Hub & Edoovillage'
label_display: '0'
provider: lbd_blocks
my_block_settings: null
visibility: { }
27 changes: 27 additions & 0 deletions config/default/block.block.bootstrap_barrio_account_menu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
uuid: 2d3f39b3-2b5a-415a-addb-8830667e8e2a
langcode: en
status: true
dependencies:
config:
- system.menu.account
module:
- system
theme:
- bootstrap_barrio
_core:
default_config_hash: UnALXKN9BfRPollIjAI9kSu6YpvuB6zhseorFtN2xW8
id: bootstrap_barrio_account_menu
theme: bootstrap_barrio
region: secondary_menu
weight: -7
provider: null
plugin: 'system_menu_block:account'
settings:
id: 'system_menu_block:account'
label: 'User account menu'
label_display: '0'
provider: system
level: 1
depth: 1
expand_all_items: false
visibility: { }
Loading