Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleschemas/support/documents/supportData.tsx

Add the support policy cover in “fields” property

Code Block
fields: [
  ...,
  {
    title: 'Support Policy Cover',
    name: 'supportPolicyCover',
    type: 'array',
    of: [
      {
        title: 'Privacy Policy Disclaimers Cell',
        name: 'privacyPolicyDisclaimersCell',
        type: 'privacyPolicyDisclaimersCell',
      },
    ],
    validation: (Rule: RuleType) => Rule.length(1),
  },
  ...,
]

Intl-whitelabel-app

...