-
Expression to Change the words in part of a text layer?
I’m creating a MOGRT for a graphic that has a bunch of copyright and legal copy on the bottom. I need to enable it so that editors can change just a portion of one of the lines
“© 2025 XYZ Corp. All Rights Reserved. YYY-ZZ-XXXXX”
I need the editors to be able to change the YYY-ZZ-XXXXX part. What I’ve been doing is just having two text layers, one with the non-changeable line and one with the editable line and just putting the source text of the editable line in the MOGRT. It works but sometimes the length of the second line is longer or shorter and I added a position property so the editor can nudge it into the right place. I feel like it could be cleaner/simpler.
So I’m wondering if there is a sourceText expression that will allow for changing just the YYY-ZZ-XXXX part if everything is on one text layer