默认情况下,单击“插入介质”并选择图像时,我们会得到“附件显示设置”。
我正在使用以下代码为自定义帖子创建自定义媒体库:
customImageManagementTool = wp.media.frames.customImageManagementTool = wp.media({
className: \'media-frame tgm-media-frame\',
multiple: true,
title: "Select Images",
library: {
type: \'image\'
},
button: {
text: "Insert selection"
}
});
customImageManagementTool.open()
调用媒体库,但不在弹出窗口中包含“附件显示设置”。