<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How convert a custom local module to a global module? in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/681415#M30055</link>
    <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;Hi guys, I'm new to HubSpot.&lt;BR /&gt;I have a custom local module, I need to make it global.&lt;BR /&gt;I read &lt;A href="https://knowledge.hubspot.com/design-manager/use-global-content-across-multiple-templates#create-new-global-content-in-the-design-manager" target="_blank"&gt;this&lt;/A&gt; but it doesn't work for me, I don't see any more buttons in the inspector where I can convert my module&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OksanaR_0-1660728033508.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/72992i84FAF99F263FC935/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OksanaR_0-1660728033508.png" alt="OksanaR_0-1660728033508.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Aug 2022 09:25:19 GMT</pubDate>
    <dc:creator>OksanaR</dc:creator>
    <dc:date>2022-08-17T09:25:19Z</dc:date>
    <item>
      <title>How convert a custom local module to a global module?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/681415#M30055</link>
      <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;Hi guys, I'm new to HubSpot.&lt;BR /&gt;I have a custom local module, I need to make it global.&lt;BR /&gt;I read &lt;A href="https://knowledge.hubspot.com/design-manager/use-global-content-across-multiple-templates#create-new-global-content-in-the-design-manager" target="_blank"&gt;this&lt;/A&gt; but it doesn't work for me, I don't see any more buttons in the inspector where I can convert my module&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OksanaR_0-1660728033508.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/72992i84FAF99F263FC935/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OksanaR_0-1660728033508.png" alt="OksanaR_0-1660728033508.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 09:25:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/681415#M30055</guid>
      <dc:creator>OksanaR</dc:creator>
      <dc:date>2022-08-17T09:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: How convert a custom local module to a global module?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/681439#M30056</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/435331"&gt;@OksanaR&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can do it by modifing the meta.json file via &lt;A href="https://developers.hubspot.com/docs/cms/guides/getting-started-with-local-development" target="_blank" rel="noopener"&gt;local development&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It will look something like this&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
  "label": "My custom module",
  "css_assets": [],
  "external_js": [],
  "global": false,
  "help_text": "",
  "host_template_types": [
    "PAGE",
    "BLOG_POST",
    "BLOG_LISTING"
  ],
  "js_assets": [],
  "other_assets": [],
  "smart_type": "NOT_SMART",
  "tags": [],
  "is_available_for_new_content": false
}
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you change it like this,the module will be global&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;"global": true,&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;BUT: unless you have all settings predefined as default values, you'll lose them.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 10:34:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/681439#M30056</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2022-08-17T10:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: How convert a custom local module to a global module?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/681448#M30057</link>
      <description>&lt;P&gt;The local dev method &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp; suggests is the way to go!&lt;BR /&gt;&lt;BR /&gt;A quick note though, if you think there's a posibility that you'll need the local version again down the line, I'd save a copy of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's a bug a few of us have encountered in that scenario. Quoting&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/61659"&gt;@Stephanie-OG&lt;/a&gt;&amp;nbsp;who described the bug succinctly:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;When you change a module's parameter from&amp;nbsp;&lt;/SPAN&gt;"global": true&lt;SPAN&gt;&amp;nbsp; to&amp;nbsp;&lt;/SPAN&gt;"global": false&lt;SPAN&gt;&amp;nbsp; in the meta.json file, in the editor it's no longer showing the global overlay, but when you click into it it has the "The creator of this template prevented editing this module in the content editors." message.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Don't know if that bug still exists. But it did 3 months ago and a year ago in my case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I was able to use revision history to roll back to a pre-bug state, but that might be a pain in the **bleep** if you've made substantial changes to your module by then.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="profile2022a" style="width: 100px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/71500iE96AB1F9E9E277B9/image-size/small?v=v2&amp;amp;px=200" role="button" title="profile2022a" alt="profile2022a" /&gt;&lt;/span&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;Barry Grennan&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;P&gt;&lt;A href="https://www.seoanseo.ca?utm_source=HubSpotCommunity" target="_blank" rel="nofollow noopener noreferrer"&gt;Freelance HubSpot CMS Developer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.seoanseo.ca?utm_source=HubSpotCommunity" target="_blank" rel="nofollow noopener noreferrer"&gt;Website&lt;/A&gt; | &lt;A href="https://www.seoanseo.ca/#contact?utm_source=HubSpotCommunity" target="_blank" rel="nofollow noopener noreferrer"&gt;Contact&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 11:46:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/681448#M30057</guid>
      <dc:creator>BarryGrennan</dc:creator>
      <dc:date>2022-08-17T11:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: How convert a custom local module to a global module?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/681471#M30058</link>
      <description>&lt;P&gt;Thanks for the solution, but I'm not using local development yet.&lt;BR /&gt;Therefore, I solved my problem like this: I created a new global module, copied the code there and created the necessary fields))). It wasn't difficult because my custom module has few fields, but if there were a lot of them, this method wouldn't work.&lt;BR /&gt;So thanks for the tips, I'll try to use them&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 12:15:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/681471#M30058</guid>
      <dc:creator>OksanaR</dc:creator>
      <dc:date>2022-08-17T12:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: How convert a custom local module to a global module?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/681472#M30059</link>
      <description>&lt;P&gt;Thanks for the tips, I'll try to use them&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 12:15:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/681472#M30059</guid>
      <dc:creator>OksanaR</dc:creator>
      <dc:date>2022-08-17T12:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: How convert a custom local module to a global module?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/792845#M34126</link>
      <description>&lt;P&gt;&amp;nbsp;I was able to fix this issue by removing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"locked" : true,&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from all of the fields within the fields.json file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This fix has to be done via the CLI.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 18:58:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/792845#M34126</guid>
      <dc:creator>tone4407</dc:creator>
      <dc:date>2023-05-11T18:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: How convert a custom local module to a global module?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/878375#M36708</link>
      <description>&lt;P&gt;I feel your pain. The bug is still there, although.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you open the JSON file of that module, it will have for every subsection a parameter "locked: true". In my case, I just went through the file and marked it all as "locked: false"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Albusis_0-1699818040815.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/103096i9DBD7C0F47E3BD9D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Albusis_0-1699818040815.png" alt="Albusis_0-1699818040815.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and hey, now I can edit it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Nov 2023 19:41:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/878375#M36708</guid>
      <dc:creator>Albusis</dc:creator>
      <dc:date>2023-11-12T19:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: How convert a custom local module to a global module?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/1161815#M43213</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/435331"&gt;@OksanaR&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/146956"&gt;@BarryGrennan&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/130366"&gt;@Albusis&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/260458"&gt;@tone4407&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran into the same issue many times and decided to build a small tool to make the process easier. It’s called &lt;A href="https://hubmoduleconvert.com" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Hub Module Convert&lt;/STRONG&gt;&lt;/A&gt; &lt;SPAN&gt;– and as the name suggests, it does just that &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It’s just launched and currently in public beta. If you'd like to give it a try (and maybe share some feedback), feel free to email me at &lt;A href="mailto:chris@hubmoduleconvert.com" target="_blank" rel="noopener"&gt;chris@hubmoduleconvert.com&lt;/A&gt; and I’ll set you up with a free account.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 11:07:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-convert-a-custom-local-module-to-a-global-module/m-p/1161815#M43213</guid>
      <dc:creator>helloteichner</dc:creator>
      <dc:date>2025-06-06T11:07:34Z</dc:date>
    </item>
  </channel>
</rss>

