[codestyle] admin non-components xml files#15922
Conversation
| <config> | ||
| <fields name="params"> | ||
| <fieldset name="basic"> | ||
| <fieldset name="basic"> |
There was a problem hiding this comment.
this whole fieldset block needs one more tab
| class="btn-group btn-group-yesno" | ||
| description="MOD_CUSTOM_FIELD_PREPARE_CONTENT_DESC" | ||
| default="1"> | ||
| type="radio" |
| <option | ||
| value="1">JYES</option> | ||
| <option | ||
| value="0">JNO</option> |
| label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL" | ||
| description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" /> | ||
| description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" | ||
| rows="3" |
| description="COM_MODULES_FIELD_CACHE_TIME_DESC" | ||
| default="900" | ||
| /> | ||
| <field |
| <option value="1">JSHOW</option> | ||
| <option value="0">JHIDE</option> | ||
| </field> | ||
| <field |
There was a problem hiding this comment.
all fields in this fieldset - add empy line
| label="TPL_ISIS_COLOR_SIDEBAR_LABEL" | ||
| description="TPL_ISIS_COLOR_SIDEBAR_DESC" | ||
| class="" | ||
| type="color" |
There was a problem hiding this comment.
yes. name, type, label, description as the others
| name="loginBackgroundColor" | ||
| label="TPL_ISIS_COLOR_LOGIN_BACKGROUND_LABEL" | ||
| description="TPL_ISIS_COLOR_LOGIN_BACKGROUND_DESC" | ||
| type="color" |
There was a problem hiding this comment.
yes. name, type, label, description as the others
| name="loginLogoFile" | ||
| label="TPL_ISIS_LOGIN_LOGO_LABEL" | ||
| description="TPL_ISIS_LOGIN_LOGO_DESC" | ||
| type="media" |
There was a problem hiding this comment.
yes. name, type, label, description as the others
| description="TPL_ISIS_HEADER_DESC" | ||
| class="btn-group btn-group-yesno" | ||
| default="1" | ||
| filter="integer"> |
There was a problem hiding this comment.
agree, as the others
|
@brianteeman check options formating https://developer.joomla.org/coding-standards/xml.html |
andrepereiradasilva
left a comment
There was a problem hiding this comment.
some minor changes and also agree with @wojsmol comments.
if corrected is fine
| <option | ||
| value="1">JYES</option> | ||
| <option | ||
| value="0">JNO</option> |
| <option | ||
| value="c_dsc">MOD_LATEST_FIELD_VALUE_ORDERING_ADDED</option> | ||
| <option | ||
| value="m_dsc">MOD_LATEST_FIELD_VALUE_ORDERING_MODIFIED</option> |
There was a problem hiding this comment.
proposed improvement: option in a single line
| default="0" | ||
| > | ||
| <option | ||
| value="0">MOD_LATEST_FIELD_VALUE_AUTHORS_ANYONE</option> |
There was a problem hiding this comment.
proposed improvement: option in a single line
|
|
||
| <field | ||
| name="moduleclass_sfx" | ||
| type="textarea" rows="3" |
There was a problem hiding this comment.
rows goes down
| @@ -26,14 +26,16 @@ | |||
| type="text" | |||
| default="5" | |||
There was a problem hiding this comment.
default goes down
| label="TPL_ISIS_COLOR_SIDEBAR_LABEL" | ||
| description="TPL_ISIS_COLOR_SIDEBAR_DESC" | ||
| class="" | ||
| type="color" |
There was a problem hiding this comment.
yes. name, type, label, description as the others
| name="loginBackgroundColor" | ||
| label="TPL_ISIS_COLOR_LOGIN_BACKGROUND_LABEL" | ||
| description="TPL_ISIS_COLOR_LOGIN_BACKGROUND_DESC" | ||
| type="color" |
There was a problem hiding this comment.
yes. name, type, label, description as the others
| name="loginLogoFile" | ||
| label="TPL_ISIS_LOGIN_LOGO_LABEL" | ||
| description="TPL_ISIS_LOGIN_LOGO_DESC" | ||
| type="media" |
There was a problem hiding this comment.
yes. name, type, label, description as the others
| description="TPL_ISIS_HEADER_DESC" | ||
| class="btn-group btn-group-yesno" | ||
| default="1" | ||
| filter="integer"> |
There was a problem hiding this comment.
agree, as the others
| value="1">TPL_ISIS_STATUS_BOTTOM</option> | ||
| <option | ||
| <option | ||
| value="0">TPL_ISIS_STATUS_TOP</option> |
There was a problem hiding this comment.
proposed improvement: option in a single line
|
all issues and conflicts have been resolved. |
|
I have tested this item ✅ successfully on a3672c9 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15922. |
i need to fix my ide!!
|
I have tested this item ✅ successfully on dfddfd5 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15922. |
1 similar comment
|
I have tested this item ✅ successfully on dfddfd5 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15922. |
|
RTC after two successful tests. |
|
Thanks |
Review all the xml files in the administrator/components folder and make sure they are formatted according to the coding standards
(I had a long train journey)