Skip to content

contact_person documentation is incorrect. #988

Open
@dino8890

Description

@dino8890

The example shown is incorrect as it contains invalid configuration keys for every attribute other than company. The problem is that when using the example configuration, metadata won't be generated properly.

Here's an example of correct configuration:

'contact_person': [
    {
        'given_name': 'Fox',
        'sur_name': 'Mulder',
        
        'company': 'The X-Files',
        'email_address': ['[email protected]'],
        'telephone_number': ['+1 234 567 89'],

        # accepted values: technical, support, administrative, billing and other
        'contact_type': 'technical',
    },
]

I'll send a PR with the corrected example withing a day or two, and I will expand upon the current description.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions