Here is an importable Pods configuration JSON that has two pods. One has an image field (logo) and the other has a WYSIWYG field (info). The logo CPT works if Featured Image or Editor are enabled in Edit Pod>Advanced Options>Supports. The info pod works if Editor support is enabled.
{
"@meta": {
"version": "3.1.4",
"build": 1709262465
},
"settings": {
"types_only": "0",
"watch_changed_fields": "0",
"metadata_integration": "0",
"metadata_override_get": "0",
"media_modal_fields": "0",
"session_auto_start": "0",
"dynamic_features_allow": "1",
"dynamic_features_enabled": [
"display",
"form"
],
"show_access_restricted_messages": "0",
"show_access_admin_notices": "1",
"dynamic_features_allow_sql_clauses": "0",
"display_callbacks": "customized",
"display_callbacks_allowed": "esc_attr,esc_html",
"wisdom_opt_out": "1",
"active_components": [
"migrate-packages",
"templates"
]
},
"pods": [
{
"name": "info",
"id": 11,
"label": "Company Info",
"description": "",
"type": "post_type",
"storage": "meta",
"label_singular": "Company Info",
"public": "1",
"show_ui": "1",
"publicly_queryable": "1",
"dynamic_features_allow": "inherit",
"rest_enable": "1",
"supports_title": "1",
"supports_editor": "0",
"_migrated_28": "1",
"pick_object": "custom-simple",
"required": "0",
"supports_quick_edit": "1",
"exclude_from_search": "0",
"capability_type": "post",
"capability_type_extra": "1",
"disable_create_posts": "0",
"has_archive": "0",
"hierarchical": "0",
"can_export": "1",
"rewrite": "1",
"rewrite_with_front": "1",
"rewrite_feeds": "0",
"rewrite_pages": "1",
"query_var": "1",
"default_status": "draft",
"revisions_to_keep_limit": "0",
"delete_with_user": "1",
"groups": [
{
"name": "more_fields",
"id": 12,
"label": "More Fields",
"description": "",
"weight": 0,
"fields": [
{
"name": "company_info",
"id": 16,
"label": "Company Info",
"description": "",
"weight": 0,
"type": "wysiwyg",
"sister_id": "-- Select One --",
"required": "1",
"wysiwyg_editor": "tinymce",
"repeatable": "0",
"repeatable_format": "default",
"roles_allowed": "administrator",
"enable_conditional_logic": "0",
"rest_pick_response": "array",
"rest_pick_depth": "1"
}
]
}
]
},
{
"name": "logo",
"id": 6,
"label": "Company Logo",
"description": "",
"type": "post_type",
"storage": "meta",
"label_singular": "Logo",
"public": "1",
"show_ui": "1",
"publicly_queryable": "1",
"dynamic_features_allow": "inherit",
"rest_enable": "1",
"supports_title": "1",
"supports_editor": "0",
"_migrated_28": "1",
"pick_object": "custom-simple",
"required": "0",
"supports_quick_edit": "1",
"exclude_from_search": "0",
"capability_type": "post",
"capability_type_extra": "1",
"disable_create_posts": "0",
"has_archive": "0",
"hierarchical": "0",
"can_export": "1",
"rewrite": "1",
"rewrite_with_front": "1",
"rewrite_feeds": "0",
"rewrite_pages": "1",
"query_var": "1",
"default_status": "draft",
"revisions_to_keep_limit": "0",
"delete_with_user": "1",
"supports_thumbnail": "0",
"groups": [
{
"name": "more_fields",
"id": 7,
"label": "More Fields",
"description": "",
"weight": 0,
"fields": [
{
"name": "company_logo",
"id": 8,
"label": "Company Logo",
"description": "",
"weight": 0,
"type": "file",
"sister_id": "-- Select One --",
"required": "1",
"file_format_type": "single",
"file_uploader": "attachment",
"file_type": "images",
"file_attachment_tab": "upload",
"file_upload_dir": "wp",
"file_edit_title": "1",
"file_show_edit_link": "0",
"file_linked": "0",
"file_limit": "0",
"file_field_template": "rows",
"file_add_button": "Add File",
"file_modal_title": "Attach a file",
"file_modal_add_button": "Add File",
"file_wp_gallery_link": "file",
"file_wp_gallery_columns": "3",
"file_wp_gallery_size": "thumbnail",
"repeatable": "0",
"repeatable_format": "default",
"roles_allowed": "administrator",
"enable_conditional_logic": "0",
"rest_pick_response": "array",
"rest_pick_depth": "1",
"logged_in_only": "0",
"admin_only": "0",
"restrict_role": "0",
"restrict_capability": "0",
"hidden": "0",
"read_only": "0"
},
{
"name": "company_website",
"id": 9,
"label": "Company Website",
"description": "",
"weight": 1,
"type": "website",
"sister_id": "-- Select One --",
"required": "0",
"website_format": "normal",
"website_allow_port": "0",
"website_clickable": "0",
"website_new_window": "0",
"website_nofollow": "0",
"website_max_length": "255",
"website_html5": "0",
"repeatable": "0",
"repeatable_format": "default",
"roles_allowed": "administrator",
"enable_conditional_logic": "0",
"rest_pick_response": "array",
"rest_pick_depth": "1"
}
]
}
]
}
]
}
-
This reply was modified 9 months ago by dalril.