====== List Available CSS Styles in the project =====
This is very useful when building [[pagebuilder:custom_addon|custom PageBuilder Add-On]] as it allows the user to select a CSS style from all of the available Styles in the *.css file.
Pagebuilder loads all of the CSS styles from the style sheet files in the //includes/// folder that end with **.css**.
This field type will display a drop down field where the user can select the style he wants. You can then assign the style to any element your PageBuilder Add-On script will generate.
In the WebIDE when creating a new Field you will find this Field Type in the field type list as: **PB List CSS Styles**.
Example of [[core:registry:registry_object|Registry]] source code
PageBuilderFieldListStyles
This is the General Style
no
**emptydefault** if set to yes will show by default an empty entry in the drop down list. This allows the user to not select a Style.
**default** you can set a style selected by default.