Skip to content

Draft: example component

Stuart Fisher requested to merge example_component into master

Configuration resources/config/mrt.yml

component: mrt

Layout resources/layouts/1_mrt.yml

name: MRT
description: MRT
contents:
  - type: row
    contents:
      - type: col
        contents:
          - type: component
            component: mrt

And the swagger ui at https://localhost:8080/swagger-ui/#/Mrt Screenshot_2022-06-07_at_17.09.22

Edited by Stuart Fisher

Merge request reports