Closed benfiratkaya closed 2 years ago
Hi,
you can use $theme->get('composer_property_name')
for example $theme->get('extra.theme.parent')
where $theme
is an instance of Hexadog\ThemesManager\Theme
(you can retreive the current theme using the facace ThemesManager::current()
)
Hello I want to add settings to themes. How can I get values from theme composer.json file?