Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 25ac93f2 authored by Sergio Elvira Perez's avatar Sergio Elvira Perez
Browse files

OEL-462: Uneeded changes undone.

parent 5a87d596
No related branches found
No related tags found
1 merge request!9Oel 462: facet list template overriden.
......@@ -6,13 +6,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"drupal/admin_toolbar": "^3.0",
"drupal/components": "^2.4",
"drupal/core": "^8.9 || ^9.1",
"drupal/devel": "^4.1",
"drupal/devel_generate": "^4.1",
"drupal/facets": "^1.8",
"drupal/search_api": "^1.19",
"drupal/ui_patterns": "^1.0",
"drupal/ui_patterns_settings": "^1.0",
"openeuropa/oe_bootstrap_theme": "0.100920211846",
......
......@@ -21,11 +21,6 @@ drupal:
- "./vendor/bin/drush config-set system.theme default oe_whitelabel -y"
- "./vendor/bin/drush config-set system.theme admin seven -y"
- "./vendor/bin/drush config-set node.settings use_admin_theme 1 -y"
- "./vendor/bin/drush en search_api -y"
- "./vendor/bin/drush en search_api_db -y"
- "./vendor/bin/drush en search_api_db_defaults -y"
- "./vendor/bin/drush en facets -y"
- "./vendor/bin/drush en facets_summary -y"
- "./vendor/bin/drush cr"
settings:
settings:
......
{#
/**
* @file
* Template for a facet summary item list.
*/
#}
{%- if items -%}
{%- for item in items -%}
{% if item.value['#type'] == 'link' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment