0

このプラグインにキャプション/説明フィールドを追加したいと思います。どうすればそれを行うことができるかを誰かが提案できますか?

コードはここから始まります...

$sections[] = array(
    'title' => __('Home Settings', 'redux-framework-demo'),
    'header' => __('Welcome to the Simple Options Framework Demo', 'redux-framework-demo'),
    'desc' => __('Redux Framework was created with the developer in mind. It allows for any theme developer to have an advanced theme panel with most of the features a developer would need. For more information check out the Github repo at: 
<a href="https://github.com/ReduxFramework/Redux Framework">https://github.com/ReduxFramework/Redux-Framework</a>', 'redux-framework-demo'),

'icon_class' => 'icon-large',

'icon' => 'home',


'fields' => array(

    array(
        'id'=>'media',
        'type' => 'media', 
        'url'=> true,
        'title' => __('Media w/ URL', 'redux-framework-demo'),          
        'compiler' => 'true',
        'desc'=> __('Basic media uploader with disabled URL input field.', 'redux-framework-demo'),
        'subtitle' => __('Upload any media using the WordPress native uploader', 'redux-framework-demo'),
        ),                                              
    ),
);
4

1 に答える 1

3

悪くないはずです。テキストフィールドか何か?私は Redux の中心的な開発者の 1 人です。https://github.com/ReduxFramework/ReduxFramework/issuesにある機能リクエストについては、イシュー トラッカーにアクセスしてください。

私たちはあなたのニーズに非常に興味を持っていますので、お知らせください。喜んでお手伝いいたします。

于 2013-11-10T06:32:54.273 に答える