When looking at an issue, show a list of issues related to the issue module.
Issues are linked to modules via field_issue_module and to related issues via field_related_issues.
When looking at an issue, show a list of issues related to the issue module.
Issues are linked to modules via field_issue_module and to related issues via field_related_issues.
By default, node types have the option to display or hide submission info.
The node template has an area to display it.
You can see how the format is hardcoded in the template.
I want to see a checklist of tasks I need to complete for the day.
Currently this is implemented as a field on the scorecard.
Check out the codepen module for embedding code samples.
https://www.drupal.org/project/codepen
Looks like it only provides a fields.
The home page is a view block displaying the latest scorecard.
This issue caused new comments to redirect to the scorecard view page.
Changes in uno.config.js will not be reloaded automatically.
You can trigger it manually by restarting the vite server.
Type "r" and then "enter" when the dev server is running.
It should say:
CSS in a directory can be bulk imported with glob.
The postcss-import-glob plugin can do this in css files.
CSS variables make it easy to change styles.
Use UnoCSS theme properties in a variable.
You can use UnoCSS Starter to generate a base theme to use with additional subthemes.
When you generate a theme, it copies all the files, and uses stable9 as the base theme by default.
When developing a theme, changes to CSS are reloaded instantly, but twig changes trigger a page refresh.
How can we make the twig component hot reload on changes?
Drupal should be able to reload a template or SDC using AJAX.