Skip to content
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

chore: Remove ununsed modules and config. #326

Merged
merged 6 commits into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from 5 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
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unocha/starterkit",
"description": "Starterkit",
"name": "unocha/gms-site",
"description": "GMS Site",
"type": "project",
"license": "GPL-2.0-or-later",
"authors": [
Expand Down Expand Up @@ -145,10 +145,6 @@
"drupal/menu_firstchild": "^2.0",
"drupal/menu_link_attributes": "^1.2",
"drupal/metatag": "^1.16",
"drupal/migrate_file": "^2.0",
"drupal/migrate_plus": "^5.1",
"drupal/migrate_tools": "^5.0",
"drupal/migrate_upgrade": "^3.2",
"drupal/modules_weight": "^1.9",
"drupal/noreqnewpass": "^1.2",
"drupal/onomasticon": "^2.0",
Expand Down Expand Up @@ -206,7 +202,6 @@
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal-composer/preserve-paths": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"drupal/console-extend-plugin": true,
Expand Down
250 changes: 2 additions & 248 deletions composer.lock

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

5 changes: 1 addition & 4 deletions config/block.block.searchbutton.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
uuid: d3a913cd-7406-458b-899d-d08515a0a03d
langcode: en
status: true
status: false
dependencies:
content:
- 'block_content:basic:9f5582ff-f68a-4288-a687-884c73cb8106'
module:
- block_class
- block_content
theme:
- gms_ocha_common
third_party_settings:
Expand Down
25 changes: 25 additions & 0 deletions config/block.block.searchbutton_2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
uuid: 73377b2c-23b7-41a0-9de6-8b93c2fafeef
langcode: en
status: true
dependencies:
content:
- 'block_content:basic:4a68b22f-61ee-473a-ab50-3d8e8ca93c08'
module:
- block_content
theme:
- gms_ocha_common
id: searchbutton_2
theme: gms_ocha_common
region: header_search
weight: 0
provider: null
plugin: 'block_content:4a68b22f-61ee-473a-ab50-3d8e8ca93c08'
settings:
id: 'block_content:4a68b22f-61ee-473a-ab50-3d8e8ca93c08'
label: 'Search Button'
label_display: '0'
provider: block_content
status: true
info: ''
view_mode: full
visibility: { }
5 changes: 5 additions & 0 deletions config/core.entity_form_display.user.user.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ content:
timezone:
weight: 6
region: content
translation:
weight: 10
region: content
settings: { }
third_party_settings: { }
user_picture:
type: image_image
weight: 51
Expand Down
1 change: 1 addition & 0 deletions config/core.entity_view_display.user.user.compact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ hidden:
field_terms_and_condition: true
langcode: true
member_for: true
search_api_excerpt: true
1 change: 1 addition & 0 deletions config/core.entity_view_display.user.user.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ hidden:
field_migrate_example_favbeers: true
field_migrate_example_gender: true
langcode: true
search_api_excerpt: true
6 changes: 0 additions & 6 deletions config/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ module:
file: 0
filter: 0
genpass: 0
gms_group_migrate: 0
gms_pdflink: 0
gms_secure_role: 0
gms_sitename: 0
Expand Down Expand Up @@ -82,11 +81,6 @@ module:
menu_link_content: 0
menu_ui: 0
metatag: 0
migrate: 0
migrate_drupal: 0
migrate_file: 0
migrate_plus: 0
migrate_tools: 0
modules_weight: 0
mysql: 0
node: 0
Expand Down
7 changes: 0 additions & 7 deletions config/migrate_drupal.settings.yml

This file was deleted.

Loading