Skip to content

Commit

Permalink
Remove analytics field
Browse files Browse the repository at this point in the history
  • Loading branch information
sebousan committed Jan 15, 2024
1 parent f4f0864 commit 352f742
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
15 changes: 0 additions & 15 deletions admin/app/data/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,6 @@ const config = {
image_src,
twitter
]
},
{
name: 'analytics',
label: t.config.files.analytics.label,
file: 'config/production/config.yaml',
i18n: 'duplicate',
fields: [
{
name: 'googleAnalytics',
label: t.config.files.analytics.fields.googleAnalytics,
widget: 'string',
hint: 'G-MEASUREMENT_ID',
i18n: 'duplicate'
}
]
}
]
};
Expand Down
7 changes: 0 additions & 7 deletions admin/app/i18n/en/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ export const config = {
fields: {
title: 'Name of site'
}
},
analytics: {
label: 'Scripts analytics',
fields: {
googleAnalytics: 'Google Analytics (G4)',
plausible: 'Enable plausible?'
}
}
}
};
7 changes: 0 additions & 7 deletions admin/app/i18n/fr/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ export const config = {
fields: {
title: 'Nom du site'
}
},
analytics: {
label: 'Scripts analytics',
fields: {
googleAnalytics: 'Google Analytics (G4)',
plausible: 'Activer plausible ?'
}
}
}
};

0 comments on commit 352f742

Please sign in to comment.