[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/plugins/workflow/featuring/ -> featuring.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <extension type="plugin" group="workflow" method="upgrade">
   3      <name>plg_workflow_featuring</name>
   4      <author>Joomla! Project</author>
   5      <creationDate>2020-03</creationDate>
   6      <copyright>(C) 2020 Open Source Matters, Inc.</copyright>
   7      <license>GNU General Public License version 2 or later; see LICENSE.txt</license>
   8      <authorEmail>[email protected]</authorEmail>
   9      <authorUrl>www.joomla.org</authorUrl>
  10      <version>4.0.0</version>
  11      <description>PLG_WORKFLOW_FEATURING_XML_DESCRIPTION</description>
  12      <files>
  13          <filename plugin="featuring">featuring.php</filename>
  14          <folder>forms</folder>
  15      </files>
  16      <languages>
  17          <language tag="en-GB">language/en-GB/plg_workflow_featuring.ini</language>
  18          <language tag="en-GB">language/en-GB/plg_workflow_featuring.sys.ini</language>
  19      </languages>
  20      <config>
  21          <fields name="params">
  22              <fieldset name="basic">
  23                  <field
  24                      name="allowedlist"
  25                      type="WorkflowComponentSections"
  26                      label="JWORKFLOW_EXTENSION_ALLOWED_LABEL"
  27                      description="JWORKFLOW_EXTENSION_ALLOWED_DESCRIPTION"
  28                      multiple="multiple"
  29                      layout="joomla.form.field.list-fancy-select"
  30                  />
  31                  <field
  32                      name="forbiddenlist"
  33                      type="WorkflowComponentSections"
  34                      label="JWORKFLOW_EXTENSION_FORBIDDEN_LABEL"
  35                      description="JWORKFLOW_EXTENSION_FORBIDDEN_DESCRIPTION"
  36                      multiple="multiple"
  37                      layout="joomla.form.field.list-fancy-select"
  38                  />
  39              </fieldset>
  40          </fields>
  41      </config>
  42  
  43  </extension>


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer