@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.
@@ -88,7 +88,7 @@ const button = (path) => ({
88
88
  },
89
89
  properties: {
90
90
  size: 'small',
91
- title: 'button:',
91
+ title: `${path}:`,
92
92
  inner: true,
93
93
  },
94
94
  blocks: [
@@ -110,7 +110,7 @@ test('button propertiesFormTransformer', () => {
110
110
  "properties": Object {
111
111
  "inner": true,
112
112
  "size": "small",
113
- "title": "button:",
113
+ "title": "block.properties.field:",
114
114
  },
115
115
  "type": "Card",
116
116
  },
@@ -76,7 +76,7 @@ _ref:
76
76
 
77
77
  ```yaml
78
78
  name: lowdefy-project-template
79
- lowdefy: 3.23.2
79
+ lowdefy: 3.23.3
80
80
 
81
81
  pages:
82
82
  ################ -------- Copy from here -------- ################
@@ -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.2
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.2
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.2
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.2
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.2
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.2
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.2
46
+ lowdefy: 3.23.3
47
47
  config:
48
48
  auth:
49
49
  openId:
@@ -48,7 +48,7 @@ _ref:
48
48
  content: |
49
49
  Most authorization and authentication settings are configured in the `config.auth` object in the Lowdefy configuration. The following config can be set:
50
50
  ```yaml
51
- lowdefy: 3.23.2
51
+ lowdefy: 3.23.3
52
52
  config:
53
53
  auth:
54
54
  openId:
package/version.yaml CHANGED
@@ -1 +1 @@
1
- v3.23.2
1
+ v3.23.3