Block filters
Data
formBlock.data.attributes
Through the filter formBlock.data.attributes the form element attributes data can be filtered.
Parameters:
object List of form element attributes
Expects an object.
Fieldset
formBlock.fieldset.allowedBlocks
Through the filter formBlock.fieldset.allowedBlocks the allowed blocks inside a fieldset can be filtered.
Parameters:
string[] List of allowed blocks
Expects an array.
Form
formBlock.controls.additionalPrimaryPanelControls
Through the filter formBlock.controls.additionalPrimaryPanelControls additional controls in the primary block panel can be filtered.
Parameters:
JSX.Element|null Additional controls
Expects a JSX.Element or null.
formBlock.form.template.contact
Through the filter formBlock.form.template.contact the default fields for a contact form template can be filtered.
Parameters:
array List of blocks
Expects an array.
formBlock.form.template.default
Through the filter formBlock.form.template.default the default fields for a default form template can be filtered.
Parameters:
array List of blocks
Expects an array.
formBlock.form.template.newsletter
Through the filter formBlock.form.template.newsletter the default fields for a newsletter form template can be filtered.
Parameters:
array List of blocks
Expects an array.
formBlock.wizard.fieldMatches
Through the filter formBlock.wizard.fieldMatches the data for matching a specific field type in the wizard can be filtered.
Parameters:
object Matches of field type to specific label titles
Expects an object.
formBlock.wizard.consentCheckboxBlock
Through the filter formBlock.wizard.consentCheckboxBlock the consent checkbox block in the wizard can be filtered.
Parameters:
object Consent checkbox block
Expects an object.
Input
formBlock.module.datePicker.allowedInputTypes
Through the filter formBlock.module.datePicker.allowedInputTypes the allowed input types for the datepicker module can be filtered.
Parameters:
array List of allowed input types
Expects an array.
formBlock.input.attributes
Through the filter formBlock.input.attributes the attributes for an input block can be filtered.
Parameters:
object Block attributes
Expects an object.
formBlock.input.controlTypes
Through the filter formBlock.input.controlTypes the control types for the input attributes can be filtered.
Parameters:
array Control types data
Expects an array.
formBlock.input.controls
Through the filter formBlock.input.controls additional controls for the input block can be filtered.
Parameters:
JSX.Element|null Additional controls
Expects a JSX.Element or null.
formBlock.input.htmlTypes
Through the filter formBlock.input.htmlTypes the data for input types can be filtered.
Parameters:
object Input type data
Expects an object.
Select
formBlock.select.attributes
Through the filter formBlock.select.attributes the attributes for an select block can be filtered.
Parameters:
object Block attributes
Expects an object.
formBlock.select.controlTypes
Through the filter formBlock.select.controlTypes the control types for the select attributes can be filtered.
Parameters:
array Control types data
Expects an array.
formBlock.select.controls
Through the filter formBlock.select.controls additional controls for the select block can be filtered.
Parameters:
JSX.Element|null Additional controls
Expects a JSX.Element or null.
Textarea
formBlock.textarea.attributes
Through the filter formBlock.textarea.attributes the attributes for an textarea block can be filtered.
Parameters:
object Block attributes
Expects an object.
formBlock.textarea.controlTypes
Through the filter formBlock.textarea.controlTypes the control types for the textarea attributes can be filtered.
Parameters:
array Control types data
Expects an array.
formBlock.textarea.controls
Through the filter formBlock.textarea.controls additional controls for the textarea block can be filtered.
Parameters:
JSX.Element|null Additional controls
Expects a JSX.Element or null.