Skip to content

Commit 536cc44

Browse files
committed
PB-313: [Docs] Adding multiple CSS classes
Updated form name from review
1 parent d9f4e72 commit 536cc44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/how-to/multiple-css-classes-using-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ _Steps for styling content type elements with attributes_
3131
First, you need to add fields to your content type's form so that users have a way of selecting or entering styling options. In our Heading extension example, we add two fields: `heading_color` for selecting a color for the Heading text and `heading_style` for selecting text styles. The XML code for these fields is shown here:
3232

3333
```xml
34-
<!-- pagebuilder-heading-form.xml form extension -->
34+
<!-- pagebuilder_heading_form.xml form extension -->
3535

3636
<?xml version="1.0" encoding="UTF-8"?>
3737
<form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">

docs/images/how-to-style-using-attributes.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)