akeeba / fof

Rapid Application Development framework for Joomla!™ 3 and 4
0 stars 0 forks source link

adding a parse_value option. It's used when the model select list is … #526

Closed compojoom closed 9 years ago

compojoom commented 9 years ago

…rendered. We can then use [ITEM:blabla] to replace the value of the name.

Works only when the translate parameter is not set.

I have a table with elements that often have the same titles. That's why the only way to distinguish between them is to add several other columns to the field. That's why I've added a replace_value parameter to the Model field. If it's set we'll run key_value through the parseFeildTags function.

nikosdion commented 9 years ago

Awesome! Can you please update the wiki now that I merged this? Thank you :)

compojoom commented 9 years ago

updated.

nikosdion commented 9 years ago

Thank you!