We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7e4e7 commit 3772552Copy full SHA for 3772552
config/iframes.php
@@ -11,8 +11,9 @@
11
12
/**
13
* The Route prefix under which views should be loaded in an iframe.
14
- * This can be useful when you want to keep the appearance of the
15
- * but the view contains css or javascript which is incompatible.
+ * This can be useful when you want to keep the appearance of the app
+ * layout but the view contains css or javascript which is incompatible,
16
+ * such as when using a package or some legacy views.
17
*/
18
'internal_iframe_prefix' => env('INTERNAL_IFRAME_PREFIX', 'iframes'),
19
0 commit comments