This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======== Output file will be in /var/folders/t3/gsd4dmx5471bzzhh08mt70x98dz5mj/T/ddev-debug-test.txt ======== | |
======== Existing project config ======== | |
ddev installation alternate locations: | |
/opt/homebrew/bin/ddev | |
These config files were loaded for project almd: [/Users/mrhernandez/Sites/personal/almd-gh/.ddev/config.yaml] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% raw %} | |
```js | |
``` | |
{% endraw %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import parse from 'html-react-parser'; | |
// Imports decorators for background colors. | |
import { SantaBarbaraSandBg, VeniceCanalBg } from '../../../../.storybook/decorators'; | |
import callout from './callout.twig'; | |
import data from './callout.yml'; | |
const settings = { | |
title: 'Components/Callout', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<article class="card{{ modifier ? ' ' ~ modifier }}{{- attributes ? ' ' ~ attributes.class -}}" | |
{{- attributes ? attributes|without(class) -}}> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Everything in this file is optional. Still, the file needs to exist. Adding | |
# metadata here will improve the DX when using components. | |
# Note: currently in Drupal 10.1, the schema will fail to validate if | |
# props section is not present. This may change in a future release. | |
# This is so your IDE knows about the syntax for fixes and autocomplete. | |
$schema: https://git.drupalcode.org/project/sdc/-/raw/1.x/src/metadata.schema.json | |
# The human readable name. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# docker-compose.patternlab.com to pass port 3000 inside the container | |
# to https://<something>.ddev.site:3001 | |
version: '3.6' | |
services: | |
web: | |
ports: | |
# Expose port 3000 for the patternlab app | |
- "3001" | |
environment: | |
# Override the web container's standard HTTP_EXPOSE and HTTPS_EXPOSE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$settings['container_yamls'][] = DRUPAL_ROOT . '/sites/development.services.yml'; | |
$config['system.performance']['css']['preprocess'] = FALSE; | |
$config['system.performance']['js']['preprocess'] = FALSE; | |
$settings['cache']['bins']['render'] = 'cache.backend.null'; | |
$settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null'; | |
$settings['cache']['bins']['page'] = 'cache.backend.null'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Custom configuration for Stylelint. | |
# | |
# Preset all items to warning to prevent breaking themes. | |
# Delete line to activate linter build-breaking errors. | |
defaultSeverity: warning | |
# Plugins integrated. | |
plugins: | |
- stylelint-scss |
NewerOlder