22 lines
719 B
PHP
22 lines
719 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' => '1 行 4 つの画像 PRO',
|
|
'module_slideshow' => 'スライド モジュール',
|
|
'module_tab_products' => 'タブ製品',
|
|
'module_product' => '商品モジュール',
|
|
'module_icons' => 'アイコンモジュール',
|
|
'module_rich_text' => 'リッチテキスト',
|
|
];
|