Single-Directory Components css not loaded

Created on 12 June 2025, 30 days ago

Problem/Motivation

When using Single-Directory Components and this module, the css files of those components are not loaded.

Steps to reproduce

  1. Install Olivero
  2. Create block (I tested this with custom block) and find the template it's using.
  3. Add Oliveros teaser component to that template:
    {% embed "olivero:teaser" with {} only %}
      {% block title %}
        <h2>Foobar</h2>
      {% endblock %}
    {% endembed %}

Inspect the component tags. You won't see any teaser styles on it.

Proposed resolution

Not sure if this core bug or not.We need to try and collect the SDC libraries and make sure they are loaded.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ͺπŸ‡ͺEstonia hkirsman

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024