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 = "Add posts to Search Index"
clear_search_index = "Clear Search Index"
unindexed_posts = "Here are the posts that have not been indexed"
indexed_posts = "Posts has been indexed"
custom_fields = "Custom fields"