Initial commit

This commit is contained in:
2024-03-01 17:47:03 +03:00
commit 10722da013
227 changed files with 13356 additions and 0 deletions

View File

@@ -0,0 +1,134 @@
<?php
if( function_exists('acf_add_local_field_group') ):
acf_add_local_field_group(array(
'key' => 'group_65d108cf78656',
'title' => 'Поля записей',
'fields' => array(
array(
'key' => 'field_65d3a3ce679bb',
'label' => 'Ещё по теме',
'name' => 'featured_posts',
'aria-label' => '',
'type' => 'relationship',
'instructions' => '',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array(
'width' => '',
'class' => '',
'id' => '',
),
'post_type' => array(
0 => 'post',
),
'post_status' => array(
0 => 'publish',
),
'taxonomy' => '',
'filters' => array(
0 => 'search',
1 => 'taxonomy',
),
'return_format' => 'object',
'acfe_bidirectional' => array(
'acfe_bidirectional_enabled' => '0',
),
'min' => '',
'max' => '',
'elements' => '',
'bidirectional' => 0,
'bidirectional_target' => array(
),
),
array(
'key' => 'field_65d6156444160',
'label' => 'Организатор',
'name' => 'organizer',
'aria-label' => '',
'type' => 'text',
'instructions' => '',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array(
'width' => '',
'class' => '',
'id' => '',
),
'default_value' => '',
'maxlength' => '',
'placeholder' => '',
'prepend' => '',
'append' => '',
),
array(
'key' => 'field_65d615b744161',
'label' => 'Телефон',
'name' => 'phone',
'aria-label' => '',
'type' => 'text',
'instructions' => '',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array(
'width' => '',
'class' => '',
'id' => '',
),
'default_value' => '',
'maxlength' => '',
'placeholder' => '',
'prepend' => '',
'append' => '',
),
array(
'key' => 'field_65d61bf8f4e5e',
'label' => 'Место проведения',
'name' => 'location',
'aria-label' => '',
'type' => 'text',
'instructions' => '',
'required' => 0,
'conditional_logic' => 0,
'wrapper' => array(
'width' => '',
'class' => '',
'id' => '',
),
'default_value' => '',
'maxlength' => '',
'placeholder' => '',
'prepend' => '',
'append' => '',
),
),
'location' => array(
array(
array(
'param' => 'post_type',
'operator' => '==',
'value' => 'post',
),
),
),
'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' => 1709192901,
));
endif;