22 lines
658 B
PHP
22 lines
658 B
PHP
<?php
|
|
/**
|
|
* design_builder.php
|
|
*
|
|
* @copyright 2022 tuikehome.com - All Rights Reserved
|
|
* @link https://www.tuikehome.com
|
|
* @author TL <lucianldg@tuikehome.com>
|
|
* @created 2022-08-30 11:03:19
|
|
* @modified 2022-08-30 11:03:19
|
|
*/
|
|
|
|
return [
|
|
'module_brand' => 'Modul Merek',
|
|
'module_banner' => 'Modul spanduk',
|
|
'module_four_image_pro' => 'Satu baris dan empat angka PRO',
|
|
'module_slideshow' => 'Modul Slide',
|
|
'module_tab_products' => 'Tab Barang',
|
|
'module_product' => 'Modul Komoditas',
|
|
'module_icons' => 'modul ikon',
|
|
'module_rich_text' => 'Modul Teks Kaya',
|
|
];
|