mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
docs(editor): Update docs urls to reflect content split (#3784)
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
<div :class="$style['edit-mode-footer']">
|
||||
<n8n-info-tip :bold="false" :class="$style['edit-mode-footer-infotip']">
|
||||
{{ $locale.baseText('runData.editor.copyDataInfo') }}
|
||||
<n8n-link :to="dataPinningDocsUrl" size="small">
|
||||
<n8n-link :to="dataEditingDocsUrl" size="small">
|
||||
{{ $locale.baseText('generic.learnMore') }}
|
||||
</n8n-link>
|
||||
</n8n-info-tip>
|
||||
@@ -356,6 +356,7 @@ import {
|
||||
|
||||
import {
|
||||
DATA_PINNING_DOCS_URL,
|
||||
DATA_EDITING_DOCS_URL,
|
||||
LOCAL_STORAGE_PIN_DATA_DISCOVERY_NDV_FLAG,
|
||||
LOCAL_STORAGE_PIN_DATA_DISCOVERY_CANVAS_FLAG,
|
||||
MAX_DISPLAY_DATA_SIZE,
|
||||
@@ -499,6 +500,9 @@ export default mixins(
|
||||
dataPinningDocsUrl(): string {
|
||||
return DATA_PINNING_DOCS_URL;
|
||||
},
|
||||
dataEditingDocsUrl(): string{
|
||||
return DATA_EDITING_DOCS_URL;
|
||||
},
|
||||
displayMode(): IRunDataDisplayMode {
|
||||
return this.$store.getters['ui/getPanelDisplayMode'](this.paneType);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user