23 lines
651 B
PHP
23 lines
651 B
PHP
<?php
|
|
/**
|
|
* design_builder.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author TL <mengwb@guangda.work>
|
|
* @created 2022-08-30 11:03:19
|
|
* @modified 2022-08-30 11:03:19
|
|
*/
|
|
|
|
return [
|
|
'module_brand' => 'Brand',
|
|
'module_banner' => 'Banner',
|
|
'module_four_image_pro' => 'For Image PRO',
|
|
'module_slideshow' => 'Slideshow',
|
|
'module_slideshow_video'=> 'SlideshowVideo',
|
|
'module_tab_products' => 'Tab Products',
|
|
'module_product' => 'Products',
|
|
'module_icons' => 'Icons',
|
|
'module_rich_text' => 'Rich Text',
|
|
];
|