Hooks are functions that listen for specific process where you can customize the normal functionality of Camaleon CMS. This customization can be: Customize results Load custom assets Load custom t...
Camaleon CMS Custom Fields is the perfect solution for any website which needs more flexible data. Visually create your FieldsSelect from multiple input types (text, textarea, wysiwyg, image, file...
This are the steps to add a new language for Admin Panel. Create a new yml file in config/locales/camaleon_cms/my_locale.yml Add your language key in config/system.json =>available_languages, c...
This are the steps to add a new language for Admin Panel. Create a new yml file in config/locales/camaleon_cms/admin/my_locale.yml Add your language name in config/locales/camaleon_cms/languages.y...
Sample to add and read extra attribute from AWS for each file: def my_hook_for_on_uploader(args) args[:aws_settings][:aws_file_upload_settings] = lambda{|settings| settings[:cache_control] = 'max-a...
This is a sample to add your custom frontend login for your theme (Be careful with theme folder name). Create a controller within your themeapps/themes/{theme_folder_name}/frontend_sessions_contro...