{"id":11545,"date":"2018-09-25T12:26:05","date_gmt":"2018-09-25T19:26:05","guid":{"rendered":"https:\/\/www.seedcode.com\/?p=11545"},"modified":"2018-09-25T12:26:05","modified_gmt":"2018-09-25T19:26:05","slug":"customize-daybacks-appearance-for-each-user","status":"publish","type":"post","link":"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/","title":{"rendered":"Customize DayBack&#8217;s Appearance for Each User"},"content":{"rendered":"<p>By modifying just one FileMaker script, you can add CSS specific to certain users or privilege sets. Use this to&#8230;<\/p>\n<ul>\n<li>Swap out or remove buttons<\/li>\n<li>Show or hide different calendar views<\/li>\n<li>Show or hide individual fields in an event<\/li>\n<li>Add icons for certain event statuses<\/li>\n<li>Show or hide help icons<\/li>\n<li>Code examples for all of these, and more, are <a href=\"\/pmwiki\/pmwiki.php?n=DayBackForFileMaker.CSS\" target=\"_blank\" rel=\"noopener\">here<\/a>.<\/li>\n<\/ul>\n<p class=\"vspace\">Edit the script &#8220;Export Theme ({Preview})&#8221; and in the Else branch, replace the single ExportFieldContents line with lines 22 through 31 in the screenshot below. You&#8217;ll see just a single branch here for the user &#8220;Bob&#8221;, but change that to &#8220;=&#8221; and you can create a separate branch for each user who needs special CSS. (Click on the image for a larger version.)<\/p>\n<p><a href=\"\/wp-content\/uploads\/2018\/09\/scriptforUserCSS.png\" target=\"_blank\" rel=\"noopener\"><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter wp-image-11549 size-full\" src=\"https:\/\/www.seedcode.com\/wp-content\/uploads\/2018\/09\/scriptforUserCSSsm.png\" alt=\"Custom CSS for each DayBack User\" width=\"500\" height=\"322\" srcset=\"https:\/\/seedcode.com\/wp-content\/uploads\/2018\/09\/scriptforUserCSSsm.png 500w, https:\/\/seedcode.com\/wp-content\/uploads\/2018\/09\/scriptforUserCSSsm-300x193.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><\/a><\/p>\n<p class=\"vspace\">Line 25, which you can&#8217;t really read in the screenshot, is where you actually add new CSS. Here is the second part of the SetField dialog and the example here just turns off the green plus button:<\/p>\n<pre class=\"prettyprint\">\/\/ Hide the plus button for new events\n\".add-event-container {\ndisplay: none !important;\n}\"\n& \u00b6 &\n\/\/ Hide the \"new event\" popover button\n\"div[content=newEvent]{\ndisplay: none !important;\n}\"\n& \u00b6 &\nCalendarInterface::ExportGlob\n<\/pre>\n<p class=\"vspace\">Don&#8217;t forget to include the regular CSS at the end,\u00a0in the last two lines which reference the CalendarInterface::ExportGlob. You&#8217;ll find examples of some common CSS changes here: <a href=\"\/pmwiki\/pmwiki.php?n=DayBackForFileMaker.CSS\" target=\"_blank\" rel=\"noopener\">customizing DayBack&#8217;s CSS<\/a>.<\/p>\n<p>Note that the script above only runs at startup, so if you are having users log in and out of your solution after startup, you&#8217;ll want to run DayBack&#8217;s &#8220;Upon Opening&#8221; script after each login change.<\/p>\n<p>Enjoy!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By modifying just one FileMaker script, you can add CSS specific to certain users or privilege sets. Use this to&#8230; Swap out or remove buttons Show or hide different calendar views Show or hide individual fields in an event Add icons for certain event statuses Show or hide help icons Code examples for all of these, and more, are here. Edit the script &#8220;Export Theme ({Preview})&#8221; and in the Else branch, replace the single ExportFieldContents line with lines 22 through 31 in the screenshot below. You&#8217;ll see just a single branch here for the user &#8220;Bob&#8221;, but change that to &#8220;=&#8221; and you can create a separate branch for each user who needs special CSS. (Click on the image for a larger version.) Line 25, which you can&#8217;t really read in the screenshot, is where you actually add new CSS. Here is the second part of the SetField dialog and the example here just turns off the green plus button: \/\/ Hide the plus button for new events &#8220;.add-event-container { display: none !important; }&#8221; &#038; \u00b6 &#038; \/\/ Hide the &#8220;new event&#8221; popover button &#8220;div[content=newEvent]{ display: none !important; }&#8221; &#038; \u00b6 &#038; CalendarInterface::ExportGlob Don&#8217;t forget to include the regular CSS at the end,\u00a0in the last two lines which reference the CalendarInterface::ExportGlob. You&#8217;ll find examples of some common CSS changes here: customizing DayBack&#8217;s CSS. Note that the script above only runs at startup, so if you are having users log in and out of your solution after startup, you&#8217;ll want to run DayBack&#8217;s &#8220;Upon Opening&#8221; script after each login change. Enjoy!<\/p>\n","protected":false},"author":1,"featured_media":11550,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[8,11],"class_list":["post-11545","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-calendar","tag-interface-design"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Customize DayBack&#039;s Appearance for Each User - SeedCode<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Customize DayBack&#039;s Appearance for Each User - SeedCode\" \/>\n<meta property=\"og:description\" content=\"By modifying just one FileMaker script, you can add CSS specific to certain users or privilege sets. Use this to&#8230; Swap out or remove buttons Show or hide different calendar views Show or hide individual fields in an event Add icons for certain event statuses Show or hide help icons Code examples for all of these, and more, are here. Edit the script &#8220;Export Theme ({Preview})&#8221; and in the Else branch, replace the single ExportFieldContents line with lines 22 through 31 in the screenshot below. You&#8217;ll see just a single branch here for the user &#8220;Bob&#8221;, but change that to &#8220;=&#8221; and you can create a separate branch for each user who needs special CSS. (Click on the image for a larger version.) Line 25, which you can&#8217;t really read in the screenshot, is where you actually add new CSS. Here is the second part of the SetField dialog and the example here just turns off the green plus button: \/\/ Hide the plus button for new events &quot;.add-event-container { display: none !important; }&quot; &amp; \u00b6 &amp; \/\/ Hide the &quot;new event&quot; popover button &quot;div[content=newEvent]{ display: none !important; }&quot; &amp; \u00b6 &amp; CalendarInterface::ExportGlob Don&#8217;t forget to include the regular CSS at the end,\u00a0in the last two lines which reference the CalendarInterface::ExportGlob. You&#8217;ll find examples of some common CSS changes here: customizing DayBack&#8217;s CSS. Note that the script above only runs at startup, so if you are having users log in and out of your solution after startup, you&#8217;ll want to run DayBack&#8217;s &#8220;Upon Opening&#8221; script after each login change. Enjoy!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/\" \/>\n<meta property=\"og:site_name\" content=\"SeedCode\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/seedcoder\" \/>\n<meta property=\"article:published_time\" content=\"2018-09-25T19:26:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/seedcode.com\/wp-content\/uploads\/2018\/09\/CssUser.png\" \/>\n\t<meta property=\"og:image:width\" content=\"319\" \/>\n\t<meta property=\"og:image:height\" content=\"325\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"seedcode\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dayback\" \/>\n<meta name=\"twitter:site\" content=\"@dayback\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"seedcode\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/\"},\"author\":{\"name\":\"seedcode\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f\"},\"headline\":\"Customize DayBack&#8217;s Appearance for Each User\",\"datePublished\":\"2018-09-25T19:26:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/\"},\"wordCount\":239,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2018\/09\/CssUser.png\",\"keywords\":[\"Calendar\",\"Interface Design\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/\",\"url\":\"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/\",\"name\":\"Customize DayBack's Appearance for Each User - SeedCode\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2018\/09\/CssUser.png\",\"datePublished\":\"2018-09-25T19:26:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#primaryimage\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2018\/09\/CssUser.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2018\/09\/CssUser.png\",\"width\":319,\"height\":325},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/seedcode.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Customize DayBack&#8217;s Appearance for Each User\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/seedcode.com\/#website\",\"url\":\"https:\/\/seedcode.com\/\",\"name\":\"SeedCode\",\"description\":\"Build the Software You&#039;ve Always Wanted\",\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/seedcode.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/seedcode.com\/#organization\",\"name\":\"SeedCode\",\"url\":\"https:\/\/seedcode.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"width\":595,\"height\":189,\"caption\":\"SeedCode\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/seedcoder\",\"https:\/\/x.com\/dayback\",\"https:\/\/www.linkedin.com\/company\/seedcode\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f\",\"name\":\"seedcode\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g\",\"caption\":\"seedcode\"},\"sameAs\":[\"https:\/\/seedcode.com\"],\"url\":\"https:\/\/seedcode.com\/author\/seedcode\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Customize DayBack's Appearance for Each User - SeedCode","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/","og_locale":"en_US","og_type":"article","og_title":"Customize DayBack's Appearance for Each User - SeedCode","og_description":"By modifying just one FileMaker script, you can add CSS specific to certain users or privilege sets. Use this to&#8230; Swap out or remove buttons Show or hide different calendar views Show or hide individual fields in an event Add icons for certain event statuses Show or hide help icons Code examples for all of these, and more, are here. Edit the script &#8220;Export Theme ({Preview})&#8221; and in the Else branch, replace the single ExportFieldContents line with lines 22 through 31 in the screenshot below. You&#8217;ll see just a single branch here for the user &#8220;Bob&#8221;, but change that to &#8220;=&#8221; and you can create a separate branch for each user who needs special CSS. (Click on the image for a larger version.) Line 25, which you can&#8217;t really read in the screenshot, is where you actually add new CSS. Here is the second part of the SetField dialog and the example here just turns off the green plus button: \/\/ Hide the plus button for new events \".add-event-container { display: none !important; }\" & \u00b6 & \/\/ Hide the \"new event\" popover button \"div[content=newEvent]{ display: none !important; }\" & \u00b6 & CalendarInterface::ExportGlob Don&#8217;t forget to include the regular CSS at the end,\u00a0in the last two lines which reference the CalendarInterface::ExportGlob. You&#8217;ll find examples of some common CSS changes here: customizing DayBack&#8217;s CSS. Note that the script above only runs at startup, so if you are having users log in and out of your solution after startup, you&#8217;ll want to run DayBack&#8217;s &#8220;Upon Opening&#8221; script after each login change. Enjoy!","og_url":"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/","og_site_name":"SeedCode","article_publisher":"https:\/\/www.facebook.com\/seedcoder","article_published_time":"2018-09-25T19:26:05+00:00","og_image":[{"width":319,"height":325,"url":"https:\/\/seedcode.com\/wp-content\/uploads\/2018\/09\/CssUser.png","type":"image\/png"}],"author":"seedcode","twitter_card":"summary_large_image","twitter_creator":"@dayback","twitter_site":"@dayback","twitter_misc":{"Written by":"seedcode","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#article","isPartOf":{"@id":"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/"},"author":{"name":"seedcode","@id":"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f"},"headline":"Customize DayBack&#8217;s Appearance for Each User","datePublished":"2018-09-25T19:26:05+00:00","mainEntityOfPage":{"@id":"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/"},"wordCount":239,"commentCount":0,"publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"image":{"@id":"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2018\/09\/CssUser.png","keywords":["Calendar","Interface Design"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/","url":"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/","name":"Customize DayBack's Appearance for Each User - SeedCode","isPartOf":{"@id":"https:\/\/seedcode.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#primaryimage"},"image":{"@id":"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2018\/09\/CssUser.png","datePublished":"2018-09-25T19:26:05+00:00","breadcrumb":{"@id":"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#primaryimage","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2018\/09\/CssUser.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2018\/09\/CssUser.png","width":319,"height":325},{"@type":"BreadcrumbList","@id":"https:\/\/seedcode.com\/customize-daybacks-appearance-for-each-user\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/seedcode.com\/"},{"@type":"ListItem","position":2,"name":"Customize DayBack&#8217;s Appearance for Each User"}]},{"@type":"WebSite","@id":"https:\/\/seedcode.com\/#website","url":"https:\/\/seedcode.com\/","name":"SeedCode","description":"Build the Software You&#039;ve Always Wanted","publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/seedcode.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/seedcode.com\/#organization","name":"SeedCode","url":"https:\/\/seedcode.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","width":595,"height":189,"caption":"SeedCode"},"image":{"@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/seedcoder","https:\/\/x.com\/dayback","https:\/\/www.linkedin.com\/company\/seedcode\/"]},{"@type":"Person","@id":"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f","name":"seedcode","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g","caption":"seedcode"},"sameAs":["https:\/\/seedcode.com"],"url":"https:\/\/seedcode.com\/author\/seedcode\/"}]}},"_links":{"self":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/11545","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/comments?post=11545"}],"version-history":[{"count":0,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/11545\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media\/11550"}],"wp:attachment":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media?parent=11545"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/categories?post=11545"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/tags?post=11545"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}