first
This commit is contained in:
15
widgets/rc-default/site/cover-default/_var.config.php
Normal file
15
widgets/rc-default/site/cover-default/_var.config.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
if(!defined('__KIMS__')) exit;
|
||||
|
||||
$d['widget']['dom'] = array(
|
||||
|
||||
'cover-default' => array(
|
||||
'사이트 커버 기본형', //위젯명
|
||||
array(
|
||||
array('title','input','타이틀','새로운 나만의 비즈니스 홈'),
|
||||
array('subtitle','input','보조 타이틀',''),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user