Skip to content

Commit 88e9204

Browse files
committed
feat(install): do not install the plugin on marketplace deployment
1 parent 490af18 commit 88e9204

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,3 +475,9 @@ function plugin_formcreator_redirect() {
475475
}
476476
}
477477
}
478+
479+
function plugin_formcreator_options() {
480+
return [
481+
Plugin::OPTION_AUTOINSTALL_DISABLED => true,
482+
];
483+
}

0 commit comments

Comments
 (0)