import type {SharedReferenceEntityTemplateSchema} from '../docs-type';

const data: SharedReferenceEntityTemplateSchema = {
  name: 'Consent phone field',
  description:
    'Display a phone field for customers to sign up for text message marketing, noting that the phone field value will be automatically saved during checkout.',
  category: 'Web components',
  subCategory: 'Forms',
  related: [],
};

export default data;
