105 lines
2.3 KiB
XML
105 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<metadata>
|
|
<layout title="COM_CONTENT_ARTICLES_VIEW_DEFAULT_TITLE">
|
|
<message>
|
|
<![CDATA[COM_CONTENT_ARTICLES_VIEW_DEFAULT_DESC]]>
|
|
</message>
|
|
</layout>
|
|
<!-- Add fields to the request variables for the layout. -->
|
|
<fields name="request">
|
|
<fieldset
|
|
name="filter"
|
|
label="COM_MENUS_ADMIN_FILTER_LABEL"
|
|
addfieldprefix="Joomla\Component\Categories\Administrator\Field"
|
|
>
|
|
<field
|
|
name="filter_category_id"
|
|
type="modal_category"
|
|
label="COM_MENUS_ADMIN_CATEGORY_LABEL"
|
|
extension="com_content"
|
|
select="true"
|
|
new="true"
|
|
edit="true"
|
|
clear="true"
|
|
filter="integer"
|
|
/>
|
|
|
|
<field
|
|
name="filter_level"
|
|
type="integer"
|
|
label="COM_MENUS_ADMIN_LEVEL_LABEL"
|
|
first="1"
|
|
last="10"
|
|
step="1"
|
|
languages="*"
|
|
filter="integer"
|
|
>
|
|
<option value="">JOPTION_SELECT_MAX_LEVELS</option>
|
|
</field>
|
|
|
|
<field
|
|
name="filter_author_id"
|
|
type="author"
|
|
label="COM_MENUS_ADMIN_AUTHOR_LABEL"
|
|
multiple="true"
|
|
layout="joomla.form.field.list-fancy-select"
|
|
class="multipleAuthors"
|
|
filter="array"
|
|
>
|
|
<option value="0">JNONE</option>
|
|
<option value="by_me">COM_CONTENT_FILTER_AUTHORS_BY_ME</option>
|
|
</field>
|
|
|
|
<field
|
|
name="filter_tag"
|
|
type="tag"
|
|
label="COM_MENUS_ADMIN_TAGS_LABEL"
|
|
multiple="true"
|
|
filter="intarray"
|
|
mode="nested"
|
|
/>
|
|
|
|
<field
|
|
name="filter_access"
|
|
type="accesslevel"
|
|
label="COM_MENUS_ADMIN_ACCESS_LABEL"
|
|
multiple="true"
|
|
layout="joomla.form.field.list-fancy-select"
|
|
filter="intarray"
|
|
validate="options"
|
|
/>
|
|
|
|
<field
|
|
name="filter_language"
|
|
type="contentlanguage"
|
|
label="COM_MENUS_ADMIN_LANGUAGE_LABEL"
|
|
>
|
|
<option value="">JOPTION_SELECT_LANGUAGE</option>
|
|
<option value="*">JALL</option>
|
|
</field>
|
|
|
|
</fieldset>
|
|
</fields>
|
|
<fields name="params">
|
|
<fieldset name="basic">
|
|
|
|
<field
|
|
name="menu-quicktask"
|
|
type="radio"
|
|
label="MOD_MENU_FIELD_SHOWNEW"
|
|
layout="joomla.form.field.radio.switcher"
|
|
>
|
|
<option value="">JHIDE</option>
|
|
<option value="index.php?option=com_content&task=article.add">JSHOW</option>
|
|
</field>
|
|
|
|
<field
|
|
name="menu-quicktask-title"
|
|
type="hidden"
|
|
default="COM_CONTENT_MENUS_NEW_ARTICLE"
|
|
/>
|
|
|
|
</fieldset>
|
|
</fields>
|
|
</metadata>
|