There is no layout field for plugins in the standard field types.
https://docs.joomla.org/Standard_form_field_types
What I would like to see is a Plugin Layout field added. This would allow me to select a layout like i can in components and modules.
Why would i want this?
I have emulated this field using the filelist filed.
<field
name="layout"
type="filelist"
default="default.php"
label="PLG_CONTENT_HELLOWORLD_LAYOUT_LABEL"
description="PLG_CONTENT_HELLOWORLD_LAYOUT_DESC"
directory="plugins/content/helloworld/tmpl"
filter=""
exclude="\.html$"
stripext="1"
hide_none="1"
hide_default="0"
/>
Labels |
Added:
?
|
Priority | Medium | ⇒ | Very low |
Category | ⇒ | Feature Request |
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-12-18 10:30:59 |
Closed_By | ⇒ | rdeutz |