first commit
This commit is contained in:
19
plugins/workflow/publishing/forms/action.xml
Normal file
19
plugins/workflow/publishing/forms/action.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<form>
|
||||
<fields name="options">
|
||||
<fieldset name="actions"
|
||||
label="COM_WORKFLOW_TRANSITION_ACTIONS_LABEL"
|
||||
>
|
||||
<field
|
||||
name="publishing"
|
||||
type="workflowcondition"
|
||||
label="PLG_WORKFLOW_PUBLISHING_TRANSITION_ACTIONS_PUBLISHING_LABEL"
|
||||
description="PLG_WORKFLOW_PUBLISHING_TRANSITION_ACTIONS_PUBLISHING_DESC"
|
||||
default=""
|
||||
hide_all="true"
|
||||
>
|
||||
<option value="">JOPTION_DO_NOT_USE</option>
|
||||
</field>
|
||||
</fieldset>
|
||||
</fields>
|
||||
</form>
|
||||
Reference in New Issue
Block a user