jankx/data-factory
最新稳定版本:1.0.0
Composer 安装命令:
composer require jankx/data-factory
包简介
Create post types, taxonomies from theme.json settings
README 文档
README
Create post types, taxonomies from theme.json settings
theme.json
Added config to theme.json to create post types or taxonomies
{
"custom": {
"post_types": [
{
"name": "Post type name",
"singular_name": "Post type singular name",
"type": "define post type here",
"slug": "post type slug",
"options": {
}
}
],
"taxonomies": [
{
"name": "Taxonomy name",
"singular_name": "Taxonomy singular name",
"type": "define taxonomu here",
"slug": "taxonomy slug",
"options": {
},
"post_types": ["post-type-slug"]
}
]
}
}
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-17