Skip to main content

Update wording

Steps

  1. Select a component

  2. In the rightbar, click on Properties > Content

    Update wording
  3. 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.

Update wording

After

We added Name: before the dynamic content and . after it.

As you can see, other cards are also affected by this change.

Update wording