CMS Development

andreasmb
Contributor

Text module not editable when using no_wrapper=true ???

I keep getting confused about which module parameters will create the easiest editing experience for my marketing team. 

It seems like using the no_wrapper parameter makes it so that text can't be directly edited in the page edit view.

 

Here are two different text modules. The only difference between them is the "no_wrapper" parameter.

 

<h3>{% text "text_field2" label="Enter text here", **bleep**="I can edit this" %}</h3>

<h3>{% text "text_field" label="Enter text here", **bleep**="This can't be directly edited", no_wrapper=True %}</h3>

 

no_wrapper makes a text module uneditable?no_wrapper makes a text module uneditable?

 

I'm confused... how can I make a text module that my marketers can directly manipulate, but without including the unnecessary wrapper div?

0 Upvotes
3 Replies 3
Anonymous
Not applicable

Text module not editable when using no_wrapper=true ???

Hey @andreasmb do you have an example of a live/preview page you are working on?


@Ty@dessery@subin what would you advise here?

0 Upvotes
andreasmb
Contributor

Text module not editable when using no_wrapper=true ???

@Anonymous – here's a page that shows the problem – https://www.lever.co/text-edit-test

Here's the edit page – https://app.hubspot.com/content/463671/edit/5581529186/content (probably only accessible to Hubspot staff)

0 Upvotes
andreasmb
Contributor

Text module not editable when using no_wrapper=true ???

Bump.

0 Upvotes