jayroncastro

Post Type - Turma

Mar 19th, 2024
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.74 KB | Source Code | 0 0
  1. {
  2.     "post_title": "Turma",
  3.     "settings": {
  4.         "slug": "turma",
  5.         "function_name": "your_prefix_register_post_type",
  6.         "text_domain": "your-textdomain",
  7.         "label": "Turmas",
  8.         "labels": {
  9.             "name": "Turmas",
  10.             "singular_name": "Turma",
  11.             "add_new": "Adicionar nova turma",
  12.             "add_new_item": "Adicionar nova turma",
  13.             "edit_item": "Edit Turma",
  14.             "new_item": "New Turma",
  15.             "view_item": "View Turma",
  16.             "view_items": "View Turmas",
  17.             "search_items": "Search Turmas",
  18.             "not_found": "No turmas found.",
  19.             "not_found_in_trash": "No turmas found in Trash.",
  20.             "parent_item_colon": "Parent Turma:",
  21.             "all_items": "Todas as turmas",
  22.             "archives": "Turma Archives",
  23.             "attributes": "Turma Attributes",
  24.             "insert_into_item": "Insert into turma",
  25.             "uploaded_to_this_item": "Uploaded to this turma",
  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": "Turmas",
  31.             "filter_items_list": "Filter turmas list",
  32.             "filter_by_date": "",
  33.             "items_list_navigation": "Turmas list navigation",
  34.             "items_list": "Turmas list",
  35.             "item_published": "Turma published.",
  36.             "item_published_privately": "Turma published privately.",
  37.             "item_reverted_to_draft": "Turma reverted to draft.",
  38.             "item_scheduled": "Turma scheduled.",
  39.             "item_updated": "Turma updated."
  40.         },
  41.         "description": "Lista todas as turmas do Encenna",
  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": false,
  51.         "rest_base": "",
  52.         "menu_position": 1,
  53.         "icon_type": "font_awesome",
  54.         "icon": "dashicons-admin-multisite",
  55.         "capability_type": "post",
  56.         "supports": [
  57.             "title"
  58.         ],
  59.         "taxonomies": [],
  60.         "has_archive": true,
  61.         "archive_slug": "",
  62.         "rewrite": {
  63.             "slug": "",
  64.             "with_front": false
  65.         },
  66.         "query_var": true,
  67.         "can_export": true,
  68.         "delete_with_user": false,
  69.         "font_awesome": "fa-solid fa-users-rectangle"
  70.     },
  71.     "post_date": "2024-03-19 18:36:06",
  72.     "post_status": "publish",
  73.     "post_type": "mb-post-type"
  74. }
Advertisement
Add Comment
Please, Sign In to add comment