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

Skip to content
Snippets Groups Projects
Commit e33ca3cc authored by drishu's avatar drishu
Browse files

OEL-1514: Remove semantic identifier attempt.

parent d31fc772
No related branches found
No related tags found
2 merge requests!156OEL-1450: Epic list pages.,!139OEL-1514: Improve list pages integration in whitelabel
......@@ -2,7 +2,7 @@
declare(strict_types = 1);
namespace Drupal\Tests\oe_whitelabel_list_pages_test\FunctionalJavascript;
namespace Drupal\Tests\oe_whitelabel_list_pages\Functional;
use Drupal\Core\Datetime\DrupalDateTime;
use Drupal\node\Entity\Node;
......
<div class="row">
<div class="col-12 col-lg-3" id="oe-list-pages-left-column">
<div class="col-12 col-lg-3">
{% set filters = content['extra_field_oe_list_page_filters:node:oe_list_page']|render %}
{% if filters %}
{{ pattern('offcanvas', {
......@@ -20,7 +20,7 @@
}) }}
{% endif %}
</div>
<div class="col-12 col-lg-9 col-xxl-8" id="oe-list-pages-right-column">
<div class="col-12 col-lg-9 col-xxl-8">
<div class="row">
<div class="col-md-6 col-lg-8 align-self-center">
<h4 class="mb-0">
......
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