I would like to use the name of the Document Type as part of the Nested Content Template. I want it to look something like this: [contentTypeName] {{propertyAlias}}.
To be clear, contentTypeName is the thing that's called Document Type in the image below.
Is this possible, or would this require me to write my own filter?
Because the document type is always fixed for a given row in your screenshot, you could simply type it out and it would always match what is in the first "Document Type" row.
So, for example, you could have a name template that is "[Actress] {{fullName}}". The second row would have a name template of "[Actor] {{fullName}}".
If you really do need to dynamically insert the document type name for some reason, I'm afraid I can't be of much help there.
Document Type Name in Nested Content Template
Hi there,
I would like to use the name of the Document Type as part of the Nested Content Template. I want it to look something like this: [contentTypeName] {{propertyAlias}}.
To be clear, contentTypeName is the thing that's called Document Type in the image below.
Is this possible, or would this require me to write my own filter?
Why not type the name of the document type?
Because the document type is always fixed for a given row in your screenshot, you could simply type it out and it would always match what is in the first "Document Type" row.
So, for example, you could have a name template that is "[Actress] {{fullName}}". The second row would have a name template of "[Actor] {{fullName}}".
If you really do need to dynamically insert the document type name for some reason, I'm afraid I can't be of much help there.
is working on a reply...