Only connect a portion of a text to CMS

Is it possible to Wrap a text in a sentence and only connect that portion to CMS?

Currently, when I want to change 1 word in a text, I have to write the entire block and then change the 1 word in it where the block content is 98% the same.


Here is my public share link: LINK
(how to access public share link)

You have to use embeds it’s the only way

That seems like more work.

It’s less, you write all the static part inside the embed, and that part that changes can be connected to the CMS

Another option is to create an arrangement of elements, some of which are static, and some of which are CMS-bound, and then make them all format as inline text so they flow, wrap, and wordbreak together.

I typically do this by wrapping all of the elements in a containing DIV, and then giving each of the child text elements the same class, e.g. in-line, and then apply the inline layout style to that class.

Great for creating non-default datetime presentations btw.

How can I apply classes to embed? It seems like not working =/

I want to make this work, is there a youtube video I can take a look at?

Probably. I can’t guess what you’re trying to build though without seeing it. You need to share your read-only project link if you’re asking for specific advice.

Sure here you go: Webflow - Get Camera Crew

video explanation: New Recording - 04.02.2023 12:18:08

Hey First, your readonly link is not working.
Like I said above, all you need to do is-

  1. break your “sentence” into separate text parts
  2. bind the ones you want, to the CMS
  3. wrap all of those parts inside of a DIV
  4. style the parts as inline

image

They’ll flow as a single piece of text with your default word-wrap settings.