forked from joomla/Component-Builder
Fixed gh-630 by moving the templatestyle field type to the plain field group.
This commit is contained in:
parent
cc201b8ec0
commit
0be8492db6
@ -3677,7 +3677,7 @@ abstract class ComponentbuilderHelper
|
|||||||
),
|
),
|
||||||
'plain' => array(
|
'plain' => array(
|
||||||
'cachehandler', 'calendar', 'checkbox', 'chromestyle', 'color', 'componentlayout', 'contenttype', 'editor', 'editors', 'captcha',
|
'cachehandler', 'calendar', 'checkbox', 'chromestyle', 'color', 'componentlayout', 'contenttype', 'editor', 'editors', 'captcha',
|
||||||
'email', 'file', 'headertag', 'helpsite', 'hidden', 'integer', 'language', 'media', 'menu', 'menuitem', 'meter', 'modulelayout',
|
'email', 'file', 'headertag', 'helpsite', 'hidden', 'integer', 'language', 'media', 'menu', 'menuitem', 'meter', 'modulelayout', 'templatestyle',
|
||||||
'moduleorder', 'moduletag', 'number', 'password', 'range', 'rules', 'tag', 'tel', 'text', 'textarea', 'timezone', 'url', 'user', 'usergroup'
|
'moduleorder', 'moduletag', 'number', 'password', 'range', 'rules', 'tag', 'tel', 'text', 'textarea', 'timezone', 'url', 'user', 'usergroup'
|
||||||
),
|
),
|
||||||
'option' => array(
|
'option' => array(
|
||||||
@ -3697,7 +3697,7 @@ abstract class ComponentbuilderHelper
|
|||||||
'note', 'spacer'
|
'note', 'spacer'
|
||||||
),
|
),
|
||||||
'special' => array(
|
'special' => array(
|
||||||
'contentlanguage', 'moduleposition', 'plugin', 'repeatable', 'subform', 'templatestyle'
|
'contentlanguage', 'moduleposition', 'plugin', 'repeatable', 'subform'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -3674,7 +3674,7 @@ abstract class ComponentbuilderHelper
|
|||||||
),
|
),
|
||||||
'plain' => array(
|
'plain' => array(
|
||||||
'cachehandler', 'calendar', 'checkbox', 'chromestyle', 'color', 'componentlayout', 'contenttype', 'editor', 'editors', 'captcha',
|
'cachehandler', 'calendar', 'checkbox', 'chromestyle', 'color', 'componentlayout', 'contenttype', 'editor', 'editors', 'captcha',
|
||||||
'email', 'file', 'headertag', 'helpsite', 'hidden', 'integer', 'language', 'media', 'menu', 'menuitem', 'meter', 'modulelayout',
|
'email', 'file', 'headertag', 'helpsite', 'hidden', 'integer', 'language', 'media', 'menu', 'menuitem', 'meter', 'modulelayout', 'templatestyle',
|
||||||
'moduleorder', 'moduletag', 'number', 'password', 'range', 'rules', 'tag', 'tel', 'text', 'textarea', 'timezone', 'url', 'user', 'usergroup'
|
'moduleorder', 'moduletag', 'number', 'password', 'range', 'rules', 'tag', 'tel', 'text', 'textarea', 'timezone', 'url', 'user', 'usergroup'
|
||||||
),
|
),
|
||||||
'option' => array(
|
'option' => array(
|
||||||
@ -3694,7 +3694,7 @@ abstract class ComponentbuilderHelper
|
|||||||
'note', 'spacer'
|
'note', 'spacer'
|
||||||
),
|
),
|
||||||
'special' => array(
|
'special' => array(
|
||||||
'contentlanguage', 'moduleposition', 'plugin', 'repeatable', 'subform', 'templatestyle'
|
'contentlanguage', 'moduleposition', 'plugin', 'repeatable', 'subform'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user