22 lines
636 B
PHP
22 lines
636 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' => 'Markenmodul',
|
|
'module_banner' => 'Bannermodul',
|
|
'module_four_image_pro' => 'eine Zeile vier Bilder PRO',
|
|
'module_slideshow' => 'Folienmodul',
|
|
'module_tab_products' => 'Tab-Produkte',
|
|
'module_product' => 'Warenmodul',
|
|
'module_icons' => 'Symbolmodul',
|
|
'module_rich_text' => 'Rich-Text',
|
|
];
|