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 0975ab1 commit 8006577Copy full SHA for 8006577
resources/views/components/finishing.blade.php
@@ -23,7 +23,7 @@
23
} else {EnvEditor::addKey('ENABLE_SOCIAL_LOGIN', 'false');}
24
25
if(EnvEditor::keyExists('USE_THEME_PREVIEW_IFRAME')){ /* Do nothing if key already exists */
26
- } else {EnvEditor::addKey('USE_THEME_PREVIEW_IFRAME', 'false');}
+ } else {EnvEditor::addKey('USE_THEME_PREVIEW_IFRAME', 'true');}
27
28
if(trim(file_get_contents(base_path("version.json"))) >= '2.9.1' and trim(file_get_contents(base_path("version.json"))) <= '3.0.0'){
29
Schema::disableForeignKeyConstraints();
0 commit comments