diff --git a/docs/misc/embedded.md b/docs/misc/embedded.md index 0d4f581a..370a3b2b 100644 --- a/docs/misc/embedded.md +++ b/docs/misc/embedded.md @@ -83,6 +83,10 @@ To do it, all installations of PocketBlocks bring an **embedded.html** file in * You can test it accessing your local installation at `http:///embedded.html?appId=` +{% hint style="warning" %} +Only **apps** can be embedded in pages. Do not use **navigations** or **modules**. +{% endhint %} + {% hint style="info" %} Do not copy the code above. Always access your **embedded.html** to get the correct code as `` changes with updates. {% endhint %}