v0.1.14 관리자 버튼 및 태그 칩 수정

This commit is contained in:
2026-04-13 18:08:11 +09:00
parent 5daf14c133
commit a2439a60bc
4 changed files with 38 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ghost-theme-thred-clone",
"version": "0.1.13",
"version": "0.1.14",
"private": true,
"description": "A Ghost theme inspired by the Thred reference layout.",
"keywords": [
@@ -67,6 +67,10 @@
"footer_quaternary_url": {
"type": "text",
"default": "/"
},
"show_admin_link": {
"type": "boolean",
"default": false
}
}
},