@quandis/qbo4.configuration 4.0.1-CI-20240615-181844 → 4.0.1-CI-20240618-015818

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quandis/qbo4.configuration",
3
- "version": "4.0.1-CI-20240615-181844",
3
+ "version": "4.0.1-CI-20240618-015818",
4
4
  "type": "module",
5
5
  "types": "./src/Program.d.ts",
6
6
  "exports": {
package/readme.md CHANGED
@@ -246,7 +246,7 @@ from the `/template/search/{ComponentClassName}` endpoint.
246
246
 
247
247
  ## Spiderman Clause
248
248
 
249
- With great power comes great responsibility. Only trusted user should be allowed to edit templates.
249
+ With great power comes great responsibility. Only trusted users should be allowed to edit templates.
250
250
  The ultimate control of this remains server-side with the authorization policies of the `/template` endpoints.
251
251
  For the front-end, the `QboTemplate` class will only allow editing of templates if the containing element has a `qbo-design` class.
252
252
  We recommend that the `qbo-design` class be added to the `body` for trusted power users only.