first
This commit is contained in:
25
widgets/bs4-default/member/best/card-default/_var.config.php
Normal file
25
widgets/bs4-default/member/best/card-default/_var.config.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
if(!defined('__KIMS__')) exit;
|
||||
|
||||
//***********************************************************************************
|
||||
// 여기에 이 위젯에서 사용할 변수들을 정의합니다.
|
||||
// 변수 작성법은 매뉴얼을 참고하세요.
|
||||
//***********************************************************************************
|
||||
|
||||
$d['widget']['dom'] = array(
|
||||
|
||||
'bs4-best-card' => array(
|
||||
'기간별 추천 채널', //위젯명
|
||||
array(
|
||||
array('title','input','타이틀',''),
|
||||
array('subtitle','input','보조 타이틀',''),
|
||||
array('limit','select','노출갯수','1개=1,2개=2,3개=3,4개=4,5개=5'),
|
||||
array('line','select','한줄 아이템수','1개=1,2개=2,3개=3,4개=4,5개=5'),
|
||||
array('term','select','출력기간','최근1주=-1 week,최근2주=-2 week,최근3주=-3 week,최근1달=-4 week'),
|
||||
array('sort','select','정렬순','조회순=post_hit,좋아요순=post_likes,댓글순=post_comment'),
|
||||
),
|
||||
),
|
||||
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user