Enable fullpage_on_loading by default for new apps
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled

This commit is contained in:
jelveh
2025-06-01 22:10:21 -07:00
parent e9b249c74f
commit 5bfd10f845
+1
View File
@@ -292,6 +292,7 @@ async function create_app(title, source_path = null, items = null) {
dedupeName: true,
metadata: {
window_resizable: true,
fullpage_on_landing: true,
},
})