Files
agroexpert/acfe-php/group_65d3799141ac6.php

59 lines
1.1 KiB
PHP
Raw Permalink Normal View History

2024-03-01 17:47:03 +03:00
<?php
if( function_exists('acf_add_local_field_group') ):
acf_add_local_field_group(array(
'key' => 'group_65d3799141ac6',
'title' => 'Юр. доки в подвале',
'fields' => array(
array(
'key' => 'field_65d37991191e6',
'label' => 'Файл',
'name' => 'file',
'aria-label' => '',
'type' => 'file',
'instructions' => '',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array(
'width' => '',
'class' => '',
'id' => '',
),
'return_format' => 'url',
'library' => 'all',
'min_size' => '',
'max_size' => '',
'mime_types' => '',
'uploader' => '',
),
),
'location' => array(
array(
array(
'param' => 'nav_menu_item',
'operator' => '==',
'value' => '16',
),
),
),
'menu_order' => 0,
'position' => 'normal',
'style' => 'default',
'label_placement' => 'top',
'instruction_placement' => 'label',
'hide_on_screen' => '',
'active' => true,
'description' => '',
'show_in_rest' => 0,
'acfe_display_title' => '',
'acfe_autosync' => array(
0 => 'php',
),
'acfe_form' => 0,
'acfe_meta' => '',
'acfe_note' => '',
'modified' => 1708359202,
));
endif;