Anyway...
I want to position some fields that are in every program we have (Title, Program name, Date, etc...). I understand how to create a new item:
Code: Select all
{
"id": "TTLTEXT132",
"field type": "output field",
"value": {
"fieldName": "TTLTEXT132",
"designValue": "[TTLTEXT132]",
"dataType": "char",
"formatting": "Text",
"trimLeading": "false",
"trimTrailing": "false",
"textTransform": "none",
"dataLength": "108"
},
"z index": "2",
"locked in place": "true",
"css class": "title-text"
},
When I run "Convert Green Screen", it gives me two TTLTEXT132 fields. The default one that is created...somewhere, and the one I create with the code above. I want to hide or override the one that is created by default. How do I get a handle on that? I can't find anything in the documentation on how to do this, but I assume it must be pretty simple.
Thanks