-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
fusioncms/cms
#57Labels
AdditionNew features and functionality not currently present in the platformNew features and functionality not currently present in the platform
Milestone
Description
After renaming theme settings to theme options, we should add a supporting theme_option helper method to fetch the values of theme options for use within themes.
This is currently handled by the theme helper method, but you have to reference options with a prepended value key:
{{ theme('value.homepage.message') }}
This is just not developer friendly and unintuitive vs.
{{ theme_option('homepage.message') }}
Metadata
Metadata
Assignees
Labels
AdditionNew features and functionality not currently present in the platformNew features and functionality not currently present in the platform