config.php 1.1 KB
<?php

return array(
    array(
        'name'    => 'background-color',
        'title'   => '背景色',
        'type'    => 'string',
        'content' =>
            array(),
        'value'   => '',
        'rule'    => '',
        'msg'     => '',
        'tip'     => '',
        'ok'      => '',
        'extend'  => '',
    ),
    array(
        'name'    => 'background-image',
        'title'   => '背景图片URL',
        'type'    => 'image',
        'content' =>
            array(),
        'value'   => 'https://wx2.sinaimg.cn/large/0060lm7Tly1fvblyjxs3dj31hc0u0tc1.jpg',
        'rule'    => '',
        'msg'     => '',
        'tip'     => '',
        'ok'      => '',
        'extend'  => '',
    ),
    array(
        'name'    => 'background-video',
        'title'   => '背景视频URL',
        'type'    => 'file',
        'content' =>
            array(),
        'value'   => 'https://t1.aixinxi.net/o_1cnh2rofs19skpcq11u6g921qm9a.mp4',
        'rule'    => '',
        'msg'     => '',
        'tip'     => '',
        'ok'      => '',
        'extend'  => '',
    ),
);