Build the UI for a Custom Property Editor
Unlike the component class, which requires you to follow the property editor contract, the HTML markup and CSS for a custom property editor don't require you to follow a contract. You can make the editor look and feel however you like. For example, assign the font, type size, and text color.
In the Custom Article component example, you want to create a custom property editor for textAlignment so that your Experience Builder users can select alignment from a button group. Here's how the HTML for this custom property editor can look.
See Also