Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme #50

Merged
merged 1 commit into from
May 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository provides a bundled JS custom component library to form.io builder / form.io renderer / Squiz Matrix form application.

<img src="https://qld-gov-au.github.io/formio/static/media/formio%20custom%20component.5f82e1bf.png" alt="share diagram" width="480" />
<img src="https://qld-gov-au.github.io/formio/static/media/storybook-formio%20custom%20component.5f82e1bf.png" alt="share diagram" width="480" />

## Goals

Expand Down Expand Up @@ -97,11 +97,10 @@ You can consume this library either in Form.io Builder or Form.io Renderer.
To use custom components in the Form.io platform builder, please go to the [Project stage settings](https://help.form.io/userguide/projects#custom-js-and-css) and update the `Custom javascript` URL with the CDN URL of this library:

```
https://dev-static.qgov.net.au/formio-qld/v1/v1.x.x-latest/formio-qld.min.js
(This is a temporary URL for POC purpose, actual CDN URL still needs to be confirmed in production.)
https://static.qgov.net.au/formio-qld/v1/v1.x.x-latest/formio-qld.min.js
```

<img src="https://qld-gov-au.github.io/formio/static/media/formioSettings.fbfb01cf.png" alt="share diagram" width="640" />
<img src="https://qld-gov-au.github.io/formio/static/media/storybook-formioSettings.fbfb01cf.png" alt="share diagram" width="640" />

### Form.io JS renderer or builder

Expand Down
3 changes: 1 addition & 2 deletions src/stories/Welcome.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ You can consume this library either in Form.io Builder or Form.io Renderer.
To use custom components in the Form.io platform builder, please go to the [Project stage settings](https://help.form.io/userguide/projects#custom-js-and-css) and update the `Custom javascript` URL with the CDN URL of this library:

```
https://dev-static.qgov.net.au/formio-qld/v1/v1.x.x-latest/formio-qld.min.js
(This is a temporary URL for POC purpose, actual CDN URL still needs to be confirmed in production.)
https://static.qgov.net.au/formio-qld/v1/v1.x.x-latest/formio-qld.min.js
```

<img src={FormioSettings} alt="share diagram" width="640" />
Expand Down