#675 - Pin content

This commit is contained in:
Elio Struyf
2023-09-23 14:11:00 +02:00
parent 2a763ab384
commit 2c8316288d
21 changed files with 475 additions and 69 deletions
+12
View File
@@ -99,6 +99,14 @@ export enum LocalizationKey {
* Settings
*/
commonSettings = 'common.settings',
/**
* Pin
*/
commonPin = 'common.pin',
/**
* Unpin
*/
commonUnpin = 'common.unpin',
/**
* Content types
*/
@@ -227,6 +235,10 @@ export enum LocalizationKey {
* Make sure you registered a content folder in your project to let Front Matter find the contents.
*/
dashboardContentsOverviewNoFolders = 'dashboard.contents.overview.noFolders',
/**
* Pinned
*/
dashboardContentsOverviewPinned = 'dashboard.contents.overview.pinned',
/**
* Draft
*/