Skip to content

Instantly share code, notes, and snippets.

@amazingrando
Created August 13, 2024 18:08
Show Gist options
  • Select an option

  • Save amazingrando/1730fd2b36b245f8a1e30078aca0fafa to your computer and use it in GitHub Desktop.

Select an option

Save amazingrando/1730fd2b36b245f8a1e30078aca0fafa to your computer and use it in GitHub Desktop.
Emulsify Single Directory Components snippet
# Current Emulsify Implementation:
{% include "@components/logo/logo.twig" with {
logo__src: '/assets/images/logo.svg',
logo__modifiers: ['large'],
} %}
# SDC Implementation:
{% include "my-theme:components/logo" with {
logo__src: '/assets/images/logo.svg',
logo__modifiers: ['large'],
} %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment