{"id":1025,"date":"2013-01-21T09:00:36","date_gmt":"2013-01-21T07:00:36","guid":{"rendered":"http:\/\/www.ozalto.com\/?p=1025"},"modified":"2016-05-18T12:37:58","modified_gmt":"2016-05-18T10:37:58","slug":"advanced-custom-text-variables","status":"publish","type":"post","link":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/","title":{"rendered":"Add highly customized Text Variables to InDesign"},"content":{"rendered":"<p><strong>InDesign text variables<\/strong> are really powerful.\u00a0I recently saw a forum post where some people was asking if it was possible to add the computer name to the InDesign text variables. At first, I was about to answer him &#8220;no, you can&#8217;t&#8221;. And the fact is you normally can&#8217;t\u2026Unless you get some <strong>InDesign Scripting<\/strong> in the loop \ud83d\ude09<\/p>\n<p><!--more--><\/p>\n<p><strong>So I wrote this snippet that will add two more text variables to InDesign,<\/strong> the user name and the computer name. It&#8217;s quite open so one may tweak it for it&#8217;s own need. The only &#8220;tough&#8221; part was to get the valuable information such as the user name and the computer name. It was solved by a simple navigation inside the Folder class. Finally the user name was accessible through :<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\r\n(Folder.myDocuments).parent.displayName;\r\n<\/pre>\n<p>And the computer name here :<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">(Folder.system).parent.displayName;<\/pre>\n<p>I have then released a first version that revealed a few hiccups. As David Buxton pointed out in his comment, what I thought was the computer name was indeed, the Hard Drive name. So I won&#8217;t get &#8220;John&#8217;s computer&#8221; as a name but maybe &#8220;Toshiba 123XDF&#8221; which was quite pointless in a production environment. <strong>Ok, I knew I have to talk a bit deeper to the system but the ExtendScript DOM can&#8217;t allow you to go that far.<\/strong> I needed to use more dedicated languages but OS specific though. In clear english, I had to use both Applescript and VisualBasic to make the script still compliant on both OS. Applescript was fine for me, not VisualBasic.<\/p>\n<p>Thanks to\u00a0Jimmy Hartington, I have been given<a title=\"VBS snippets\" href=\"http:\/\/www.robvanderwoude.com\/vbstech_network_names_computer.php\"> a link to some VBS snippets<\/a> and <a title=\"Marijan Tompa website\" href=\"http:\/\/indisnip.wordpress.com\/\">Marijan Tompa<\/a> (aka tomaxxi) offered his hand to make the vbs snippet running perfectly. In the end, I had my two OS specific snippets at hand. Fortunately, InDesign proposes a bridge to os specific code execution through the doScript method. That was it, I was then able to get the true computer name.<\/p>\n<p>Last but not least, Stephane Bosso who used the script noticed that although the text variables did appear in InDesign, they weren&#8217;t updated. Indeed, once added, the text variables kept their content through all the computers the files were open on. <strong>So I had to implement an updating mechanism in order to get this dynamic control of the system text variable.<\/strong> Now, it&#8217;s really working as expected or I hope so :).<\/p>\n<p>To get the script running effectively, you need to place it into the startup scripts folder. That way, the extra variables will always be accessible.<\/p>\n<p align=\"center\">See a demo of AddCustomVariables Script<\/p>\n<p align=\"center\"><a href=\"http:\/\/support.ozalto.com\/downloads\/demo_addCustomTextVariables.swf\"><img decoding=\"async\" class=\"aligncenter wp-image-1734 size-thumbnail\" src=\"http:\/\/www.ozalto.com\/wp-content\/uploads\/2013\/01\/demo_customvariables-150x150.png\" alt=\"demo_CustomVariables\" width=\"150\" height=\"150\" srcset=\"https:\/\/www.ozalto.com\/wp-content\/uploads\/2013\/01\/demo_customvariables-150x150.png 150w, https:\/\/www.ozalto.com\/wp-content\/uploads\/2013\/01\/demo_customvariables-50x50.png 50w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a><\/p>\n<p align=\"center\"><strong>Go frenzy with\u00a0variables !<\/strong><\/p>\n<p align=\"center\"><a href=\"http:\/\/support.ozalto.com\/downloads\/addCustomVariables.zip\">Download\u00a0AddCustomVariables<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>InDesign text variables are really powerful.\u00a0I recently saw a forum post where some people was asking if it was possible to add the computer name to the InDesign text variables. At first, I was about to answer him &#8220;no, you can&#8217;t&#8221;. And the fact is you normally can&#8217;t\u2026Unless you get some InDesign Scripting in the [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":1023,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[43,42,5],"tags":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"InDesign text variables are really powerful. I recently saw a forum post where some people was asking if it was possible to add the computer name to the InDesign text variables. At first, I was about to answer him &quot;no, you can&#039;t&quot;. And the fact is you normally can&#039;t\u2026Unless you get some InDesign Scripting in the\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Lo\u00efc Aigon\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Ozalto | Speaking of automation\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Add highly customized Text Variables to InDesign | Ozalto\" \/>\n\t\t<meta property=\"og:description\" content=\"InDesign text variables are really powerful. I recently saw a forum post where some people was asking if it was possible to add the computer name to the InDesign text variables. At first, I was about to answer him &quot;no, you can&#039;t&quot;. And the fact is you normally can&#039;t\u2026Unless you get some InDesign Scripting in the\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-01-21T07:00:36+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-05-18T10:37:58+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Add highly customized Text Variables to InDesign | Ozalto\" \/>\n\t\t<meta name=\"twitter:description\" content=\"InDesign text variables are really powerful. I recently saw a forum post where some people was asking if it was possible to add the computer name to the InDesign text variables. At first, I was about to answer him &quot;no, you can&#039;t&quot;. And the fact is you normally can&#039;t\u2026Unless you get some InDesign Scripting in the\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/advanced-custom-text-variables\\\/#article\",\"name\":\"Add highly customized Text Variables to InDesign | Ozalto\",\"headline\":\"Add highly customized Text Variables to InDesign\",\"author\":{\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/author\\\/belautomat\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ozalto.com\\\/wp-content\\\/uploads\\\/2013\\\/02\\\/customVariablesIllustration.png\",\"width\":900,\"height\":518},\"datePublished\":\"2013-01-21T09:00:36+02:00\",\"dateModified\":\"2016-05-18T12:37:58+02:00\",\"inLanguage\":\"en-US\",\"commentCount\":9,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/advanced-custom-text-variables\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/advanced-custom-text-variables\\\/#webpage\"},\"articleSection\":\"InDesign, Scripting, Unsorted\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/advanced-custom-text-variables\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/#listItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/category\\\/scripting-2\\\/#listItem\",\"name\":\"Scripting\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/category\\\/scripting-2\\\/#listItem\",\"position\":2,\"name\":\"Scripting\",\"item\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/category\\\/scripting-2\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/category\\\/scripting-2\\\/indesign-scripting-2\\\/#listItem\",\"name\":\"InDesign\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/#listItem\",\"name\":\"Accueil\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/category\\\/scripting-2\\\/indesign-scripting-2\\\/#listItem\",\"position\":3,\"name\":\"InDesign\",\"item\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/category\\\/scripting-2\\\/indesign-scripting-2\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/advanced-custom-text-variables\\\/#listItem\",\"name\":\"Add highly customized Text Variables to InDesign\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/category\\\/scripting-2\\\/#listItem\",\"name\":\"Scripting\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/advanced-custom-text-variables\\\/#listItem\",\"position\":4,\"name\":\"Add highly customized Text Variables to InDesign\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/category\\\/scripting-2\\\/indesign-scripting-2\\\/#listItem\",\"name\":\"InDesign\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/#organization\",\"name\":\"Ozalto\",\"description\":\"Speaking of automation\",\"url\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/\",\"telephone\":\"+33673649594\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ozalto.com\\\/wp-content\\\/uploads\\\/2015\\\/01\\\/logo_ozalto_ombre.png\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/advanced-custom-text-variables\\\/#organizationLogo\",\"width\":215,\"height\":89,\"caption\":\"Ozalto Productivity Oriented\"},\"image\":{\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/advanced-custom-text-variables\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/author\\\/belautomat\\\/#author\",\"url\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/author\\\/belautomat\\\/\",\"name\":\"Lo\\u00efc Aigon\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/advanced-custom-text-variables\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d128744016e8f18530072e4ff46c9cfc?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Lo\\u00efc Aigon\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/advanced-custom-text-variables\\\/#webpage\",\"url\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/advanced-custom-text-variables\\\/\",\"name\":\"Add highly customized Text Variables to InDesign | Ozalto\",\"description\":\"InDesign text variables are really powerful. I recently saw a forum post where some people was asking if it was possible to add the computer name to the InDesign text variables. At first, I was about to answer him \\\"no, you can't\\\". And the fact is you normally can't\\u2026Unless you get some InDesign Scripting in the\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/advanced-custom-text-variables\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/author\\\/belautomat\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/author\\\/belautomat\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ozalto.com\\\/wp-content\\\/uploads\\\/2013\\\/02\\\/customVariablesIllustration.png\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/advanced-custom-text-variables\\\/#mainImage\",\"width\":900,\"height\":518},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/advanced-custom-text-variables\\\/#mainImage\"},\"datePublished\":\"2013-01-21T09:00:36+02:00\",\"dateModified\":\"2016-05-18T12:37:58+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/\",\"name\":\"Ozalto - innovative tools for creative automation\",\"description\":\"Speaking of automation\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ozalto.com\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Add highly customized Text Variables to InDesign | Ozalto","description":"InDesign text variables are really powerful. I recently saw a forum post where some people was asking if it was possible to add the computer name to the InDesign text variables. At first, I was about to answer him \"no, you can't\". And the fact is you normally can't\u2026Unless you get some InDesign Scripting in the","canonical_url":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/#article","name":"Add highly customized Text Variables to InDesign | Ozalto","headline":"Add highly customized Text Variables to InDesign","author":{"@id":"https:\/\/www.ozalto.com\/en\/author\/belautomat\/#author"},"publisher":{"@id":"https:\/\/www.ozalto.com\/en\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.ozalto.com\/wp-content\/uploads\/2013\/02\/customVariablesIllustration.png","width":900,"height":518},"datePublished":"2013-01-21T09:00:36+02:00","dateModified":"2016-05-18T12:37:58+02:00","inLanguage":"en-US","commentCount":9,"mainEntityOfPage":{"@id":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/#webpage"},"isPartOf":{"@id":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/#webpage"},"articleSection":"InDesign, Scripting, Unsorted"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ozalto.com\/en\/#listItem","position":1,"name":"Accueil","item":"https:\/\/www.ozalto.com\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ozalto.com\/en\/category\/scripting-2\/#listItem","name":"Scripting"}},{"@type":"ListItem","@id":"https:\/\/www.ozalto.com\/en\/category\/scripting-2\/#listItem","position":2,"name":"Scripting","item":"https:\/\/www.ozalto.com\/en\/category\/scripting-2\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ozalto.com\/en\/category\/scripting-2\/indesign-scripting-2\/#listItem","name":"InDesign"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ozalto.com\/en\/#listItem","name":"Accueil"}},{"@type":"ListItem","@id":"https:\/\/www.ozalto.com\/en\/category\/scripting-2\/indesign-scripting-2\/#listItem","position":3,"name":"InDesign","item":"https:\/\/www.ozalto.com\/en\/category\/scripting-2\/indesign-scripting-2\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/#listItem","name":"Add highly customized Text Variables to InDesign"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ozalto.com\/en\/category\/scripting-2\/#listItem","name":"Scripting"}},{"@type":"ListItem","@id":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/#listItem","position":4,"name":"Add highly customized Text Variables to InDesign","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ozalto.com\/en\/category\/scripting-2\/indesign-scripting-2\/#listItem","name":"InDesign"}}]},{"@type":"Organization","@id":"https:\/\/www.ozalto.com\/en\/#organization","name":"Ozalto","description":"Speaking of automation","url":"https:\/\/www.ozalto.com\/en\/","telephone":"+33673649594","logo":{"@type":"ImageObject","url":"https:\/\/www.ozalto.com\/wp-content\/uploads\/2015\/01\/logo_ozalto_ombre.png","@id":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/#organizationLogo","width":215,"height":89,"caption":"Ozalto Productivity Oriented"},"image":{"@id":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/www.ozalto.com\/en\/author\/belautomat\/#author","url":"https:\/\/www.ozalto.com\/en\/author\/belautomat\/","name":"Lo\u00efc Aigon","image":{"@type":"ImageObject","@id":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d128744016e8f18530072e4ff46c9cfc?s=96&d=mm&r=g","width":96,"height":96,"caption":"Lo\u00efc Aigon"}},{"@type":"WebPage","@id":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/#webpage","url":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/","name":"Add highly customized Text Variables to InDesign | Ozalto","description":"InDesign text variables are really powerful. I recently saw a forum post where some people was asking if it was possible to add the computer name to the InDesign text variables. At first, I was about to answer him \"no, you can't\". And the fact is you normally can't\u2026Unless you get some InDesign Scripting in the","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.ozalto.com\/en\/#website"},"breadcrumb":{"@id":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/#breadcrumblist"},"author":{"@id":"https:\/\/www.ozalto.com\/en\/author\/belautomat\/#author"},"creator":{"@id":"https:\/\/www.ozalto.com\/en\/author\/belautomat\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.ozalto.com\/wp-content\/uploads\/2013\/02\/customVariablesIllustration.png","@id":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/#mainImage","width":900,"height":518},"primaryImageOfPage":{"@id":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/#mainImage"},"datePublished":"2013-01-21T09:00:36+02:00","dateModified":"2016-05-18T12:37:58+02:00"},{"@type":"WebSite","@id":"https:\/\/www.ozalto.com\/en\/#website","url":"https:\/\/www.ozalto.com\/en\/","name":"Ozalto - innovative tools for creative automation","description":"Speaking of automation","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.ozalto.com\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Ozalto | Speaking of automation","og:type":"article","og:title":"Add highly customized Text Variables to InDesign | Ozalto","og:description":"InDesign text variables are really powerful. I recently saw a forum post where some people was asking if it was possible to add the computer name to the InDesign text variables. At first, I was about to answer him &quot;no, you can't&quot;. And the fact is you normally can't\u2026Unless you get some InDesign Scripting in the","og:url":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/","article:published_time":"2013-01-21T07:00:36+00:00","article:modified_time":"2016-05-18T10:37:58+00:00","twitter:card":"summary","twitter:title":"Add highly customized Text Variables to InDesign | Ozalto","twitter:description":"InDesign text variables are really powerful. I recently saw a forum post where some people was asking if it was possible to add the computer name to the InDesign text variables. At first, I was about to answer him &quot;no, you can't&quot;. And the fact is you normally can't\u2026Unless you get some InDesign Scripting in the"},"aioseo_meta_data":{"post_id":"1025","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-22 09:28:21","updated":"2026-01-23 04:15:41","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.ozalto.com\/en\/\" title=\"Accueil\">Accueil<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.ozalto.com\/en\/category\/scripting-2\/\" title=\"Scripting\">Scripting<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.ozalto.com\/en\/category\/scripting-2\/indesign-scripting-2\/\" title=\"InDesign\">InDesign<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tAdd highly customized Text Variables to InDesign\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Accueil","link":"https:\/\/www.ozalto.com\/en\/"},{"label":"Scripting","link":"https:\/\/www.ozalto.com\/en\/category\/scripting-2\/"},{"label":"InDesign","link":"https:\/\/www.ozalto.com\/en\/category\/scripting-2\/indesign-scripting-2\/"},{"label":"Add highly customized Text Variables to InDesign","link":"https:\/\/www.ozalto.com\/en\/advanced-custom-text-variables\/"}],"_links":{"self":[{"href":"https:\/\/www.ozalto.com\/en\/wp-json\/wp\/v2\/posts\/1025\/"}],"collection":[{"href":"https:\/\/www.ozalto.com\/en\/wp-json\/wp\/v2\/posts\/"}],"about":[{"href":"https:\/\/www.ozalto.com\/en\/wp-json\/wp\/v2\/types\/post\/"}],"author":[{"embeddable":true,"href":"https:\/\/www.ozalto.com\/en\/wp-json\/wp\/v2\/users\/2\/"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ozalto.com\/en\/wp-json\/wp\/v2\/comments\/?post=1025"}],"version-history":[{"count":0,"href":"https:\/\/www.ozalto.com\/en\/wp-json\/wp\/v2\/posts\/1025\/revisions\/"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ozalto.com\/en\/wp-json\/wp\/v2\/media\/1023\/"}],"wp:attachment":[{"href":"https:\/\/www.ozalto.com\/en\/wp-json\/wp\/v2\/media\/?parent=1025"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ozalto.com\/en\/wp-json\/wp\/v2\/categories\/?post=1025"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ozalto.com\/en\/wp-json\/wp\/v2\/tags\/?post=1025"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}