mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-02 16:01:49 +02:00
#675 - Pin content
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user