tobiahsaas

Team: CPT

Nov 26th, 2023
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. {
  2. "post_title": "Team",
  3. "settings": {
  4. "slug": "team",
  5. "function_name": "your_prefix_register_post_type",
  6. "text_domain": "your-textdomain",
  7. "label": "Team",
  8. "labels": {
  9. "name": "Team",
  10. "singular_name": "Team",
  11. "add_new": "Add New",
  12. "add_new_item": "Add New Team",
  13. "edit_item": "Edit Team",
  14. "new_item": "New Team",
  15. "view_item": "View Team",
  16. "view_items": "View Team",
  17. "search_items": "Search Team",
  18. "not_found": "No team found.",
  19. "not_found_in_trash": "No team found in Trash.",
  20. "parent_item_colon": "Parent Team:",
  21. "all_items": "All Team",
  22. "archives": "Team Archives",
  23. "attributes": "Team Attributes",
  24. "insert_into_item": "Insert into team",
  25. "uploaded_to_this_item": "Uploaded to this team",
  26. "featured_image": "Featured image",
  27. "set_featured_image": "Set featured image",
  28. "remove_featured_image": "Remove featured image",
  29. "use_featured_image": "Use as featured image",
  30. "menu_name": "Team",
  31. "filter_items_list": "Filter team list",
  32. "filter_by_date": "",
  33. "items_list_navigation": "Team list navigation",
  34. "items_list": "Team list",
  35. "item_published": "Team published.",
  36. "item_published_privately": "Team published privately.",
  37. "item_reverted_to_draft": "Team reverted to draft.",
  38. "item_scheduled": "Team scheduled.",
  39. "item_updated": "Team updated."
  40. },
  41. "description": "",
  42. "public": true,
  43. "hierarchical": false,
  44. "exclude_from_search": false,
  45. "publicly_queryable": true,
  46. "show_ui": true,
  47. "show_in_menu": true,
  48. "show_in_nav_menus": true,
  49. "show_in_admin_bar": true,
  50. "show_in_rest": true,
  51. "rest_base": "",
  52. "menu_position": "",
  53. "icon_type": "dashicons",
  54. "icon": "dashicons-admin-generic",
  55. "capability_type": "post",
  56. "supports": [
  57. "title",
  58. "editor",
  59. "thumbnail"
  60. ],
  61. "taxonomies": [
  62. "team",
  63. "team-kategorie"
  64. ],
  65. "has_archive": true,
  66. "archive_slug": "",
  67. "rewrite": {
  68. "slug": "team",
  69. "with_front": true
  70. },
  71. "query_var": false,
  72. "can_export": true,
  73. "delete_with_user": true
  74. },
  75. "post_date": "2023-11-26 21:45:51",
  76. "post_status": "publish",
  77. "post_type": "mb-post-type"
  78. }
Advertisement
Add Comment
Please, Sign In to add comment