Jump to content

Field Export: send_templates


Lance O.
 Share

Recommended Posts

When exporting a field to be used on another site installation, is there any harm in removing send_templates from the export code?

{
    "vcard_tel": {
        "id": 134,
        "type": "FieldtypeText",
        "flags": 0,
        "name": "vcard_tel",
        "label": "Phone",
        "textformatters": [
            "TextformatterEntities"
        ],
        "maxlength": 2048,
        "tags": "vcard",
        "collapsed": 2,
        "size": 0,
        "send_templates": [
            54,
            53
        ],
        "showIf": "",
        "columnWidth": 100,
        "required": "",
        "requiredIf": "",
        "stripTags": "",
        "placeholder": "",
        "pattern": ""
    }
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...