Small adjusment to garantee page relaod from customizer when changing settings.
This commit is contained in:
parent
319df115cc
commit
193ae3fb41
|
@ -12,7 +12,6 @@ $options = [
|
||||||
'type' => 'ct-image-picker',
|
'type' => 'ct-image-picker',
|
||||||
'value' => 'type-dam',
|
'value' => 'type-dam',
|
||||||
'design' => 'block',
|
'design' => 'block',
|
||||||
'setting' => [ 'transport' => 'postMessage' ],
|
|
||||||
'choices' => [
|
'choices' => [
|
||||||
'type-dam' => [
|
'type-dam' => [
|
||||||
'src' => tainacan_blocksy_image_picker_url( 'type-dam.svg' ),
|
'src' => tainacan_blocksy_image_picker_url( 'type-dam.svg' ),
|
||||||
|
@ -44,8 +43,6 @@ $options = [
|
||||||
// 'title' => __( 'Document and Attachments above Title', 'tainacan-blocksy' ),
|
// 'title' => __( 'Document and Attachments above Title', 'tainacan-blocksy' ),
|
||||||
// ],
|
// ],
|
||||||
],
|
],
|
||||||
'sync' => blocksy_sync_single_post_container([
|
'sync' => ''
|
||||||
'prefix' => $prefix
|
|
||||||
])
|
|
||||||
],
|
],
|
||||||
];
|
];
|
Loading…
Reference in New Issue