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
how can i use yml key values as variables within my same yml file? for example....
defaults: &defaults
theme:
name: default
layout_path: <%= "themes/#{Settings.theme.name}/" %>
so that Settings.theme.layout_path will output themes/default/
The text was updated successfully, but these errors were encountered:
how can i use yml key values as variables within my same yml file? for example....
defaults: &defaults
theme:
name: default
layout_path: <%= "themes/#{Settings.theme.name}/" %>
so that
Settings.theme.layout_path
will outputthemes/default/
The text was updated successfully, but these errors were encountered: