diff --git a/content/developer/reference/user_interface/view_architectures.rst b/content/developer/reference/user_interface/view_architectures.rst index ac8ae0bd5..b2195f169 100644 --- a/content/developer/reference/user_interface/view_architectures.rst +++ b/content/developer/reference/user_interface/view_architectures.rst @@ -1871,6 +1871,16 @@ searching/filtering`, or appending new sections to the search filter. The `filter` element can have the following attributes: +.. attribute:: name + :noindex: + + The technical name of the filter. It can be used to :ref:`enable it by default + ` or as an :ref:`inheritance hook + `. + + :requirement: Mandatory + :type: str + .. attribute:: string :noindex: @@ -1888,17 +1898,6 @@ The `filter` element can have the following attributes: :type: str :default: `''` -.. attribute:: name - :noindex: - - The technical name of the filter. It can be used to :ref:`enable it by default - ` or as an :ref:`inheritance hook - `. - - :requirement: Optional - :type: str - :default: `''` - .. attribute:: domain :noindex: