Update wording
Steps
-
In the rightbar, click on
Properties
>Content
-
You can update the wording.
Dynamic Content
When a content comes from the database or is computed, it appears as {Expression}
in the content textarea. You cannot update this content from the ReactEditor as it would break the business logic of your application.
However, you can still add fixed wording around it.
Example
In this example, the component we selected is coming from a for-loop on a collection of products. It has a dynamic content which is the name of product.
After
We added Name:
before the dynamic content and .
after it.
As you can see, other cards are also affected by this change.