Class: CamaleonCms::Theme

Inherits:
TermTaxonomy show all
Defined in:
app/models/camaleon_cms/theme.rb

Instance Method Summary collapse

Methods inherited from TermTaxonomy

#children, #in_nav_menu_items, #skip_slug_validation?

Methods included from CustomFieldsRead

#add_custom_field_group, #add_custom_field_to_default_group, #get_field_groups, #get_field_object, #get_field_value, #get_field_values, #get_field_values_hash, #get_fields_grouped, #get_fields_object, #get_user_field_groups, #save_field_value, #set_field_value, #set_field_values, #update_field_value

Methods included from Metas

#delete_meta, #delete_option, #fix_save_metas_options_no_changed, #get_meta, #get_option, #options, #save_metas_options, #save_metas_options_skip, #set_meta, #set_metas, #set_option, #set_options

Instance Method Details

#settingsObject

return theme settings configured in config.json



13
14
15
# File 'app/models/camaleon_cms/theme.rb', line 13

def settings
  PluginRoutes.theme_info(self.slug)
end

#settings_fileObject

return the path to the settings file for current theme



18
19
20
# File 'app/models/camaleon_cms/theme.rb', line 18

def settings_file
  File.join(self.settings["path"], "views/admin/settings").to_s
end