Module name

Hello everyone,

We’ve recently embarked on an exploration of the HubSpot CMS at our company, and I’m pleased to report that our initial impressions are quite positive. The platform’s versatility has impressed us, and our clients have expressed their appreciation for the user-friendly interface, which makes editing their pages a breeze.

Currently, I’m in the midst of developing a new module, and the process has been smooth so far. However, I’ve encountered a small hurdle: while I can retrieve the module’s ID using the { name } variable, I haven’t found a way to access the module’s actual name. For instance, if the module is a rich text editor, I’d like to be able to identify it by the name “Rich Text Editor”. Does anyone know if there’s a method to obtain the name of the module in this manner?

Any insights or suggestions would be greatly appreciated!

Hi, @Diaz :waving_hand: Welcome to the community! One question to help clarify things for our community members. Are you asking if it’s possible to get reference the label vs. the Module name or internal value?

Looking at the Module documentation, there is not a method to use the label instead of the Module name. You must use the name, “which requires underscores instead of spaces or dashes.

I hope this helps get you moving forward.

Best,

Jaycee