feat(editor): Version control (WIP) (#6013)

* feat(editor): Version control settings (with feature flag)

* feat(editor): replace posthog feature flag with local storage key
This commit is contained in:
Csaba Tuncsik
2023-04-19 16:01:32 +02:00
committed by GitHub
parent c87262a312
commit 0e0a064fa7
5 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<script lang="ts" setup>
import { i18n as locale } from '@/plugins/i18n';
</script>
<template>
<div>
<n8n-heading size="2xlarge">{{ locale.baseText('settings.versionControl.title') }}</n8n-heading>
</div>
</template>
<style lang="scss" module></style>