22 lines
625 B
PHP
22 lines
625 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' => '브랜드 모듈',
|
|
'module_banner' => '배너 모듈',
|
|
'module_four_image_pro' => '한 줄 네 그림 PRO',
|
|
'module_slideshow' => '슬라이드 모듈',
|
|
'module_tab_products' => '탭 상품',
|
|
'module_product' => '상품 모듈',
|
|
'module_icons' => '아이콘 모듈',
|
|
'module_rich_text' => '텍스트 풍부한 모듈',
|
|
];
|