Joomla/K2 Listing K2 categories in a module parameter -
is possible list k2 categories in module parameter using default joomla category field type?
<field name="mycategories" type="category" extension="com_content" multiple="true" label="category" description="" />
thanks in advance.
taken k2 content module:
<fieldset name="basic" addfieldpath="/administrator/components/com_k2/elements/"> ... <field name="category_id" type="categoriesmultiple" default="" label="k2_select_one_or_more_categories" description="k2_select_one_ore_more_categories_for_which_you_want_to_filter_an_items_list_select_none_to_fetch_items_from_all_categories"/> .... </fieldset>
Comments
Post a Comment