Salesforce B2C Commerce 23.5 > Developing Your Site > Page Designer > Publish a Page Designer Page

Mock Component Placeholders

When a merchant drags a component onto a Page Designer page in edit mode, a mock component placeholder displays until the merchant configures the component attributes. Mock component placeholders are also used when a merchant creates a localized page based on another page or when a page doesn't render because it's missing attributes.

The mock component placeholder signals to the merchant that the component is not yet fully configured or has an error condition. The merchant can move the mock component and edit it like a regular component. The mock component displays only in edit mode.

A mock component uses the following values:

This example shows what a page looks like with four mock components, one for a headline banner and three for product tiles.

Figure 1. Mock Component Placeholders on a Page Screen showing four mock components.

The HTML wrapper is always div. Mock components use the following two classes:

To customize how a mock component placeholder displays, you can apply custom CSS to the mock component class. For example, this CSS file, named banner-mock.css, specifies that mock components using the class sfdc-component-assets-banner-mock have a background-color of lightblue.


         banner-mock.css
.sfdc-component-assets-banner-mock {
    background-color: lightblue;
}
X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.