.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../Includes.txt Enum ^^^^ aMapping -------- This is a very powerful *array* setting that allows you to translate real database-saved values to nicely formatted outputs (not for the form, though). Now this sounds as if you don't want to do that on your own but for limited amount of options it makes sense to configure that manually. The only thing you need to do is to configure the value you want to translate (*map*, thus the name) as array key and the output it should become (*be mapped on*) as the configuration value. Pretty easy example: Translate status values into images: :: 'aMapping' => array( 'on hold' => 'on hold', 'done' => 'done', 'in work' => 'in work' )