Skip to content

Commit

Permalink
Update iframes.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Jun 27, 2021
1 parent ac7e4e7 commit 3772552
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/iframes.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@

/**
* The Route prefix under which views should be loaded in an iframe.
* This can be useful when you want to keep the appearance of the
* 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,
* such as when using a package or some legacy views.
*/
'internal_iframe_prefix' => env('INTERNAL_IFRAME_PREFIX', 'iframes'),

Expand Down

0 comments on commit 3772552

Please sign in to comment.