Update TinaCMS, add options for list in CMS for posts
This commit is contained in:
1391
package-lock.json
generated
1391
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -17,7 +17,7 @@
|
||||
"prettier-plugin-astro": "^0.12.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tinacms/cli": "^1.5.38",
|
||||
"tinacms": "^1.5.28"
|
||||
"@tinacms/cli": "^1.5.43",
|
||||
"tinacms": "^1.6.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -71,6 +71,40 @@ export default defineConfig({
|
||||
name: "tags",
|
||||
type: "string",
|
||||
list: true,
|
||||
options: [
|
||||
{
|
||||
value: "technical",
|
||||
label: "Technical",
|
||||
},
|
||||
{
|
||||
value: "advice",
|
||||
label: "Advice",
|
||||
},
|
||||
{
|
||||
value: "events",
|
||||
label: "Events",
|
||||
},
|
||||
{
|
||||
value: "learning",
|
||||
label: "Learning",
|
||||
},
|
||||
{
|
||||
value: "meta",
|
||||
label: "Meta",
|
||||
},
|
||||
{
|
||||
value: "work",
|
||||
label: "Work",
|
||||
},
|
||||
{
|
||||
value: "personal",
|
||||
label: "Personal",
|
||||
},
|
||||
{
|
||||
value: "musings",
|
||||
label: "Musings",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Added",
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user