Simple custom fields

Currently only supports text, textarea, checkbox and select types.

Can add custom fields to posts, pages/subpages, profile.
This commit is contained in:
Dan 2025-03-17 16:02:16 +07:00
commit 3ca9ed1922
41 changed files with 1276 additions and 67 deletions

View file

@ -330,3 +330,4 @@ add_search_index = "添加文章到索引"
clear_search_index = "清除搜索索引"
unindexed_posts = "未被索引的文章"
indexed_posts = "文章已被索引"
custom_fields = "Custom fields"