refactor(core): Remove Onboarding call prompts (no-changelog) (#9933)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-07-04 13:51:26 +02:00
committed by GitHub
parent 31163e1da5
commit 9e92a5774e
16 changed files with 3 additions and 320 deletions

View File

@@ -1232,15 +1232,6 @@ export const schema = {
env: 'N8N_DEFAULT_LOCALE',
},
onboardingCallPrompt: {
enabled: {
doc: 'Whether onboarding call prompt feature is available',
format: Boolean,
default: true,
env: 'N8N_ONBOARDING_CALL_PROMPTS_ENABLED',
},
},
license: {
serverUrl: {
format: String,