@arkitektum/altinn-studio-custom-components 15.1.0 → 15.1.1
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/README.md +2 -2
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -132,10 +132,10 @@ DevTools mode adds inspection overlays to all custom components on the page, mak
|
|
|
132
132
|
|
|
133
133
|
### Activating DevTools Mode
|
|
134
134
|
|
|
135
|
-
|
|
135
|
+
Add `?devtools=true` to the URL of your Altinn Studio app:
|
|
136
136
|
|
|
137
137
|
```text
|
|
138
|
-
http://local.altinn.cloud/[ORG NAME]/[APP NAME]
|
|
138
|
+
http://local.altinn.cloud/[ORG NAME]/[APP NAME]?devtools=true/#/instance/.../PdfLayout
|
|
139
139
|
```
|
|
140
140
|
|
|
141
141
|
### What It Shows
|