htmly/themes/twentysixteen/theme.json
2025-11-02 10:42:44 +07:00

44 lines
No EOL
1 KiB
JSON

{
"name": "Twenty Sixteen",
"version": "",
"author": "WordPress.org & Automattic.com",
"homepage": "https://wordpress.org",
"description": "Twenty Sixteen theme ported to HTMLy.",
"settings": [
{
"type": "checkbox",
"name": "recent_posts",
"label": "Recent Posts",
"value": "",
"info": "Enable Recent Posts widget"
},
{
"type": "checkbox",
"name": "popular_posts",
"label": "Popular Posts",
"value": "",
"info": "Enable Popular Posts widget. The views counter need to be enabled first."
},
{
"type": "checkbox",
"name": "archive",
"label": "Archive",
"value": "",
"info": "Enable Archive widget"
},
{
"type": "checkbox",
"name": "category_list",
"label": "Category List",
"value": "",
"info": "Enable Category List widget"
},
{
"type": "checkbox",
"name": "tagcloud",
"label": "TagCloud",
"value": "",
"info": "Enable TagCloud widget"
}
]
}