我正在为价格表创建可视化作曲家插件。我想添加动态文本字段,以便用户能够根据需要为项目列表添加多个文本字段。目前它只显示一个文本字段,但用户应该能够添加多个字段。
array (
"type" => "textfield",
"heading" => __( 'List Items', 'pt-vc' ),
"param_name" => "price_list",
"description" => __( 'Write the list item that you offer', 'pt-vc' ),
"group" => 'List Item',
),