title: SEO Basic fields: - handle: section_title field: type: section instructions: 'Every URL in your site should have a unique SEO Title, ideally less than 60 characters long.''' localizable: false listable: hidden display: 'SEO Title' - handle: seo_title field: options: custom: Custom multiple: false searchable: false taggable: false push_tags: false cast_booleans: false type: select localizable: false listable: hidden display: 'Title' placeholder: 'Inherit Title' clearable: true width: 33 - handle: custom_title field: input_type: text character_limit: 60 type: text localizable: false listable: hidden display: 'Custom Title' if: seo_title: 'equals custom' width: 66 - handle: section_description field: type: section instructions: 'Every URL in your site should have a unique SEO Description, ideally less than 160 characters long.' localizable: false listable: hidden display: 'SEO Description' - handle: seo_description field: options: subtitle: Subtitle custom: Custom multiple: false searchable: false taggable: false push_tags: false cast_booleans: false type: select localizable: false listable: hidden display: 'Description' clearable: true placeholder: 'Inherit Description' width: 33 - handle: custom_description field: input_type: text character_limit: 160 type: text localizable: false listable: hidden display: 'Custom Description' width: 66 if: seo_description: 'equals custom' - handle: section_image field: type: section instructions: 'This image is used as a social network preview image.' localizable: false listable: hidden display: 'Social Image' - handle: social_image field: options: custom: Custom multiple: false searchable: false taggable: false push_tags: false cast_booleans: false type: select localizable: false listable: hidden clearable: true width: 33 placeholder: 'Inherit Icon or Image' display: 'Image' - handle: custom_image field: container: assets mode: grid folder: seo restrict: false allow_uploads: true max_files: 1 type: assets localizable: false listable: hidden width: 66 display: 'Custom Image' if: social_image: 'equals custom'