Skip to content
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@ Thumbs.db

# Things in the core directory that Drupal 8 commits in the repository.
!web/core/**/*.gz

.idea/workspace.xml
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"drupal/config_installer": "^1.0",
"drupal/console": "^1",
"drupal/core": "^8",
"drupal/pathauto": "^1.0",
"drupal/simple_block": "^1.0@beta",
"drush/drush": "~8",
"rvtraveller/qs-composer-installer": "^1.1",
Expand Down
219 changes: 218 additions & 1 deletion composer.lock

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

2 changes: 1 addition & 1 deletion config/block.block.bartik_branding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _core:
id: bartik_branding
theme: bartik
region: header
weight: 0
weight: -6
provider: null
plugin: system_branding_block
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/block.block.bartik_help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _core:
id: bartik_help
theme: bartik
region: content
weight: -30
weight: -7
provider: null
plugin: help_block
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/block.block.bartik_local_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _core:
id: bartik_local_actions
theme: bartik
region: content
weight: -20
weight: -7
provider: null
plugin: local_actions_block
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/block.block.bartik_local_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _core:
id: bartik_local_tasks
theme: bartik
region: content
weight: -40
weight: -7
provider: null
plugin: local_tasks_block
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/block.block.bartik_page_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _core:
id: bartik_page_title
theme: bartik
region: content
weight: -50
weight: -7
provider: null
plugin: page_title_block
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/block.block.bartik_powered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _core:
id: bartik_powered
theme: bartik
region: footer_fifth
weight: 10
weight: -7
provider: null
plugin: system_powered_by_block
settings:
Expand Down
4 changes: 2 additions & 2 deletions config/block.block.bartik_search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ _core:
default_config_hash: za-39d5WDUg6XvbyqSnuVYEeq6QM4qKJxW8MnoAha5A
id: bartik_search
theme: bartik
region: sidebar_first
weight: -1
region: header
weight: -5
provider: null
plugin: search_form_block
settings:
Expand Down
2 changes: 1 addition & 1 deletion config/block.block.bartik_tools.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
uuid: 8dc24f0e-32f7-4708-bf6d-1e3e792a4133
langcode: en
status: true
status: false
dependencies:
config:
- system.menu.tools
Expand Down
2 changes: 1 addition & 1 deletion config/system.site.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
uuid: d6530f6a-46bc-4a50-a9fe-7b2d537766ed
name: drops-8-composer-test
mail: anthony.klose@gmail.com
slogan: ''
slogan: 'Hello World'
page:
403: ''
404: ''
Expand Down
Empty file added dev-master
Empty file.