{"id":111,"date":"2010-05-26T08:27:21","date_gmt":"2010-05-26T12:27:21","guid":{"rendered":"http:\/\/www.dontpapanic.com\/blog\/?p=111"},"modified":"2010-05-26T08:27:21","modified_gmt":"2010-05-26T12:27:21","slug":"using-managed-metadata-in-a-blank-site","status":"publish","type":"post","link":"https:\/\/www.dontpapanic.com\/blog\/?p=111","title":{"rendered":"Using Managed Metadata in a Blank Site"},"content":{"rendered":"<p>A question came up in last night\u2019s MVP Experts chat about a problem using the <em>Enterprise Metadata and Keywords Settings<\/em> in a Blank site.&nbsp; We suggested various solutions like not having a Managed Metadata service application configured or the fact that the Enterprise Keywords column is not available for Metadata based navigation.&nbsp; But the questioner said that his problem was that the link didn\u2019t appear in his document library settings page like it should. For a while that had all of the MVPs stumped because none of us had seen a site that didn\u2019t contain the setting.&nbsp; I quickly created a new site based on the Blank Site template in my test image and as I expected the link was there.&nbsp; So I told the questioner that we were all stumped on what might be causing the his problem.&nbsp; <\/p>\n<p>The Enterprise Metadata and Keywords Settings link contains two checkboxes.&nbsp; The first adds a Managed Metadata column called Enterprise Keywords to the document library.&nbsp; The second adds Enterprise Keywords and other Managed Metadata to your My Site profile.&nbsp; You can see the two links in the screenshot below.<\/p>\n<p><a href=\"http:\/\/www.dontpapanic.com\/blog\/images\/UsingManagedMetadatainaBlankSite_76DE\/EnterpriseKeywords.png\"><img loading=\"lazy\" decoding=\"async\" style=\"border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px\" title=\"EnterpriseKeywords\" border=\"0\" alt=\"EnterpriseKeywords\" src=\"http:\/\/www.dontpapanic.com\/blog\/images\/UsingManagedMetadatainaBlankSite_76DE\/EnterpriseKeywords_thumb.png\" width=\"240\" height=\"128\"><\/a> <\/p>\n<p>The questioner came back later to say that he had found a solution to his problem by activating a hidden Feature that he found in some Blog posts.&nbsp; The Feature ID he used was \u201c73EF14B1-13A9-416b-A9B5-ECECA2B0604C\u201d.&nbsp; I was happy that he found his solution, but decided that some further investigation was warranted to figure out what was happening and why?<\/p>\n<p>It turns out that the Feature he was activating is <em>Site<\/em> scoped Feature called <em>TaxonomyFieldAdded.&nbsp; <\/em>The Feature adds two links called <em>Term store management<\/em> and <em>Content type publishing<\/em> to the Site Settings page.&nbsp; It also adds the <em>Enterprise Metadata and Keywords Settings <\/em>link to the Library Settings page.&nbsp; There is also a Feature receiver assembly defined to handle events when the feature is installed, activated, deactivated, or uninstalled.&nbsp; This Feature adds support for Managed metadata field support to an entire site collection.&nbsp; But since the feature is hidden it leaves us with several questions:<\/p>\n<ol>\n<li>What normally activates this feature?\n<li>Why was it active in the Blank site I created but not the one the questioner created?\n<li>Is it safe to activate the feature manually?\n<li>Why isn\u2019t the feature activated in a Blank Site? <\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p>So I decided to take some time last night after the chat to track down answers to these questions and share them on my blog this morning.<\/p>\n<h2>What normally activates the <em>TaxonomyFieldAdded<\/em> Feature?<\/h2>\n<p>The answer to this is pretty straightforward.&nbsp; There is another feature called <em>TaxonomyFeatureStapler <\/em>that \u201cstaples\u201d the <em>TaxonomyFieldAdded<\/em> Feature to most of the site definitions used in SharePoint, including the <em>Global<\/em> site definition.&nbsp; You can see the Elements file from the feature below.&nbsp; The one glaring omission from the list is \u201cSTS#1\u201d, which is of course the site definition for a <em>Blank Site.&nbsp; <\/em><\/p>\n<div id=\"codeSnippetWrapper\">\n<pre style=\"border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px\" id=\"codeSnippet\"><span style=\"color: #0000ff\">&lt;?<\/span><span style=\"color: #800000\">xml<\/span> <span style=\"color: #ff0000\">version<\/span><span style=\"color: #0000ff\">=\"1.0\"<\/span> <span style=\"color: #ff0000\">encoding<\/span><span style=\"color: #0000ff\">=\"utf-8\"<\/span> ?<span style=\"color: #0000ff\">&gt;<\/span> <br><br><span style=\"color: #008000\">&lt;!-- Copyright (c) Microsoft Corporation. All rights reserved. --&gt;<\/span><br><span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">Elements<\/span> <span style=\"color: #ff0000\">xmlns<\/span><span style=\"color: #0000ff\">=\"http:\/\/schemas.microsoft.com\/sharepoint\/\"<\/span><span style=\"color: #0000ff\">&gt;<\/span><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"GLOBAL\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"STS#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"STS#2\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"MPS#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"MPS#1\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"MPS#2\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"MPS#3\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"MPS#4\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"WIKI#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"BLOG#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"SGS#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"BDR#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"OFFILE#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"OFFILE#1\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"SPS#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"SPSPERS#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"SPSMSITE#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"SPSNEWS#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"SPSNHOME#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"SPSSITES#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"SPSREPORTCENTER#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"SPSPORTAL#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"SRCHCEN#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"PROFILES#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br><br>    <span style=\"color: #0000ff\">&lt;<\/span><span style=\"color: #800000\">FeatureSiteTemplateAssociation<\/span> <span style=\"color: #ff0000\">Id<\/span><span style=\"color: #0000ff\">=\"73EF14B1-13A9-416b-A9B5-ECECA2B0604C\"<\/span> <span style=\"color: #ff0000\">TemplateName<\/span><span style=\"color: #0000ff\">=\"CMSPUBLISHING#0\"<\/span> <span style=\"color: #0000ff\">\/&gt;<\/span><br><br><span style=\"color: #0000ff\">&lt;\/<\/span><span style=\"color: #800000\">Elements<\/span><span style=\"color: #0000ff\">&gt;<\/span><br><\/pre>\n<p><\/div>\n<h2>Why was it active in my Blank site but not the questioner\u2019s?<\/h2>\n<p>After looking at the contents of the <em>TaxonomyFieldAdded<\/em> Feature itself and the Feature that staples it to most site definitions the answer to this question is pretty clear.&nbsp; As a <em>Site<\/em> scoped feature this feature is only activated when creating a top level site for a new site collection.&nbsp; The questioner had created his Blank site as the root of a new site collection while I had created mine as a sub site in a site collection with a Team site as the root.&nbsp; So in my site collection the <em>TaxonomyFieldAdded<\/em> Feature was activated when I built the root Team site while the questioner never got the Feature by building their root site as a Blank site.<\/p>\n<h2>Is it safe to activate the<em>TaxonomyFieldAdded<\/em> Feature manually?<\/h2>\n<p>This question is a little harder to answer, but it would appear that the answer is yes its safe.&nbsp; There are several points that lead me to believe that it is safe to activate manually:<\/p>\n<ul>\n<li>The <em>TaxonomyFeatureStapler <\/em>Feature adds it to most of the other site definitions, including the Global template that everything else inherits from.&nbsp; Its therefore likely that the Feature doesn\u2019t depend on a particular site definition\u2019s capabilities.&nbsp;\n<li>The <em>TaxonomyFieldAdded<\/em> Feature itself is self contained and doesn\u2019t have any additional Feature dependencies.\n<li>The Feature works normally in a sub-site created from the Blank Site template if the root site was created with one of the other \u201cstapled\u201d templates. <\/li>\n<\/ul>\n<p>So it would appear to be safe to activate this hidden feature on any site collection, including those built with a Blank site at the root.&nbsp; You can use the command line below to activate the feature using STSADM:<\/p>\n<div id=\"codeSnippetWrapper\">\n<pre style=\"border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px\" id=\"codeSnippet\">STSADM -o activatefeature -n TaxonomyFieldAdded -url &lt;URL of Root Site&gt;<\/pre>\n<p><\/div>\n<pre class=\"csharpcode\">&nbsp;<\/pre>\n<style type=\"text\/css\">\n.csharpcode, .csharpcode pre\n{\n\tfont-size: small;\n\tcolor: black;\n\tfont-family: consolas, \"Courier New\", courier, monospace;\n\tbackground-color: #ffffff;\n\t\/*white-space: pre;*\/\n}\n.csharpcode pre { margin: 0em; }\n.csharpcode .rem { color: #008000; }\n.csharpcode .kwrd { color: #0000ff; }\n.csharpcode .str { color: #006080; }\n.csharpcode .op { color: #0000c0; }\n.csharpcode .preproc { color: #cc6633; }\n.csharpcode .asp { background-color: #ffff00; }\n.csharpcode .html { color: #800000; }\n.csharpcode .attr { color: #ff0000; }\n.csharpcode .alt \n{\n\tbackground-color: #f4f4f4;\n\twidth: 100%;\n\tmargin: 0em;\n}\n.csharpcode .lnum { color: #606060; }<\/style>\n<h2>Why isn\u2019t the feature activated in a Blank Site based Site Collection?<\/h2>\n<p>I can\u2019t give you a definitive answer for this one since I\u2019m not on the SharePoint product team that developed the definitions.&nbsp; But I think the answer can be found in the purpose of the Blank Site template.&nbsp; This template is designed to be a completely blank slate to which you can add whatever you want.&nbsp; Very few but the most basic Features are automatically activated when creating a Blank Site.&nbsp; Even the Basic Standard and Enterprise Site Features are left deactivated.&nbsp; So I think the <em>TaxonomyFieldAdded <\/em>Feature is left out for the same reason, to keep the Blank Site as bare as possible.<\/p>\n<p>I hope this little exercise clears up the mystery and helps teach all of us a bit more about Features in SharePoint 2010.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A question came up in last night\u2019s MVP Experts chat about a problem using the Enterprise Metadata and Keywords Settings in a Blank site.&nbsp; We suggested various solutions like not having a Managed Metadata service application configured or the fact that the Enterprise Keywords column is not available for Metadata based navigation.&nbsp; But the questioner &hellip; <a href=\"https:\/\/www.dontpapanic.com\/blog\/?p=111\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Using Managed Metadata in a Blank Site<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[81,4],"tags":[14,6],"class_list":["post-111","post","type-post","status-publish","format-standard","hentry","category-mvp","category-sharepoint-2010","tag-mvp","tag-sharepoint_2010"],"_links":{"self":[{"href":"https:\/\/www.dontpapanic.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dontpapanic.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dontpapanic.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dontpapanic.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dontpapanic.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=111"}],"version-history":[{"count":0,"href":"https:\/\/www.dontpapanic.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/111\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dontpapanic.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dontpapanic.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dontpapanic.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}