Created
August 13, 2024 18:08
-
-
Save amazingrando/1730fd2b36b245f8a1e30078aca0fafa to your computer and use it in GitHub Desktop.
Emulsify Single Directory Components snippet
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
| # 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