@lowdefy/docs 3.23.2 → 3.23.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/actions/JsAction.yaml +2 -2
- package/concepts/custom-blocks.yaml +2 -2
- package/concepts/custom-code.yaml +3 -3
- package/connections/AxiosHttp.yaml +3 -3
- package/deployment/aws-lambda.yaml +2 -2
- package/deployment/docker.yaml +2 -2
- package/howto/generate-csv.yaml.njk +1 -1
- package/howto/generate-pdf.yaml.njk +2 -2
- package/howto/generateCsv/lowdefy.yaml +1 -1
- package/howto/generatePdf/lowdefy.yaml +1 -1
- package/lowdefy.yaml +1 -1
- package/menus.yaml +2 -2
- package/operators/_actions.yaml +1 -1
- package/operators/_js.yaml +2 -2
- package/operators/_ref.yaml +4 -4
- package/package.json +2 -2
- package/public/sitemap.xml +204 -204
- package/templates/blocks/propertiesFormTransformer.js +1 -1
- package/templates/test/button.test.js +1 -1
- package/tutorial/tutorial-create-page.yaml +1 -1
- package/tutorial/tutorial-start.yaml +1 -1
- package/users/login-and-logout.yaml +2 -2
- package/users/protected-pages.yaml +2 -2
- package/users/roles.yaml +2 -2
- package/users/users-introduction.yaml +1 -1
- package/version.yaml +1 -1
|
@@ -180,7 +180,7 @@ _ref:
|
|
|
180
180
|
Open the `lowdefy.yaml` file using a text editor like [VS Code](https://code.visualstudio.com/download). The content of the file should look like this:
|
|
181
181
|
|
|
182
182
|
```yaml
|
|
183
|
-
lowdefy: 3.23.
|
|
183
|
+
lowdefy: 3.23.3
|
|
184
184
|
name: Lowdefy starter
|
|
185
185
|
|
|
186
186
|
pages:
|
|
@@ -132,7 +132,7 @@ _ref:
|
|
|
132
132
|
|
|
133
133
|
###### Redirect to the Auth0 logout URL and return to the `logged-out` page in the app after logout:
|
|
134
134
|
```yaml
|
|
135
|
-
lowdefy: 3.23.
|
|
135
|
+
lowdefy: 3.23.3
|
|
136
136
|
config:
|
|
137
137
|
auth:
|
|
138
138
|
openId:
|
|
@@ -144,7 +144,7 @@ _ref:
|
|
|
144
144
|
|
|
145
145
|
###### Redirect to the Keycloak logout URL and return to the `logged-out` page in the app after logout:
|
|
146
146
|
```yaml
|
|
147
|
-
lowdefy: 3.23.
|
|
147
|
+
lowdefy: 3.23.3
|
|
148
148
|
config:
|
|
149
149
|
auth:
|
|
150
150
|
openId:
|
|
@@ -36,7 +36,7 @@ _ref:
|
|
|
36
36
|
|
|
37
37
|
###### List specific public pages:
|
|
38
38
|
```yaml
|
|
39
|
-
lowdefy: 3.23.
|
|
39
|
+
lowdefy: 3.23.3
|
|
40
40
|
config:
|
|
41
41
|
auth:
|
|
42
42
|
pages:
|
|
@@ -48,7 +48,7 @@ _ref:
|
|
|
48
48
|
````
|
|
49
49
|
###### List specific protected pages:
|
|
50
50
|
```yaml
|
|
51
|
-
lowdefy: 3.23.
|
|
51
|
+
lowdefy: 3.23.3
|
|
52
52
|
config:
|
|
53
53
|
auth:
|
|
54
54
|
pages:
|
package/users/roles.yaml
CHANGED
|
@@ -29,7 +29,7 @@ _ref:
|
|
|
29
29
|
Roles can be read from a custom claim on the OpenID Connect `idToken`. This should be an array of strings which are the role names. This needs to be configured at the OpenID Connect provider. The field that contains the roles array is configured in the `config.auth.openId` field in the Lowdefy configuration.
|
|
30
30
|
|
|
31
31
|
```yaml
|
|
32
|
-
lowdefy: 3.23.
|
|
32
|
+
lowdefy: 3.23.3
|
|
33
33
|
config:
|
|
34
34
|
auth:
|
|
35
35
|
openId:
|
|
@@ -43,7 +43,7 @@ _ref:
|
|
|
43
43
|
|
|
44
44
|
###### Protect pages using roles:
|
|
45
45
|
```yaml
|
|
46
|
-
lowdefy: 3.23.
|
|
46
|
+
lowdefy: 3.23.3
|
|
47
47
|
config:
|
|
48
48
|
auth:
|
|
49
49
|
openId:
|
package/version.yaml
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v3.23.
|
|
1
|
+
v3.23.3
|