You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to use the plugin, you have to define the values for the required fields via the admin. Craft recently (in 3.2 I believe) allow for use of environment variable values in the Control Panel values.
It would be great if this module also allowed for this like so:
Currently, this tag {{ craft.mix.withTag('css/app.css') | raw }} will render this <link rel="stylesheet" href="/$WEB_ROOT_PATH/assets/css/app.css">
The text was updated successfully, but these errors were encountered:
sergeifilippov
changed the title
Make module .env value aware
FR: Make module .env value aware
Sep 3, 2019
Currently, to use the plugin, you have to define the values for the required fields via the admin. Craft recently (in 3.2 I believe) allow for use of environment variable values in the Control Panel values.
It would be great if this module also allowed for this like so:
Currently, this tag
{{ craft.mix.withTag('css/app.css') | raw }}
will render this<link rel="stylesheet" href="/$WEB_ROOT_PATH/assets/css/app.css">
The text was updated successfully, but these errors were encountered: