Resolved gh-576 to allow empty filter options.

This commit is contained in:
2020-07-26 18:21:08 +02:00
parent 6bb23fc6ee
commit 05da68f1ae
6 changed files with 39 additions and 17 deletions

View File

@ -810,6 +810,16 @@
message="COM_COMPONENTBUILDER_DYNAMIC_GET_TABLE_KEY_MESSAGE"
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_TABLE_KEY_HINT"
/>
<!-- Empty Field. Type: Checkbox. (joomla) -->
<field
type="checkbox"
name="empty"
label="COM_COMPONENTBUILDER_DYNAMIC_GET_EMPTY_LABEL"
value="1"
default="0"
description="COM_COMPONENTBUILDER_DYNAMIC_GET_EMPTY_DESCRIPTION"
class="inputbox"
/>
</form>
</field>
<!-- Add_php_after_getitems Field. Type: Radio. (joomla) -->