Media selection =============== Description ----------- Shows a list with the possibility to assign some assets from the media section to a page. Also allows to define a position, which can be handled later in the template. Parameters ---------- .. list-table:: :header-rows: 1 * - Parameter - Type - Description * - types - string - A comma separated list of available asset types to assign. Each item in the list must be one of ``document``, ``image``, ``video`` or ``audio``. * - displayOptions - collection - A collection of booleans, which defines to which positions the assets can be assigned (``leftTop``, ``top``, ``rightTop``, ...) * - defaultDisplayOption - string - Defines which of the displayOptions is the default one * - formats - collection - A collection of image formats, which will be available when opening the cropping overlay in the page form. Contains all image formats by default. Example ------- .. code-block:: xml Images