Skip to content

Releases: rhdhorchestrator/custom-form-example-plugin

0.2.0

27 Nov 13:58
a8f67e5
Compare
Choose a tag to compare

Dynamic plugin package
Add the following to RHDH configmap to load the plugin:

      - disabled: false
        package: "https://github.com/parodos-dev/custom-form-example-plugin/releases/download/0.2.0/custom-form-example-plugin-0.2.0.tgz"
        integrity: sha512-1L2JKfvJBYHXFQsb6NrgvdXUrAXkmlloDAQiTeR8La2cNqOTeBMF91E+0ixhm4wy10gzdZXtytORjk1UWFVHlw==
        pluginConfig:
          dynamicPlugins:
            frontend:
              custom-form-example-plugin:
                apiFactories:
                  - importName: formApiFactory 

0.1.0

14 Nov 11:04
Compare
Choose a tag to compare

Dynamic plugin package
Add the following to RHDH configmap to load the plugin:

      - disabled: false
        package: "https://github.com/parodos-dev/custom-form-example-plugin/releases/download/0.1.0/custom-form-example-plugin-0.1.0.tgz"
        integrity: sha512-2zirrShnt9etkOGA/KqJ02GotH2I9qlty8I7Sx5hNURM8tglg+3iCQzRP5W69mAUkSSwpd90fNkctSEDecTzvQ==
        pluginConfig:
          dynamicPlugins:
            frontend:
              custom-form-example-plugin:
                apiFactories:
                  - importName: formApiFactory