-
- Downloads
Initial commit.
parents
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 99 additions, 0 deletions.gitlab-ci.yml
- README.md 13 additions, 0 deletionsREADME.md
- composer.json 33 additions, 0 deletionscomposer.json
- config/install/user.role.search_api_indexer.yml 13 additions, 0 deletionsconfig/install/user.role.search_api_indexer.yml
- patches/search_api/search_api-processor_rendered-item_add_flag_to_user_session.patch 13 additions, 0 deletions...pi-processor_rendered-item_add_flag_to_user_session.patch
- phpstan-baseline.neon 26 additions, 0 deletionsphpstan-baseline.neon
- phpstan.neon 10 additions, 0 deletionsphpstan.neon
- search_api_exclude_lb.info.yml 8 additions, 0 deletionssearch_api_exclude_lb.info.yml
- search_api_exclude_lb.links.menu.yml 4 additions, 0 deletionssearch_api_exclude_lb.links.menu.yml
- search_api_exclude_lb.module 25 additions, 0 deletionssearch_api_exclude_lb.module
- search_api_exclude_lb.permissions.yml 5 additions, 0 deletionssearch_api_exclude_lb.permissions.yml
- search_api_exclude_lb.routing.yml 8 additions, 0 deletionssearch_api_exclude_lb.routing.yml
- search_api_exclude_lb.services.yml 14 additions, 0 deletionssearch_api_exclude_lb.services.yml
- src/EventSubscriber/BlockComponentExclude.php 118 additions, 0 deletionssrc/EventSubscriber/BlockComponentExclude.php
- src/Form/SettingsForm.php 129 additions, 0 deletionssrc/Form/SettingsForm.php
- src/SearchApiExcludeLb.php 68 additions, 0 deletionssrc/SearchApiExcludeLb.php
- src/SearchApiExcludeLbInterface.php 63 additions, 0 deletionssrc/SearchApiExcludeLbInterface.php
.gitlab-ci.yml
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "drupal/search_api_exclude_lb", | ||
"description": "Allow Layout Builder components to be excluded from being indexed.", | ||
"type": "drupal-module", | ||
"keywords": ["Developer Tools","Import and Export","Integrations","Web services"], | ||
"homepage": "https://www.drupal.org/project/sync_clients", | ||
"license": "GPL-2.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Andreas De Rijcke (andreasderijcke)", | ||
"homepage": "https://www.drupal.org/u/andreasderijcke", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "Kris Booghmans", | ||
"homepage": "https://www.drupal.org/u/kriboogh", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "Michael Schuddings (mschudders)", | ||
"homepage": "https://www.drupal.org/u/mschudders", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/search_api_exclude_lb", | ||
"source": "https://git.drupalcode.org/project/search_api_exclude_lb" | ||
}, | ||
"require": { | ||
"drupal/search_api": "^1.34" | ||
} | ||
} | ||
\ No newline at end of file |
phpstan-baseline.neon
0 → 100644
phpstan.neon
0 → 100644
search_api_exclude_lb.info.yml
0 → 100644
search_api_exclude_lb.links.menu.yml
0 → 100644
search_api_exclude_lb.module
0 → 100644
search_api_exclude_lb.permissions.yml
0 → 100644
search_api_exclude_lb.routing.yml
0 → 100644
search_api_exclude_lb.services.yml
0 → 100644
src/Form/SettingsForm.php
0 → 100644
src/SearchApiExcludeLb.php
0 → 100644
src/SearchApiExcludeLbInterface.php
0 → 100644
Please register or sign in to comment