Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
formats_merged.php
Go to the documentation of this file.
1 <?php
7 return [
8  'format_one' => ['code' => 'format_one', 'title' => 'format_one_title'],
9  'format_two' => ['code' => 'format_two', 'title' => 'format_two_title', 'escapeHtml' => 'true']
10 ];