Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Formatted the XML code block #4488

Merged
merged 2 commits into from
May 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Revise the `di.xml` file, adding the configuration settings as an argument to `M

The following code shows an example of configuration settings in the `di.xml` file that determine the font sizes available for selection and add a paragraph menu option associated with the `<p>` tag:

```
```xml
<type name="Magento\PageBuilder\Model\Wysiwyg\DefaultConfigProvider">
<arguments>
<argument name="additionalSettings" xsi:type="array">
Expand All @@ -29,4 +29,4 @@ The following code shows an example of configuration settings in the `di.xml` fi
```
See a list of possibly TinyMCE settings on their [website](https://www.tinymce.com/docs/configure/).

Once you have edited the `di.xml` file you can apply custom styling for the settings you implemented in the related CSS file.
Once you have edited the `di.xml` file you can apply custom styling for the settings you implemented in the related CSS file.