diff --git a/source/development/frontend/models_fieldtypes.rst b/source/development/frontend/models_fieldtypes.rst index e6bcdb8f..f04dc85e 100644 --- a/source/development/frontend/models_fieldtypes.rst +++ b/source/development/frontend/models_fieldtypes.rst @@ -391,6 +391,21 @@ Define relations to other nodes in the model, such as to point the attribute :co +To display multiple fields, the :code:`display_format` is required. + +.. code-block:: xml + + + + + OPNsense.TrafficShaper.TrafficShaper + pipes.pipe + number,description + %s - %s + + + + .. csv-table:: ModelRelationField :header: "Parameter", "Options", "Purpose" :widths: 30, 20, 40