Improved the custom code area to now allow custom code in custom code with the help of placheholders. Removed the static wiki page, and relinked to the github wiki.
This commit is contained in:
@ -2276,6 +2276,13 @@ class ComponentbuilderModelAjax extends JModelList
|
||||
'views' => 'libraries',
|
||||
'not_base64' => array(),
|
||||
'name' => 'name'
|
||||
),
|
||||
// #__componentbuilder_custom_code (m)
|
||||
'custom_code' => array(
|
||||
'search' => array('id', 'system_name', 'code'),
|
||||
'views' => 'custom_codes',
|
||||
'not_base64' => array(),
|
||||
'name' => 'system_name'
|
||||
)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user