Updates to 6.2.1

This commit is contained in:
ACF 2023-09-08 10:14:22 +00:00
parent f367b7aadd
commit 096ae7081e
153 changed files with 20281 additions and 21300 deletions

22
acf.php
View File

@ -6,15 +6,17 @@
* @author WP Engine
*
* @wordpress-plugin
* Plugin Name: Advanced Custom Fields PRO
* Plugin URI: https://www.advancedcustomfields.com
* Description: Customize WordPress with powerful, professional and intuitive fields.
* Version: 6.2.0
* Author: WP Engine
* Author URI: https://wpengine.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=plugin_directory&utm_content=advanced_custom_fields
* Update URI: https://www.advancedcustomfields.com/pro
* Text Domain: acf
* Domain Path: /lang
* Plugin Name: Advanced Custom Fields PRO
* Plugin URI: https://www.advancedcustomfields.com
* Description: Customize WordPress with powerful, professional and intuitive fields.
* Version: 6.2.1
* Author: WP Engine
* Author URI: https://wpengine.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=plugin_directory&utm_content=advanced_custom_fields
* Update URI: https://www.advancedcustomfields.com/pro
* Text Domain: acf
* Domain Path: /lang
* Requires PHP: 7.0
* Requires at least: 5.8
*/
if ( ! defined( 'ABSPATH' ) ) {
@ -34,7 +36,7 @@ if ( ! class_exists( 'ACF' ) ) {
*
* @var string
*/
public $version = '6.2.0';
public $version = '6.2.1';
/**
* The plugin settings array.

View File

@ -1177,6 +1177,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
.acf-admin-page .acf-field-permalink-rewrite .select2-container.-acf,
.acf-admin-page .acf-field-query-var .select2-container.-acf,
.acf-admin-page .acf-field-capability .select2-container.-acf,
.acf-admin-page .acf-field-parent-slug .select2-container.-acf,
.acf-admin-page .acf-field-data-storage .select2-container.-acf,
.acf-admin-page .acf-field-manage-terms .select2-container.-acf,
.acf-admin-page .acf-field-edit-terms .select2-container.-acf,
@ -1189,6 +1190,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
.acf-admin-page .acf-field-permalink-rewrite .select2-container--default .select2-selection--single .select2-selection__rendered,
.acf-admin-page .acf-field-query-var .select2-container--default .select2-selection--single .select2-selection__rendered,
.acf-admin-page .acf-field-capability .select2-container--default .select2-selection--single .select2-selection__rendered,
.acf-admin-page .acf-field-parent-slug .select2-container--default .select2-selection--single .select2-selection__rendered,
.acf-admin-page .acf-field-data-storage .select2-container--default .select2-selection--single .select2-selection__rendered,
.acf-admin-page .acf-field-manage-terms .select2-container--default .select2-selection--single .select2-selection__rendered,
.acf-admin-page .acf-field-edit-terms .select2-container--default .select2-selection--single .select2-selection__rendered,
@ -1209,6 +1211,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
.acf-admin-page .acf-field-permalink-rewrite .select2-container--default .select2-selection--single .field-type-icon,
.acf-admin-page .acf-field-query-var .select2-container--default .select2-selection--single .field-type-icon,
.acf-admin-page .acf-field-capability .select2-container--default .select2-selection--single .field-type-icon,
.acf-admin-page .acf-field-parent-slug .select2-container--default .select2-selection--single .field-type-icon,
.acf-admin-page .acf-field-data-storage .select2-container--default .select2-selection--single .field-type-icon,
.acf-admin-page .acf-field-manage-terms .select2-container--default .select2-selection--single .field-type-icon,
.acf-admin-page .acf-field-edit-terms .select2-container--default .select2-selection--single .field-type-icon,
@ -1224,6 +1227,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
.acf-admin-page .acf-field-permalink-rewrite .select2-container--default .select2-selection--single .field-type-icon:before,
.acf-admin-page .acf-field-query-var .select2-container--default .select2-selection--single .field-type-icon:before,
.acf-admin-page .acf-field-capability .select2-container--default .select2-selection--single .field-type-icon:before,
.acf-admin-page .acf-field-parent-slug .select2-container--default .select2-selection--single .field-type-icon:before,
.acf-admin-page .acf-field-data-storage .select2-container--default .select2-selection--single .field-type-icon:before,
.acf-admin-page .acf-field-manage-terms .select2-container--default .select2-selection--single .field-type-icon:before,
.acf-admin-page .acf-field-edit-terms .select2-container--default .select2-selection--single .field-type-icon:before,
@ -1237,6 +1241,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
.acf-admin-page .acf-field-permalink-rewrite .select2-container--open .select2-selection__rendered,
.acf-admin-page .acf-field-query-var .select2-container--open .select2-selection__rendered,
.acf-admin-page .acf-field-capability .select2-container--open .select2-selection__rendered,
.acf-admin-page .acf-field-parent-slug .select2-container--open .select2-selection__rendered,
.acf-admin-page .acf-field-data-storage .select2-container--open .select2-selection__rendered,
.acf-admin-page .acf-field-manage-terms .select2-container--open .select2-selection__rendered,
.acf-admin-page .acf-field-edit-terms .select2-container--open .select2-selection__rendered,
@ -1250,6 +1255,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
.acf-admin-page .acf-field-permalink-rewrite .select2-container--open.select2-container--below .select2-selection__rendered,
.acf-admin-page .acf-field-query-var .select2-container--open.select2-container--below .select2-selection__rendered,
.acf-admin-page .acf-field-capability .select2-container--open.select2-container--below .select2-selection__rendered,
.acf-admin-page .acf-field-parent-slug .select2-container--open.select2-container--below .select2-selection__rendered,
.acf-admin-page .acf-field-data-storage .select2-container--open.select2-container--below .select2-selection__rendered,
.acf-admin-page .acf-field-manage-terms .select2-container--open.select2-container--below .select2-selection__rendered,
.acf-admin-page .acf-field-edit-terms .select2-container--open.select2-container--below .select2-selection__rendered,
@ -1263,6 +1269,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
.acf-admin-page .acf-field-permalink-rewrite .select2-container--open.select2-container--above .select2-selection__rendered,
.acf-admin-page .acf-field-query-var .select2-container--open.select2-container--above .select2-selection__rendered,
.acf-admin-page .acf-field-capability .select2-container--open.select2-container--above .select2-selection__rendered,
.acf-admin-page .acf-field-parent-slug .select2-container--open.select2-container--above .select2-selection__rendered,
.acf-admin-page .acf-field-data-storage .select2-container--open.select2-container--above .select2-selection__rendered,
.acf-admin-page .acf-field-manage-terms .select2-container--open.select2-container--above .select2-selection__rendered,
.acf-admin-page .acf-field-edit-terms .select2-container--open.select2-container--above .select2-selection__rendered,
@ -1278,6 +1285,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
.acf-admin-page .acf-field-permalink-rewrite .acf-selection.has-icon,
.acf-admin-page .acf-field-query-var .acf-selection.has-icon,
.acf-admin-page .acf-field-capability .acf-selection.has-icon,
.acf-admin-page .acf-field-parent-slug .acf-selection.has-icon,
.acf-admin-page .acf-field-data-storage .acf-selection.has-icon,
.acf-admin-page .acf-field-manage-terms .acf-selection.has-icon,
.acf-admin-page .acf-field-edit-terms .acf-selection.has-icon,
@ -1286,7 +1294,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
.acf-admin-page .acf-field-meta-box .acf-selection.has-icon {
margin-left: 6px;
}
.rtl.acf-admin-page .acf-field-setting-type .acf-selection.has-icon, .acf-admin-page .acf-field-permalink-rewrite .acf-selection.has-icon, .acf-admin-page .acf-field-query-var .acf-selection.has-icon, .acf-admin-page .acf-field-capability .acf-selection.has-icon, .acf-admin-page .acf-field-data-storage .acf-selection.has-icon, .acf-admin-page .acf-field-manage-terms .acf-selection.has-icon, .acf-admin-page .acf-field-edit-terms .acf-selection.has-icon, .acf-admin-page .acf-field-delete-terms .acf-selection.has-icon, .acf-admin-page .acf-field-assign-terms .acf-selection.has-icon, .acf-admin-page .acf-field-meta-box .acf-selection.has-icon {
.rtl.acf-admin-page .acf-field-setting-type .acf-selection.has-icon, .acf-admin-page .acf-field-permalink-rewrite .acf-selection.has-icon, .acf-admin-page .acf-field-query-var .acf-selection.has-icon, .acf-admin-page .acf-field-capability .acf-selection.has-icon, .acf-admin-page .acf-field-parent-slug .acf-selection.has-icon, .acf-admin-page .acf-field-data-storage .acf-selection.has-icon, .acf-admin-page .acf-field-manage-terms .acf-selection.has-icon, .acf-admin-page .acf-field-edit-terms .acf-selection.has-icon, .acf-admin-page .acf-field-delete-terms .acf-selection.has-icon, .acf-admin-page .acf-field-assign-terms .acf-selection.has-icon, .acf-admin-page .acf-field-meta-box .acf-selection.has-icon {
margin-right: 6px;
}
@ -1294,6 +1302,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
.acf-admin-page .acf-field-permalink-rewrite .select2-selection__arrow,
.acf-admin-page .acf-field-query-var .select2-selection__arrow,
.acf-admin-page .acf-field-capability .select2-selection__arrow,
.acf-admin-page .acf-field-parent-slug .select2-selection__arrow,
.acf-admin-page .acf-field-data-storage .select2-selection__arrow,
.acf-admin-page .acf-field-manage-terms .select2-selection__arrow,
.acf-admin-page .acf-field-edit-terms .select2-selection__arrow,
@ -1310,6 +1319,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
.acf-admin-page .acf-field-permalink-rewrite .select2-selection__arrow:after,
.acf-admin-page .acf-field-query-var .select2-selection__arrow:after,
.acf-admin-page .acf-field-capability .select2-selection__arrow:after,
.acf-admin-page .acf-field-parent-slug .select2-selection__arrow:after,
.acf-admin-page .acf-field-data-storage .select2-selection__arrow:after,
.acf-admin-page .acf-field-manage-terms .select2-selection__arrow:after,
.acf-admin-page .acf-field-edit-terms .select2-selection__arrow:after,
@ -1343,6 +1353,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
.acf-admin-page .acf-field-permalink-rewrite .select2-selection__arrow b[role=presentation],
.acf-admin-page .acf-field-query-var .select2-selection__arrow b[role=presentation],
.acf-admin-page .acf-field-capability .select2-selection__arrow b[role=presentation],
.acf-admin-page .acf-field-parent-slug .select2-selection__arrow b[role=presentation],
.acf-admin-page .acf-field-data-storage .select2-selection__arrow b[role=presentation],
.acf-admin-page .acf-field-manage-terms .select2-selection__arrow b[role=presentation],
.acf-admin-page .acf-field-edit-terms .select2-selection__arrow b[role=presentation],
@ -1355,6 +1366,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
.acf-admin-page .acf-field-permalink-rewrite .select2-container--open .select2-selection__arrow:after,
.acf-admin-page .acf-field-query-var .select2-container--open .select2-selection__arrow:after,
.acf-admin-page .acf-field-capability .select2-container--open .select2-selection__arrow:after,
.acf-admin-page .acf-field-parent-slug .select2-container--open .select2-selection__arrow:after,
.acf-admin-page .acf-field-data-storage .select2-container--open .select2-selection__arrow:after,
.acf-admin-page .acf-field-manage-terms .select2-container--open .select2-selection__arrow:after,
.acf-admin-page .acf-field-edit-terms .select2-container--open .select2-selection__arrow:after,
@ -1376,7 +1388,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
flex-direction: column-reverse;
top: 0;
border-radius: 6px 6px 0 0;
z-index: 1030;
z-index: 99999;
}
.select2-container.select2-container--open.acf-admin-page .field-type-select-results {
box-shadow: 0px 0px 0px 3px #EBF5FA, 0px 8px 24px 4px rgba(16, 24, 40, 0.12);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2274,8 +2274,8 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
* Headings
*
*---------------------------------------------------------------------------------------------*/
.acf-h1, #tmpl-acf-field-group-pro-features h1,
#acf-field-group-pro-features h1, .acf-admin-page h1,
.acf-h1, .acf-admin-page #tmpl-acf-field-group-pro-features h1,
.acf-admin-page #acf-field-group-pro-features h1, .acf-admin-page h1,
.acf-headerbar h1 {
font-size: 21px;
font-weight: 400;
@ -2932,6 +2932,7 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
.acf-admin-page .acf-field-permalink-rewrite .select2-container.-acf,
.acf-admin-page .acf-field-query-var .select2-container.-acf,
.acf-admin-page .acf-field-capability .select2-container.-acf,
.acf-admin-page .acf-field-parent-slug .select2-container.-acf,
.acf-admin-page .acf-field-data-storage .select2-container.-acf,
.acf-admin-page .acf-field-manage-terms .select2-container.-acf,
.acf-admin-page .acf-field-edit-terms .select2-container.-acf,
@ -2944,6 +2945,7 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
.acf-admin-page .acf-field-permalink-rewrite .select2-container--default .select2-selection--single .select2-selection__rendered,
.acf-admin-page .acf-field-query-var .select2-container--default .select2-selection--single .select2-selection__rendered,
.acf-admin-page .acf-field-capability .select2-container--default .select2-selection--single .select2-selection__rendered,
.acf-admin-page .acf-field-parent-slug .select2-container--default .select2-selection--single .select2-selection__rendered,
.acf-admin-page .acf-field-data-storage .select2-container--default .select2-selection--single .select2-selection__rendered,
.acf-admin-page .acf-field-manage-terms .select2-container--default .select2-selection--single .select2-selection__rendered,
.acf-admin-page .acf-field-edit-terms .select2-container--default .select2-selection--single .select2-selection__rendered,
@ -2964,6 +2966,7 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
.acf-admin-page .acf-field-permalink-rewrite .select2-container--default .select2-selection--single .field-type-icon,
.acf-admin-page .acf-field-query-var .select2-container--default .select2-selection--single .field-type-icon,
.acf-admin-page .acf-field-capability .select2-container--default .select2-selection--single .field-type-icon,
.acf-admin-page .acf-field-parent-slug .select2-container--default .select2-selection--single .field-type-icon,
.acf-admin-page .acf-field-data-storage .select2-container--default .select2-selection--single .field-type-icon,
.acf-admin-page .acf-field-manage-terms .select2-container--default .select2-selection--single .field-type-icon,
.acf-admin-page .acf-field-edit-terms .select2-container--default .select2-selection--single .field-type-icon,
@ -2979,6 +2982,7 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
.acf-admin-page .acf-field-permalink-rewrite .select2-container--default .select2-selection--single .field-type-icon:before,
.acf-admin-page .acf-field-query-var .select2-container--default .select2-selection--single .field-type-icon:before,
.acf-admin-page .acf-field-capability .select2-container--default .select2-selection--single .field-type-icon:before,
.acf-admin-page .acf-field-parent-slug .select2-container--default .select2-selection--single .field-type-icon:before,
.acf-admin-page .acf-field-data-storage .select2-container--default .select2-selection--single .field-type-icon:before,
.acf-admin-page .acf-field-manage-terms .select2-container--default .select2-selection--single .field-type-icon:before,
.acf-admin-page .acf-field-edit-terms .select2-container--default .select2-selection--single .field-type-icon:before,
@ -2992,6 +2996,7 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
.acf-admin-page .acf-field-permalink-rewrite .select2-container--open .select2-selection__rendered,
.acf-admin-page .acf-field-query-var .select2-container--open .select2-selection__rendered,
.acf-admin-page .acf-field-capability .select2-container--open .select2-selection__rendered,
.acf-admin-page .acf-field-parent-slug .select2-container--open .select2-selection__rendered,
.acf-admin-page .acf-field-data-storage .select2-container--open .select2-selection__rendered,
.acf-admin-page .acf-field-manage-terms .select2-container--open .select2-selection__rendered,
.acf-admin-page .acf-field-edit-terms .select2-container--open .select2-selection__rendered,
@ -3005,6 +3010,7 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
.acf-admin-page .acf-field-permalink-rewrite .select2-container--open.select2-container--below .select2-selection__rendered,
.acf-admin-page .acf-field-query-var .select2-container--open.select2-container--below .select2-selection__rendered,
.acf-admin-page .acf-field-capability .select2-container--open.select2-container--below .select2-selection__rendered,
.acf-admin-page .acf-field-parent-slug .select2-container--open.select2-container--below .select2-selection__rendered,
.acf-admin-page .acf-field-data-storage .select2-container--open.select2-container--below .select2-selection__rendered,
.acf-admin-page .acf-field-manage-terms .select2-container--open.select2-container--below .select2-selection__rendered,
.acf-admin-page .acf-field-edit-terms .select2-container--open.select2-container--below .select2-selection__rendered,
@ -3018,6 +3024,7 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
.acf-admin-page .acf-field-permalink-rewrite .select2-container--open.select2-container--above .select2-selection__rendered,
.acf-admin-page .acf-field-query-var .select2-container--open.select2-container--above .select2-selection__rendered,
.acf-admin-page .acf-field-capability .select2-container--open.select2-container--above .select2-selection__rendered,
.acf-admin-page .acf-field-parent-slug .select2-container--open.select2-container--above .select2-selection__rendered,
.acf-admin-page .acf-field-data-storage .select2-container--open.select2-container--above .select2-selection__rendered,
.acf-admin-page .acf-field-manage-terms .select2-container--open.select2-container--above .select2-selection__rendered,
.acf-admin-page .acf-field-edit-terms .select2-container--open.select2-container--above .select2-selection__rendered,
@ -3033,6 +3040,7 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
.acf-admin-page .acf-field-permalink-rewrite .acf-selection.has-icon,
.acf-admin-page .acf-field-query-var .acf-selection.has-icon,
.acf-admin-page .acf-field-capability .acf-selection.has-icon,
.acf-admin-page .acf-field-parent-slug .acf-selection.has-icon,
.acf-admin-page .acf-field-data-storage .acf-selection.has-icon,
.acf-admin-page .acf-field-manage-terms .acf-selection.has-icon,
.acf-admin-page .acf-field-edit-terms .acf-selection.has-icon,
@ -3041,7 +3049,7 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
.acf-admin-page .acf-field-meta-box .acf-selection.has-icon {
margin-left: 6px;
}
.rtl.acf-admin-page .acf-field-setting-type .acf-selection.has-icon, .acf-admin-page .acf-field-permalink-rewrite .acf-selection.has-icon, .acf-admin-page .acf-field-query-var .acf-selection.has-icon, .acf-admin-page .acf-field-capability .acf-selection.has-icon, .acf-admin-page .acf-field-data-storage .acf-selection.has-icon, .acf-admin-page .acf-field-manage-terms .acf-selection.has-icon, .acf-admin-page .acf-field-edit-terms .acf-selection.has-icon, .acf-admin-page .acf-field-delete-terms .acf-selection.has-icon, .acf-admin-page .acf-field-assign-terms .acf-selection.has-icon, .acf-admin-page .acf-field-meta-box .acf-selection.has-icon {
.rtl.acf-admin-page .acf-field-setting-type .acf-selection.has-icon, .acf-admin-page .acf-field-permalink-rewrite .acf-selection.has-icon, .acf-admin-page .acf-field-query-var .acf-selection.has-icon, .acf-admin-page .acf-field-capability .acf-selection.has-icon, .acf-admin-page .acf-field-parent-slug .acf-selection.has-icon, .acf-admin-page .acf-field-data-storage .acf-selection.has-icon, .acf-admin-page .acf-field-manage-terms .acf-selection.has-icon, .acf-admin-page .acf-field-edit-terms .acf-selection.has-icon, .acf-admin-page .acf-field-delete-terms .acf-selection.has-icon, .acf-admin-page .acf-field-assign-terms .acf-selection.has-icon, .acf-admin-page .acf-field-meta-box .acf-selection.has-icon {
margin-right: 6px;
}
@ -3049,6 +3057,7 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
.acf-admin-page .acf-field-permalink-rewrite .select2-selection__arrow,
.acf-admin-page .acf-field-query-var .select2-selection__arrow,
.acf-admin-page .acf-field-capability .select2-selection__arrow,
.acf-admin-page .acf-field-parent-slug .select2-selection__arrow,
.acf-admin-page .acf-field-data-storage .select2-selection__arrow,
.acf-admin-page .acf-field-manage-terms .select2-selection__arrow,
.acf-admin-page .acf-field-edit-terms .select2-selection__arrow,
@ -3065,6 +3074,7 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
.acf-admin-page .acf-field-permalink-rewrite .select2-selection__arrow:after,
.acf-admin-page .acf-field-query-var .select2-selection__arrow:after,
.acf-admin-page .acf-field-capability .select2-selection__arrow:after,
.acf-admin-page .acf-field-parent-slug .select2-selection__arrow:after,
.acf-admin-page .acf-field-data-storage .select2-selection__arrow:after,
.acf-admin-page .acf-field-manage-terms .select2-selection__arrow:after,
.acf-admin-page .acf-field-edit-terms .select2-selection__arrow:after,
@ -3098,6 +3108,7 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
.acf-admin-page .acf-field-permalink-rewrite .select2-selection__arrow b[role=presentation],
.acf-admin-page .acf-field-query-var .select2-selection__arrow b[role=presentation],
.acf-admin-page .acf-field-capability .select2-selection__arrow b[role=presentation],
.acf-admin-page .acf-field-parent-slug .select2-selection__arrow b[role=presentation],
.acf-admin-page .acf-field-data-storage .select2-selection__arrow b[role=presentation],
.acf-admin-page .acf-field-manage-terms .select2-selection__arrow b[role=presentation],
.acf-admin-page .acf-field-edit-terms .select2-selection__arrow b[role=presentation],
@ -3110,6 +3121,7 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
.acf-admin-page .acf-field-permalink-rewrite .select2-container--open .select2-selection__arrow:after,
.acf-admin-page .acf-field-query-var .select2-container--open .select2-selection__arrow:after,
.acf-admin-page .acf-field-capability .select2-container--open .select2-selection__arrow:after,
.acf-admin-page .acf-field-parent-slug .select2-container--open .select2-selection__arrow:after,
.acf-admin-page .acf-field-data-storage .select2-container--open .select2-selection__arrow:after,
.acf-admin-page .acf-field-manage-terms .select2-container--open .select2-selection__arrow:after,
.acf-admin-page .acf-field-edit-terms .select2-container--open .select2-selection__arrow:after,
@ -3131,7 +3143,7 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
flex-direction: column-reverse;
top: 0;
border-radius: 6px 6px 0 0;
z-index: 1030;
z-index: 99999;
}
.select2-container.select2-container--open.acf-admin-page .field-type-select-results {
box-shadow: 0px 0px 0px 3px #EBF5FA, 0px 8px 24px 4px rgba(16, 24, 40, 0.12);
@ -5546,8 +5558,8 @@ h3.acf-sub-field-list-title:before,
* Upsell block
*
*--------------------------------------------------------------------------------------------*/
#tmpl-acf-field-group-pro-features,
#acf-field-group-pro-features {
.acf-admin-page #tmpl-acf-field-group-pro-features,
.acf-admin-page #acf-field-group-pro-features {
display: none;
align-items: center;
min-height: 120px;
@ -5562,31 +5574,31 @@ h3.acf-sub-field-list-title:before,
margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
#tmpl-acf-field-group-pro-features,
#acf-field-group-pro-features {
.acf-admin-page #tmpl-acf-field-group-pro-features,
.acf-admin-page #acf-field-group-pro-features {
background-size: 1024px, 980px;
background-position: left top, -500px -200px;
}
}
@media screen and (max-width: 1200px) {
#tmpl-acf-field-group-pro-features,
#acf-field-group-pro-features {
.acf-admin-page #tmpl-acf-field-group-pro-features,
.acf-admin-page #acf-field-group-pro-features {
background-size: 1024px, 1880px;
background-position: left top, -520px -300px;
}
}
#tmpl-acf-field-group-pro-features .postbox-header,
#acf-field-group-pro-features .postbox-header {
.acf-admin-page #tmpl-acf-field-group-pro-features .postbox-header,
.acf-admin-page #acf-field-group-pro-features .postbox-header {
display: none;
}
#tmpl-acf-field-group-pro-features .inside,
#acf-field-group-pro-features .inside {
.acf-admin-page #tmpl-acf-field-group-pro-features .inside,
.acf-admin-page #acf-field-group-pro-features .inside {
width: 100%;
border: none;
padding: 0;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper {
display: flex;
justify-content: center;
align-content: stretch;
@ -5598,54 +5610,54 @@ h3.acf-sub-field-list-title:before,
padding: 0 35px;
}
@media screen and (max-width: 1200px) {
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper {
gap: 48px;
}
}
@media screen and (max-width: 768px) {
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper {
gap: 0;
}
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title,
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title,
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm {
font-weight: 590;
line-height: 150%;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title .acf-pro-label,
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm .acf-pro-label,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title .acf-pro-label,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm .acf-pro-label {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title .acf-pro-label,
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm .acf-pro-label,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title .acf-pro-label,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm .acf-pro-label {
font-weight: normal;
margin-top: -4px;
margin-left: 2px;
vertical-align: middle;
height: 22px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm {
display: none;
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm {
display: none !important;
font-size: 18px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm .acf-pro-label,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm .acf-pro-label {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm .acf-pro-label,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm .acf-pro-label {
font-size: 10px;
height: 20px;
}
@media screen and (max-width: 768px) {
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm {
width: 100%;
text-align: center;
}
}
@media screen and (max-width: 768px) {
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper {
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
@ -5654,20 +5666,20 @@ h3.acf-sub-field-list-title:before,
padding: 32px 32px 0 32px;
height: unset;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm {
display: block;
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-title-sm {
display: block !important;
margin-bottom: 24px;
}
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content {
display: flex;
flex-direction: column;
width: 416px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content .acf-field-group-pro-features-desc,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content .acf-field-group-pro-features-desc {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content .acf-field-group-pro-features-desc,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content .acf-field-group-pro-features-desc {
margin-top: 8px;
margin-bottom: 24px;
font-size: 15px;
@ -5675,22 +5687,22 @@ h3.acf-sub-field-list-title:before,
color: #D0D5DD;
}
@media screen and (max-width: 768px) {
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content {
width: 100%;
order: 1;
margin-right: 0;
margin-bottom: 8px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content .acf-field-group-pro-features-title,
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content .acf-field-group-pro-features-desc,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content .acf-field-group-pro-features-title,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content .acf-field-group-pro-features-desc {
display: none;
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content .acf-field-group-pro-features-title,
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content .acf-field-group-pro-features-desc,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content .acf-field-group-pro-features-title,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-content .acf-field-group-pro-features-desc {
display: none !important;
}
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-actions,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-actions {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-actions,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-actions {
display: flex;
flex-direction: row;
align-items: flex-start;
@ -5698,29 +5710,29 @@ h3.acf-sub-field-list-title:before,
gap: 12px;
}
@media screen and (max-width: 768px) {
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-actions,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-actions {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-actions,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-actions {
justify-content: flex-start;
flex-direction: column;
margin-bottom: 24px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-actions a,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-actions a {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-actions a,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-actions a {
justify-content: center;
text-align: center;
width: 100%;
}
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 16px;
width: 416px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature {
display: flex;
flex-direction: column;
justify-content: center;
@ -5732,38 +5744,38 @@ h3.acf-sub-field-list-title:before,
backdrop-filter: blur(6px);
border-radius: 8px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon {
border: none;
background: none;
width: 24px;
opacity: 0.8;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon::before,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon::before {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon::before,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon::before {
background-color: #fff;
width: 20px;
height: 20px;
}
@media screen and (max-width: 1200px) {
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon::before,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon::before {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon::before,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon::before {
width: 18px;
height: 18px;
}
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .pro-feature-blocks::before,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .pro-feature-blocks::before {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .pro-feature-blocks::before,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .pro-feature-blocks::before {
-webkit-mask-image: url("../../images/icons/icon-extended-menu.svg");
mask-image: url("../../images/icons/icon-extended-menu.svg");
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .pro-feature-options-pages::before,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .pro-feature-options-pages::before {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .pro-feature-options-pages::before,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .pro-feature-options-pages::before {
-webkit-mask-image: url("../../images/icons/icon-settings.svg");
mask-image: url("../../images/icons/icon-settings.svg");
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label {
margin-top: 4px;
font-size: 13px;
font-weight: 300;
@ -5771,33 +5783,33 @@ h3.acf-sub-field-list-title:before,
color: #fff;
}
@media screen and (max-width: 1200px) {
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid {
flex-direction: column;
gap: 8px;
width: 288px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature {
width: 100%;
height: 40px;
flex-direction: row;
justify-content: unset;
gap: 8px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon {
position: initial;
margin-left: 16px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label {
margin-top: 0;
}
}
@media screen and (max-width: 768px) {
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid {
gap: 0;
width: 100%;
height: auto;
@ -5805,8 +5817,8 @@ h3.acf-sub-field-list-title:before,
flex-direction: unset;
flex-wrap: wrap;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature {
flex: 1 0 50%;
margin-bottom: 8px;
width: auto;
@ -5816,28 +5828,28 @@ h3.acf-sub-field-list-title:before,
box-shadow: none;
backdrop-filter: none;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label {
margin-left: 2px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon {
position: initial;
margin-left: 0;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon:before,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon:before {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon:before,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-icon:before {
height: 16px;
width: 16px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label,
#acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-wrapper .acf-field-group-pro-features-grid .acf-field-group-pro-feature .field-type-label {
font-size: 12px;
margin-top: 0;
}
}
#tmpl-acf-field-group-pro-features h1,
#acf-field-group-pro-features h1 {
.acf-admin-page #tmpl-acf-field-group-pro-features h1,
.acf-admin-page #acf-field-group-pro-features h1 {
margin-top: 0;
margin-bottom: 4px;
padding-top: 0;
@ -5845,12 +5857,12 @@ h3.acf-sub-field-list-title:before,
font-weight: bold;
color: #F9FAFB;
}
#tmpl-acf-field-group-pro-features h1 .acf-icon,
#acf-field-group-pro-features h1 .acf-icon {
.acf-admin-page #tmpl-acf-field-group-pro-features h1 .acf-icon,
.acf-admin-page #acf-field-group-pro-features h1 .acf-icon {
margin-right: 8px;
}
#tmpl-acf-field-group-pro-features .acf-btn,
#acf-field-group-pro-features .acf-btn {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-btn,
.acf-admin-page #acf-field-group-pro-features .acf-btn {
display: inline-flex;
background-color: rgba(255, 255, 255, 0.1);
border: none;
@ -5859,17 +5871,17 @@ h3.acf-sub-field-list-title:before,
padding: 8px 24px;
height: 48px;
}
#tmpl-acf-field-group-pro-features .acf-btn:hover,
#acf-field-group-pro-features .acf-btn:hover {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-btn:hover,
.acf-admin-page #acf-field-group-pro-features .acf-btn:hover {
background-color: rgba(255, 255, 255, 0.2);
}
#tmpl-acf-field-group-pro-features .acf-btn .acf-icon,
#acf-field-group-pro-features .acf-btn .acf-icon {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-btn .acf-icon,
.acf-admin-page #acf-field-group-pro-features .acf-btn .acf-icon {
margin-right: -2px;
margin-left: 6px;
}
#tmpl-acf-field-group-pro-features .acf-btn.acf-pro-features-upgrade,
#acf-field-group-pro-features .acf-btn.acf-pro-features-upgrade {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-btn.acf-pro-features-upgrade,
.acf-admin-page #acf-field-group-pro-features .acf-btn.acf-pro-features-upgrade {
background: linear-gradient(90.52deg, #3E8BFF 0.44%, #A45CFF 113.3%);
background-size: 160% 80%;
background-position: 100% 0;
@ -5877,12 +5889,12 @@ h3.acf-sub-field-list-title:before,
border-radius: 6px;
transition: background-position 0.5s;
}
#tmpl-acf-field-group-pro-features .acf-btn.acf-pro-features-upgrade:hover,
#acf-field-group-pro-features .acf-btn.acf-pro-features-upgrade:hover {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-btn.acf-pro-features-upgrade:hover,
.acf-admin-page #acf-field-group-pro-features .acf-btn.acf-pro-features-upgrade:hover {
background-position: 0 0;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap,
#acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap {
height: 48px;
background: rgba(16, 24, 40, 0.4);
backdrop-filter: blur(6px);
@ -5894,8 +5906,8 @@ h3.acf-sub-field-list-title:before,
font-weight: 300;
padding: 0 35px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-footer,
#acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-footer {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-footer,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-footer {
display: flex;
align-items: center;
justify-content: space-between;
@ -5903,50 +5915,50 @@ h3.acf-sub-field-list-title:before,
height: 48px;
margin: 0 auto;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-wpengine-logo,
#acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-wpengine-logo {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-wpengine-logo,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-wpengine-logo {
height: 16px;
vertical-align: middle;
margin-top: -2px;
margin-left: 3px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap a,
#acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap a {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap a,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap a {
color: #98A2B3;
text-decoration: none;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap a:hover,
#acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap a:hover {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap a:hover,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap a:hover {
color: #D0D5DD;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap a .acf-icon,
#acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap a .acf-icon {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap a .acf-icon,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap a .acf-icon {
width: 18px;
height: 18px;
margin-left: 4px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-more-tools-from-wpengine a,
#acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-more-tools-from-wpengine a {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-more-tools-from-wpengine a,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-more-tools-from-wpengine a {
display: inline-flex;
align-items: center;
}
@media screen and (max-width: 768px) {
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap,
#acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap {
height: 70px;
font-size: 12px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-more-tools-from-wpengine,
#acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-more-tools-from-wpengine {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-more-tools-from-wpengine,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-more-tools-from-wpengine {
display: none;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-footer,
#acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-footer {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-footer,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-footer {
justify-content: center;
height: 70px;
}
#tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-footer .acf-field-group-pro-features-wpengine-logo,
#acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-footer .acf-field-group-pro-features-wpengine-logo {
.acf-admin-page #tmpl-acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-footer .acf-field-group-pro-features-wpengine-logo,
.acf-admin-page #acf-field-group-pro-features .acf-field-group-pro-features-footer-wrap .acf-field-group-pro-features-footer .acf-field-group-pro-features-wpengine-logo {
clear: both;
margin: 6px auto 0 auto;
display: block;
@ -6220,6 +6232,10 @@ h3.acf-sub-field-list-title:before,
color: #667085;
}
.acf-menu-position-desc-child {
display: none;
}
/*---------------------------------------------------------------------------------------------
*
* Field picker modal

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -660,6 +660,34 @@ html[dir=rtl] .acf-gallery .acf-gallery-side-data th.label {
position: relative;
}
.acf-admin-single-options-page .select2-dropdown {
border-color: #6BB5D8 !important;
margin-top: -5px;
overflow: hidden;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
}
.acf-admin-single-options-page .select2-dropdown.select2-dropdown--above {
margin-top: 0;
}
.acf-admin-single-options-page .select2-container--default .select2-results__option[aria-selected=true] {
background-color: #F9FAFB !important;
color: #667085;
}
.acf-admin-single-options-page .select2-container--default .select2-results__option[aria-selected=true]:hover {
color: #399CCB;
}
.acf-admin-single-options-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
color: #fff !important;
background-color: #0783BE !important;
}
.acf-admin-single-options-page .select2-dropdown .select2-results__option {
margin-bottom: 0;
}
.acf-create-options-page-popup ~ .select2-container {
z-index: 999999999;
}
/*-----------------------------------------------------------------------------
*
* ACF Blocks

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,11 @@
/******/ (() => { // webpackBootstrap
/******/ (function() { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "./src/advanced-custom-fields-pro/assets/src/js/_browse-fields-modal.js":
/*!******************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_browse-fields-modal.js ***!
\******************************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
@ -284,7 +284,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
/*!************************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_field-group-compatibility.js ***!
\************************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var _acf = acf.getCompatibility(acf);
@ -509,7 +509,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
/*!*********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_field-group-conditions.js ***!
\*********************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
/**
@ -882,7 +882,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
/*!****************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_field-group-field.js ***!
\****************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
acf.FieldObject = acf.Model.extend({
@ -1805,7 +1805,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
/*!*****************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_field-group-fields.js ***!
\*****************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
/**
@ -2268,7 +2268,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
/*!********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_field-group-locations.js ***!
\********************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
/**
@ -2401,7 +2401,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
/*!*******************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_field-group-settings.js ***!
\*******************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
/**
@ -2688,7 +2688,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
/*!**********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_field-group.js ***!
\**********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
/**
@ -2722,7 +2722,8 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
acf.add_filter('select2_ajax_data', this.setBidirectionalSelect2AjaxDataArgs);
},
setBidirectionalSelect2Args: function (args, $select, settings, field, instance) {
if (field.data('key') !== 'bidirectional_target') return args;
var _field$data;
if ((field === null || field === void 0 || (_field$data = field.data) === null || _field$data === void 0 ? void 0 : _field$data.call(field, 'key')) !== 'bidirectional_target') return args;
args.dropdownCssClass = 'field-type-select-results';
args.templateResult = function (selection) {
if ('undefined' !== typeof selection.element) {
@ -2991,12 +2992,12 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
/*!*******************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
\*******************************************************************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": () => (/* binding */ _defineProperty)
/* harmony export */ "default": function() { return /* binding */ _defineProperty; }
/* harmony export */ });
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js");
@ -3021,12 +3022,12 @@ function _defineProperty(obj, key, value) {
/*!****************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js ***!
\****************************************************************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": () => (/* binding */ _toPrimitive)
/* harmony export */ "default": function() { return /* binding */ _toPrimitive; }
/* harmony export */ });
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "./node_modules/@babel/runtime/helpers/esm/typeof.js");
@ -3047,12 +3048,12 @@ function _toPrimitive(input, hint) {
/*!******************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js ***!
\******************************************************************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": () => (/* binding */ _toPropertyKey)
/* harmony export */ "default": function() { return /* binding */ _toPropertyKey; }
/* harmony export */ });
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "./node_modules/@babel/runtime/helpers/esm/typeof.js");
/* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./toPrimitive.js */ "./node_modules/@babel/runtime/helpers/esm/toPrimitive.js");
@ -3069,12 +3070,12 @@ function _toPropertyKey(arg) {
/*!***********************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/esm/typeof.js ***!
\***********************************************************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": () => (/* binding */ _typeof)
/* harmony export */ "default": function() { return /* binding */ _typeof; }
/* harmony export */ });
function _typeof(obj) {
"@babel/helpers - typeof";
@ -3116,49 +3117,49 @@ function _typeof(obj) {
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat get default export */
/******/ (() => {
/******/ !function() {
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = (module) => {
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ () => (module['default']) :
/******/ () => (module);
/******/ function() { return module['default']; } :
/******/ function() { return module; };
/******/ __webpack_require__.d(getter, { a: getter });
/******/ return getter;
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ (() => {
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ __webpack_require__.d = (exports, definition) => {
/******/ __webpack_require__.d = function(exports, definition) {
/******/ for(var key in definition) {
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
/******/ (() => {
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
/******/ })();
/******/ !function() {
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ (() => {
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ })();
/******/ }();
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
(() => {
!function() {
"use strict";
/*!*************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/acf-field-group.js ***!
@ -3187,8 +3188,7 @@ __webpack_require__.r(__webpack_exports__);
})();
}();
/******/ })()
;
//# sourceMappingURL=acf-field-group.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,11 @@
/******/ (() => { // webpackBootstrap
/******/ (function() { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "./src/advanced-custom-fields-pro/assets/src/js/_acf-compatibility.js":
/*!****************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-compatibility.js ***!
\****************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
/**
@ -706,7 +706,7 @@
/*!******************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-condition-types.js ***!
\******************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var __ = acf.__;
@ -1134,7 +1134,7 @@
/*!************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-condition.js ***!
\************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
// vars
@ -1385,7 +1385,7 @@
/*!*************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-conditions.js ***!
\*************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
// vars
@ -1675,7 +1675,7 @@
/*!******************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-accordion.js ***!
\******************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var i = 0;
@ -1906,7 +1906,7 @@
/*!*********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-button-group.js ***!
\*********************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -1950,7 +1950,7 @@
/*!*****************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-checkbox.js ***!
\*****************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -2054,7 +2054,7 @@
/*!*********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-color-picker.js ***!
\*********************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -2124,7 +2124,7 @@
/*!********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-date-picker.js ***!
\********************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -2277,7 +2277,7 @@
/*!*************************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-date-time-picker.js ***!
\*************************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.models.DatePickerField.extend({
@ -2374,7 +2374,7 @@
/*!*************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-file.js ***!
\*************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.models.ImageField.extend({
@ -2489,7 +2489,7 @@
/*!*******************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-google-map.js ***!
\*******************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -3041,7 +3041,7 @@
/*!**************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-image.js ***!
\**************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -3217,7 +3217,7 @@
/*!*************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-link.js ***!
\*************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -3394,7 +3394,7 @@
/*!***************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-oembed.js ***!
\***************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -3538,7 +3538,7 @@
/*!******************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-page-link.js ***!
\******************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.models.SelectField.extend({
@ -3553,7 +3553,7 @@
/*!********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-post-object.js ***!
\********************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.models.SelectField.extend({
@ -3568,7 +3568,7 @@
/*!**************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-radio.js ***!
\**************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -3633,7 +3633,7 @@
/*!**************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-range.js ***!
\**************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -3674,7 +3674,7 @@
/*!*********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-relationship.js ***!
\*********************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -4020,7 +4020,7 @@
/*!***************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-select.js ***!
\***************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -4081,7 +4081,7 @@
/*!************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-tab.js ***!
\************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
// vars
@ -4095,15 +4095,34 @@
duplicateField: 'onDuplicate'
},
findFields: function () {
let filter = '.acf-field';
if (this.get('key') === 'acf_field_settings_tabs') {
filter = '.acf-field-settings-main';
}
if (this.get('key') === 'acf_field_group_settings_tabs') {
filter = '.field-group-settings-tab';
}
if (this.get('key') === 'acf_browse_fields_tabs') {
filter = '.acf-field-types-tab';
let filter;
/**
* Tabs in the admin UI that can be extended by third
* parties have the child settings wrapped inside an extra div,
* so we need to look for that instead of an adjacent .acf-field.
*/
switch (this.get('key')) {
case 'acf_field_settings_tabs':
filter = '.acf-field-settings-main';
break;
case 'acf_field_group_settings_tabs':
filter = '.field-group-settings-tab';
break;
case 'acf_browse_fields_tabs':
filter = '.acf-field-types-tab';
break;
case 'acf_post_type_tabs':
filter = '.acf-post-type-advanced-settings';
break;
case 'acf_taxonomy_tabs':
filter = '.acf-taxonomy-advanced-settings';
break;
case 'acf_ui_options_page_tabs':
filter = '.acf-ui-options-page-advanced-settings';
break;
default:
filter = '.acf-field';
}
return this.$el.nextUntil('.acf-field-tab', filter);
},
@ -4553,7 +4572,7 @@
/*!*****************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-taxonomy.js ***!
\*****************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -4837,7 +4856,7 @@
/*!********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-time-picker.js ***!
\********************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.models.DatePickerField.extend({
@ -4912,7 +4931,7 @@
/*!*******************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-true-false.js ***!
\*******************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -4996,7 +5015,7 @@
/*!************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-url.js ***!
\************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -5056,7 +5075,7 @@
/*!*************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-user.js ***!
\*************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.models.SelectField.extend({
@ -5081,7 +5100,7 @@
/*!****************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-wysiwyg.js ***!
\****************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Field = acf.Field.extend({
@ -5176,7 +5195,7 @@
/*!********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field.js ***!
\********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
// vars
@ -5669,7 +5688,7 @@
/*!*********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-fields.js ***!
\*********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
/**
@ -6069,7 +6088,7 @@
/*!**********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-helpers.js ***!
\**********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
/**
@ -6443,7 +6462,7 @@
/*!********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-media.js ***!
\********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
/**
@ -7199,7 +7218,7 @@
/*!**********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-postbox.js ***!
\**********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
/**
@ -7416,7 +7435,7 @@
/*!*********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-screen.js ***!
\*********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
acf.screen = new acf.Model({
@ -7964,7 +7983,7 @@
/*!**********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-select2.js ***!
\**********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
/**
@ -8752,7 +8771,7 @@
/*!**********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-tinymce.js ***!
\**********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
acf.tinymce = {
@ -9131,7 +9150,7 @@
/*!*********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-unload.js ***!
\*********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
acf.unload = new acf.Model({
@ -9186,7 +9205,7 @@
/*!*************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-validation.js ***!
\*************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
/**
@ -10296,7 +10315,7 @@
}
}).then(function () {
return savePost.apply(_this, _args);
}).catch(function (err) {
}, err => {
// Nothing to do here, user is alerted of validation issues.
});
};
@ -10334,49 +10353,49 @@
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat get default export */
/******/ (() => {
/******/ !function() {
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = (module) => {
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ () => (module['default']) :
/******/ () => (module);
/******/ function() { return module['default']; } :
/******/ function() { return module; };
/******/ __webpack_require__.d(getter, { a: getter });
/******/ return getter;
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ (() => {
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ __webpack_require__.d = (exports, definition) => {
/******/ __webpack_require__.d = function(exports, definition) {
/******/ for(var key in definition) {
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
/******/ (() => {
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
/******/ })();
/******/ !function() {
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ (() => {
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ })();
/******/ }();
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
(() => {
!function() {
"use strict";
/*!*******************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/acf-input.js ***!
@ -10496,8 +10515,7 @@ __webpack_require__.r(__webpack_exports__);
})();
}();
/******/ })()
;
//# sourceMappingURL=acf-input.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,11 @@
/******/ (() => { // webpackBootstrap
/******/ (function() { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "./src/advanced-custom-fields-pro/assets/src/js/_acf-internal-post-type.js":
/*!*********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-internal-post-type.js ***!
\*********************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
/**
@ -344,49 +344,49 @@
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat get default export */
/******/ (() => {
/******/ !function() {
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = (module) => {
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ () => (module['default']) :
/******/ () => (module);
/******/ function() { return module['default']; } :
/******/ function() { return module; };
/******/ __webpack_require__.d(getter, { a: getter });
/******/ return getter;
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ (() => {
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ __webpack_require__.d = (exports, definition) => {
/******/ __webpack_require__.d = function(exports, definition) {
/******/ for(var key in definition) {
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
/******/ (() => {
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
/******/ })();
/******/ !function() {
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ (() => {
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ })();
/******/ }();
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
(() => {
!function() {
"use strict";
/*!********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/acf-internal-post-type.js ***!
@ -395,8 +395,7 @@ __webpack_require__.r(__webpack_exports__);
/* harmony import */ var _acf_internal_post_type_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./_acf-internal-post-type.js */ "./src/advanced-custom-fields-pro/assets/src/js/_acf-internal-post-type.js");
/* harmony import */ var _acf_internal_post_type_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_acf_internal_post_type_js__WEBPACK_IMPORTED_MODULE_0__);
})();
}();
/******/ })()
;
//# sourceMappingURL=acf-internal-post-type.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,11 @@
/******/ (() => { // webpackBootstrap
/******/ (function() { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "./src/advanced-custom-fields-pro/assets/src/js/_acf-hooks.js":
/*!********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-hooks.js ***!
\********************************************************************/
/***/ (() => {
/***/ (function() {
(function (window, undefined) {
'use strict';
@ -249,7 +249,7 @@
/*!********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-modal.js ***!
\********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
acf.models.Modal = acf.Model.extend({
@ -360,7 +360,7 @@
/*!********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-model.js ***!
\********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
// Cached regex to split keys for `addEvent`.
@ -1228,7 +1228,7 @@
/*!*********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-notice.js ***!
\*********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var Notice = acf.Model.extend({
@ -1376,7 +1376,7 @@
/*!********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-panel.js ***!
\********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
var panel = new acf.Model({
@ -1410,7 +1410,7 @@
/*!********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-popup.js ***!
\********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
acf.models.Popup = acf.Model.extend({
@ -1551,7 +1551,7 @@
/*!**********************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-tooltip.js ***!
\**********************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
acf.newTooltip = function (props) {
@ -1854,7 +1854,7 @@
/*!**************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf.js ***!
\**************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
/**
@ -4381,49 +4381,49 @@
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat get default export */
/******/ (() => {
/******/ !function() {
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = (module) => {
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ () => (module['default']) :
/******/ () => (module);
/******/ function() { return module['default']; } :
/******/ function() { return module; };
/******/ __webpack_require__.d(getter, { a: getter });
/******/ return getter;
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ (() => {
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ __webpack_require__.d = (exports, definition) => {
/******/ __webpack_require__.d = function(exports, definition) {
/******/ for(var key in definition) {
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
/******/ (() => {
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
/******/ })();
/******/ !function() {
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ (() => {
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ })();
/******/ }();
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
(() => {
!function() {
"use strict";
/*!*************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/acf.js ***!
@ -4453,8 +4453,7 @@ __webpack_require__.r(__webpack_exports__);
})();
}();
/******/ })()
;
//# sourceMappingURL=acf.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,11 @@
/******/ (() => { // webpackBootstrap
/******/ (function() { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-blocks.js":
/*!*************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-blocks.js ***!
\*************************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
@ -589,6 +589,10 @@ const md5 = __webpack_require__(/*! md5 */ "./node_modules/md5/md5.js");
function parseNodeAttr(nodeAttr) {
let name = nodeAttr.name;
let value = nodeAttr.value;
// Allow overrides for third party libraries who might use specific attributes.
let shortcut = acf.applyFilters('acf_blocks_parse_node_attr', false, nodeAttr);
if (shortcut) return shortcut;
switch (name) {
// Class.
case 'class':
@ -1596,7 +1600,7 @@ const md5 = __webpack_require__(/*! md5 */ "./node_modules/md5/md5.js");
/*!****************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-jsx-names.js ***!
\****************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
acf.jsxNameReplacements = {
@ -1910,7 +1914,7 @@ const md5 = __webpack_require__(/*! md5 */ "./node_modules/md5/md5.js");
/*!*****************************************!*\
!*** ./node_modules/charenc/charenc.js ***!
\*****************************************/
/***/ ((module) => {
/***/ (function(module) {
var charenc = {
// UTF-8 encoding
@ -1953,7 +1957,7 @@ module.exports = charenc;
/*!*************************************!*\
!*** ./node_modules/crypt/crypt.js ***!
\*************************************/
/***/ ((module) => {
/***/ (function(module) {
(function() {
var base64map
@ -2059,7 +2063,7 @@ module.exports = charenc;
/*!*****************************************!*\
!*** ./node_modules/is-buffer/index.js ***!
\*****************************************/
/***/ ((module) => {
/***/ (function(module) {
/*!
* Determine if an object is a Buffer
@ -2090,7 +2094,7 @@ function isSlowBuffer (obj) {
/*!*********************************!*\
!*** ./node_modules/md5/md5.js ***!
\*********************************/
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
(function(){
var crypt = __webpack_require__(/*! crypt */ "./node_modules/crypt/crypt.js"),
@ -2260,7 +2264,7 @@ function isSlowBuffer (obj) {
/*!*****************************************************!*\
!*** ./node_modules/react/cjs/react.development.js ***!
\*****************************************************/
/***/ ((module, exports, __webpack_require__) => {
/***/ (function(module, exports, __webpack_require__) {
"use strict";
/* module decorator */ module = __webpack_require__.nmd(module);
@ -5011,7 +5015,7 @@ if (
/*!*************************************!*\
!*** ./node_modules/react/index.js ***!
\*************************************/
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
"use strict";
@ -5027,12 +5031,12 @@ if (false) {} else {
/*!*******************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
\*******************************************************************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": () => (/* binding */ _defineProperty)
/* harmony export */ "default": function() { return /* binding */ _defineProperty; }
/* harmony export */ });
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js");
@ -5057,12 +5061,12 @@ function _defineProperty(obj, key, value) {
/*!****************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js ***!
\****************************************************************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": () => (/* binding */ _toPrimitive)
/* harmony export */ "default": function() { return /* binding */ _toPrimitive; }
/* harmony export */ });
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "./node_modules/@babel/runtime/helpers/esm/typeof.js");
@ -5083,12 +5087,12 @@ function _toPrimitive(input, hint) {
/*!******************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js ***!
\******************************************************************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": () => (/* binding */ _toPropertyKey)
/* harmony export */ "default": function() { return /* binding */ _toPropertyKey; }
/* harmony export */ });
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "./node_modules/@babel/runtime/helpers/esm/typeof.js");
/* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./toPrimitive.js */ "./node_modules/@babel/runtime/helpers/esm/toPrimitive.js");
@ -5105,12 +5109,12 @@ function _toPropertyKey(arg) {
/*!***********************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/esm/typeof.js ***!
\***********************************************************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": () => (/* binding */ _typeof)
/* harmony export */ "default": function() { return /* binding */ _typeof; }
/* harmony export */ });
function _typeof(obj) {
"@babel/helpers - typeof";
@ -5155,58 +5159,58 @@ function _typeof(obj) {
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat get default export */
/******/ (() => {
/******/ !function() {
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = (module) => {
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ () => (module['default']) :
/******/ () => (module);
/******/ function() { return module['default']; } :
/******/ function() { return module; };
/******/ __webpack_require__.d(getter, { a: getter });
/******/ return getter;
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ (() => {
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ __webpack_require__.d = (exports, definition) => {
/******/ __webpack_require__.d = function(exports, definition) {
/******/ for(var key in definition) {
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
/******/ (() => {
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
/******/ })();
/******/ !function() {
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ (() => {
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/node module decorator */
/******/ (() => {
/******/ __webpack_require__.nmd = (module) => {
/******/ !function() {
/******/ __webpack_require__.nmd = function(module) {
/******/ module.paths = [];
/******/ if (!module.children) module.children = [];
/******/ return module;
/******/ };
/******/ })();
/******/ }();
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
(() => {
!function() {
"use strict";
/*!****************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/acf-pro-blocks.js ***!
@ -5217,8 +5221,7 @@ __webpack_require__.r(__webpack_exports__);
/* harmony import */ var _acf_blocks_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./_acf-blocks.js */ "./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-blocks.js");
})();
}();
/******/ })()
;
//# sourceMappingURL=acf-pro-blocks.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,11 @@
/******/ (() => { // webpackBootstrap
/******/ (function() { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-setting-clone.js":
/*!********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-setting-clone.js ***!
\********************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($) {
/**
@ -152,7 +152,7 @@
/*!*******************************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-setting-flexible-content.js ***!
\*******************************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($) {
/**
@ -470,7 +470,7 @@
/*!***********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-setting-repeater.js ***!
\***********************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($) {
/*
@ -556,49 +556,49 @@
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat get default export */
/******/ (() => {
/******/ !function() {
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = (module) => {
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ () => (module['default']) :
/******/ () => (module);
/******/ function() { return module['default']; } :
/******/ function() { return module; };
/******/ __webpack_require__.d(getter, { a: getter });
/******/ return getter;
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ (() => {
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ __webpack_require__.d = (exports, definition) => {
/******/ __webpack_require__.d = function(exports, definition) {
/******/ for(var key in definition) {
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
/******/ (() => {
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
/******/ })();
/******/ !function() {
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ (() => {
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ })();
/******/ }();
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
(() => {
!function() {
"use strict";
/*!*********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/acf-pro-field-group.js ***!
@ -613,8 +613,7 @@ __webpack_require__.r(__webpack_exports__);
})();
}();
/******/ })()
;
//# sourceMappingURL=acf-pro-field-group.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,11 @@
/******/ (() => { // webpackBootstrap
/******/ (function() { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-field-flexible-content.js":
/*!*****************************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-field-flexible-content.js ***!
\*****************************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($) {
var Field = acf.Field.extend({
@ -592,7 +592,7 @@
/*!********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-field-gallery.js ***!
\********************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($) {
var Field = acf.Field.extend({
@ -1157,7 +1157,7 @@
/*!*********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-field-repeater.js ***!
\*********************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($) {
var Field = acf.Field.extend({
@ -2034,49 +2034,49 @@
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat get default export */
/******/ (() => {
/******/ !function() {
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = (module) => {
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ () => (module['default']) :
/******/ () => (module);
/******/ function() { return module['default']; } :
/******/ function() { return module; };
/******/ __webpack_require__.d(getter, { a: getter });
/******/ return getter;
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ (() => {
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ __webpack_require__.d = (exports, definition) => {
/******/ __webpack_require__.d = function(exports, definition) {
/******/ for(var key in definition) {
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
/******/ (() => {
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
/******/ })();
/******/ !function() {
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ (() => {
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ })();
/******/ }();
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
(() => {
!function() {
"use strict";
/*!***************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/acf-pro-input.js ***!
@ -2091,8 +2091,7 @@ __webpack_require__.r(__webpack_exports__);
})();
}();
/******/ })()
;
//# sourceMappingURL=acf-pro-input.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,45 +1,76 @@
/******/ (() => { // webpackBootstrap
/******/ (function() { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-ui-options-page.js":
/*!**********************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-ui-options-page.js ***!
\**********************************************************************************/
/***/ (() => {
/***/ (function() {
(function ($, undefined) {
const parentPageSelectTemplate = function (selection) {
if ('undefined' === typeof selection.element) {
return selection;
}
// Hides the optgroup for the "No Parent" option.
if (selection.children && 'None' === selection.text) {
return;
}
if ('acfOptionsPages' === selection.text) {
selection.text = acf.__('Options Pages');
}
return $('<span class="acf-selection"></span>').data('element', selection.element).html(acf.escHtml(selection.text));
};
const defaultPillTemplate = function (selection) {
if ('undefined' === typeof selection.element) {
return selection;
}
const $selection = $('<span class="acf-selection"></span>');
$selection.html(acf.escHtml(selection.element.innerHTML));
if (selection.id === 'options' || selection.id === 'edit_posts') {
$selection.append('<span class="acf-select2-default-pill">' + acf.__('Default') + '</span>');
}
$selection.data('element', selection.element);
return $selection;
};
const UIOptionsPageManager = new acf.Model({
id: 'UIOptionsPageManager',
wait: 'ready',
events: {},
events: {
'change .acf-options-page-parent_slug': 'toggleMenuPositionDesc'
},
initialize: function () {
if ('ui_options_page' !== acf.get('screen')) {
return;
}
// select2
const template = function (selection) {
if ('undefined' === typeof selection.element) {
return selection;
}
const $selection = $('<span class="acf-selection"></span>');
$selection.html(acf.escHtml(selection.element.innerHTML));
if (selection.id === 'options' || selection.id === 'edit_posts') {
$selection.append('<span class="acf-select2-default-pill">' + acf.__('Default') + '</span>');
}
$selection.data('element', selection.element);
return $selection;
};
acf.newSelect2($('select.acf-options-page-parent_slug'), {
field: false,
templateSelection: parentPageSelectTemplate,
templateResult: parentPageSelectTemplate,
dropdownCssClass: 'field-type-select-results'
});
acf.newSelect2($('select.acf-options-page-capability'), {
field: false,
templateSelection: template,
templateResult: template
templateSelection: defaultPillTemplate,
templateResult: defaultPillTemplate
});
acf.newSelect2($('select.acf-options-page-data_storage'), {
field: false,
templateSelection: template,
templateResult: template
templateSelection: defaultPillTemplate,
templateResult: defaultPillTemplate
});
this.toggleMenuPositionDesc();
},
toggleMenuPositionDesc: function (e, $el) {
const parentPage = $('select.acf-options-page-parent_slug').val();
if ('none' === parentPage) {
$('.acf-menu-position-desc-child').hide();
$('.acf-menu-position-desc-parent').show();
} else {
$('.acf-menu-position-desc-parent').hide();
$('.acf-menu-position-desc-child').show();
}
}
});
const optionsPageModalManager = new acf.Model({
@ -56,7 +87,8 @@
const getForm = function () {
const fieldGroupTitle = $('.acf-headerbar-title-field').val();
const ajaxData = {
action: 'acf/create_options_page'
action: 'acf/create_options_page',
acf_parent_page_choices: this.acf.data.acfParentPageChoices ? this.acf.data.acfParentPageChoices : []
};
if (fieldGroupTitle.length) {
ajaxData.field_group_title = fieldGroupTitle;
@ -81,6 +113,12 @@
const $pageTitle = popup.$el.find('#acf_ui_options_page-page_title');
const pageTitleVal = $pageTitle.val();
$pageTitle.focus().val('').val(pageTitleVal);
acf.newSelect2($('#acf_ui_options_page-parent_slug'), {
field: false,
templateSelection: parentPageSelectTemplate,
templateResult: parentPageSelectTemplate,
dropdownCssClass: 'field-type-select-results'
});
popup.on('submit', 'form', validateForm);
};
const validateForm = function (e) {
@ -164,49 +202,49 @@
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat get default export */
/******/ (() => {
/******/ !function() {
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = (module) => {
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ () => (module['default']) :
/******/ () => (module);
/******/ function() { return module['default']; } :
/******/ function() { return module; };
/******/ __webpack_require__.d(getter, { a: getter });
/******/ return getter;
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ (() => {
/******/ !function() {
/******/ // define getter functions for harmony exports
/******/ __webpack_require__.d = (exports, definition) => {
/******/ __webpack_require__.d = function(exports, definition) {
/******/ for(var key in definition) {
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
/******/ (() => {
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
/******/ })();
/******/ !function() {
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ (() => {
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ })();
/******/ }();
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
(() => {
!function() {
"use strict";
/*!*************************************************************************************!*\
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/acf-pro-ui-options-page.js ***!
@ -215,8 +253,7 @@ __webpack_require__.r(__webpack_exports__);
/* harmony import */ var _acf_ui_options_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./_acf-ui-options-page */ "./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-ui-options-page.js");
/* harmony import */ var _acf_ui_options_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_acf_ui_options_page__WEBPACK_IMPORTED_MODULE_0__);
})();
}();
/******/ })()
;
//# sourceMappingURL=acf-pro-ui-options-page.js.map

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
(()=>{var e={412:()=>{var e;e=jQuery,new acf.Model({id:"UIOptionsPageManager",wait:"ready",events:{},initialize:function(){if("ui_options_page"!==acf.get("screen"))return;const a=function(a){if(void 0===a.element)return a;const t=e('<span class="acf-selection"></span>');return t.html(acf.escHtml(a.element.innerHTML)),"options"!==a.id&&"edit_posts"!==a.id||t.append('<span class="acf-select2-default-pill">'+acf.__("Default")+"</span>"),t.data("element",a.element),t};acf.newSelect2(e("select.acf-options-page-capability"),{field:!1,templateSelection:a,templateResult:a}),acf.newSelect2(e("select.acf-options-page-data_storage"),{field:!1,templateSelection:a,templateResult:a})}}),new acf.Model({id:"optionsPageModalManager",events:{"change .location-rule-value":"createOptionsPage"},createOptionsPage:function(a){const t=e(a.target);if("add_new_options_page"!==t.val())return;let n=!1;const o=function(e){n=acf.newPopup({title:e.data.title,content:e.data.content,width:"600px"}),n.$el.addClass("acf-create-options-page-popup");const a=n.$el.find("#acf_ui_options_page-page_title"),t=a.val();a.focus().val("").val(t),n.on("submit","form",c)},c=function(a){a.preventDefault(),acf.validateForm({form:e("#acf-create-options-page-form"),success:s,failure:r})},s=function(){const a=e("#acf-create-options-page-form").serializeArray(),t={action:"acf/create_options_page"};a.forEach((e=>{t[e.name]=e.value})),e.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(t),type:"post",dataType:"json",success:i})},r=function(a){const t=e("#acf-create-options-page-form"),n=t.find(".acf-field .acf-error-message");t.find(".acf-notice").first().remove(),n.each((function(){const a=e(this).closest(".acf-field").find(".acf-label:first");e(this).attr("class","acf-options-page-modal-error").appendTo(a)}))},i=function(e){e.success&&e.data.menu_slug?(t.prepend('<option value="'+e.data.menu_slug+'">'+e.data.page_title+"</option>"),t.val(e.data.menu_slug),n.close()):!e.success&&e.data.error&&alert(e.data.error)};!function(){const a=e(".acf-headerbar-title-field").val(),t={action:"acf/create_options_page"};a.length&&(t.field_group_title=a),e.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(t),type:"post",dataType:"json",success:o})}()}})}},a={};function t(n){var o=a[n];if(void 0!==o)return o.exports;var c=a[n]={exports:{}};return e[n](c,c.exports,t),c.exports}t.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return t.d(a,{a}),a},t.d=(e,a)=>{for(var n in a)t.o(a,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:a[n]})},t.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),(()=>{"use strict";t(412)})()})();
!function(){var e={412:function(){!function(e,t){const a=function(t){return void 0===t.element?t:t.children&&"None"===t.text?void 0:("acfOptionsPages"===t.text&&(t.text=acf.__("Options Pages")),e('<span class="acf-selection"></span>').data("element",t.element).html(acf.escHtml(t.text)))},n=function(t){if(void 0===t.element)return t;const a=e('<span class="acf-selection"></span>');return a.html(acf.escHtml(t.element.innerHTML)),"options"!==t.id&&"edit_posts"!==t.id||a.append('<span class="acf-select2-default-pill">'+acf.__("Default")+"</span>"),a.data("element",t.element),a};new acf.Model({id:"UIOptionsPageManager",wait:"ready",events:{"change .acf-options-page-parent_slug":"toggleMenuPositionDesc"},initialize:function(){"ui_options_page"===acf.get("screen")&&(acf.newSelect2(e("select.acf-options-page-parent_slug"),{field:!1,templateSelection:a,templateResult:a,dropdownCssClass:"field-type-select-results"}),acf.newSelect2(e("select.acf-options-page-capability"),{field:!1,templateSelection:n,templateResult:n}),acf.newSelect2(e("select.acf-options-page-data_storage"),{field:!1,templateSelection:n,templateResult:n}),this.toggleMenuPositionDesc())},toggleMenuPositionDesc:function(t,a){"none"===e("select.acf-options-page-parent_slug").val()?(e(".acf-menu-position-desc-child").hide(),e(".acf-menu-position-desc-parent").show()):(e(".acf-menu-position-desc-parent").hide(),e(".acf-menu-position-desc-child").show())}}),new acf.Model({id:"optionsPageModalManager",events:{"change .location-rule-value":"createOptionsPage"},createOptionsPage:function(t){const n=e(t.target);if("add_new_options_page"!==n.val())return;let o=!1;const c=function(t){o=acf.newPopup({title:t.data.title,content:t.data.content,width:"600px"}),o.$el.addClass("acf-create-options-page-popup");const n=o.$el.find("#acf_ui_options_page-page_title"),c=n.val();n.focus().val("").val(c),acf.newSelect2(e("#acf_ui_options_page-parent_slug"),{field:!1,templateSelection:a,templateResult:a,dropdownCssClass:"field-type-select-results"}),o.on("submit","form",s)},s=function(t){t.preventDefault(),acf.validateForm({form:e("#acf-create-options-page-form"),success:i,failure:l})},i=function(){const t=e("#acf-create-options-page-form").serializeArray(),a={action:"acf/create_options_page"};t.forEach((e=>{a[e.name]=e.value})),e.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",success:r})},l=function(t){const a=e("#acf-create-options-page-form"),n=a.find(".acf-field .acf-error-message");a.find(".acf-notice").first().remove(),n.each((function(){const t=e(this).closest(".acf-field").find(".acf-label:first");e(this).attr("class","acf-options-page-modal-error").appendTo(t)}))},r=function(e){e.success&&e.data.menu_slug?(n.prepend('<option value="'+e.data.menu_slug+'">'+e.data.page_title+"</option>"),n.val(e.data.menu_slug),o.close()):!e.success&&e.data.error&&alert(e.data.error)};!function(){const t=e(".acf-headerbar-title-field").val(),a={action:"acf/create_options_page",acf_parent_page_choices:this.acf.data.acfParentPageChoices?this.acf.data.acfParentPageChoices:[]};t.length&&(a.field_group_title=t),e.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",success:c})}()}})}(jQuery)}},t={};function a(n){var o=t[n];if(void 0!==o)return o.exports;var c=t[n]={exports:{}};return e[n](c,c.exports,a),c.exports}a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){"use strict";a(412)}()}();

View File

@ -266,3 +266,35 @@ function acf_prepare_post_type_for_import( array $post_type = array() ) {
function acf_import_post_type( array $post_type ) {
return acf_import_internal_post_type( $post_type, 'acf-post-type' );
}
/**
* Exports the "Enter Title Here" text for the provided ACF post types.
*
* @since 6.2.1
*
* @param array $post_types The post types being exported.
* @return string
*/
function acf_export_enter_title_here( array $post_types ) {
$to_export = array();
$export = '';
foreach ( $post_types as $post_type ) {
if ( ! empty( $post_type['enter_title_here'] ) ) {
$to_export[ $post_type['post_type'] ] = $post_type['enter_title_here'];
}
}
if ( ! empty( $to_export ) ) {
$export .= "\r\nadd_filter( 'enter_title_here', function( \$default, \$post ) {\r\n";
$export .= "\tswitch ( \$post->post_type ) {\r\n";
foreach ( $to_export as $post_type => $enter_title_here ) {
$export .= "\t\tcase '$post_type':\r\n\t\t\treturn '$enter_title_here';\r\n";
}
$export .= "\t}\r\n\r\n\treturn \$default;\r\n}, 10, 2 );\r\n\r\n";
}
return esc_textarea( $export );
}

View File

@ -85,7 +85,7 @@ function acf_get_object_type( $object_type, $object_subtype = '' ) {
break;
case 'block':
$props['label'] = __( 'Blocks', 'acf' );
$props['icon'] = acf_version_compare( 'wp', '>=', '5.5' ) ? 'dashicons-block-default' : 'dashicons-layout';
$props['icon'] = 'dashicons-block-default';
break;
default:
return false;

View File

@ -122,6 +122,14 @@ if ( ! class_exists( 'acf_admin_field_group' ) ) :
)
);
if ( acf_is_pro() ) {
acf_localize_data(
array(
'acfParentPageChoices' => ACF_Admin_UI_Options_Page::get_parent_page_choices(),
)
);
}
acf_localize_data(
array(
'fieldTypes' => acf_get_field_types_info(),

View File

@ -474,6 +474,10 @@ if ( ! class_exists( 'ACF_Admin_Tool_Export' ) ) :
if ( in_array( $post_type, array( 'acf-post-type', 'acf-taxonomy', 'acf-field-group', 'acf-ui-options-page' ), true ) ) {
echo "} );\r\n\r\n";
}
if ( 'acf-post-type' === $post_type ) {
echo acf_export_enter_title_here( $posts ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- esc_textarea() used earlier.
}
}
echo '</textarea>';

View File

@ -1,7 +1,7 @@
<?php
$acf_field_group_pro_features_title = __( 'Unlock Advanced Features and Build Even More with ACF PRO', 'acf' );
$acf_learn_more_link = acf_add_url_utm_tags( 'https://www.advancedcustomfields.com/pro/', 'ACF upgrade', 'metabox' );
$acf_pricing_link = acf_add_url_utm_tags( 'https://advancedcustomfields.com/pro/', 'ACF upgrade', 'metabox', 'pricing-table' );
$acf_pricing_link = acf_add_url_utm_tags( 'https://advancedcustomfields.com/pro/', 'ACF upgrade', 'metabox_pricing', 'pricing-table' );
$acf_more_tools_link = acf_add_url_utm_tags( 'https://wpengine.com/developer/', 'bx_prod_referral', 'acf_free_plugin_cta_panel_logo', false, 'acf_plugin', 'referral' );
$acf_wpengine_logo_link = acf_add_url_utm_tags( 'https://wpengine.com/', 'bx_prod_referral', 'acf_free_plugin_cta_panel_logo', false, 'acf_plugin', 'referral' );
?>

View File

@ -11,6 +11,10 @@ foreach ( acf_get_combined_post_type_settings_tabs() as $tab_key => $tab_label )
)
);
$wrapper_class = str_replace( '_', '-', $tab_key );
echo '<div class="acf-post-type-advanced-settings acf-post-type-' . esc_attr( $wrapper_class ) . '-settings">';
switch ( $tab_key ) {
case 'general':
$acf_available_supports = array(
@ -687,6 +691,22 @@ foreach ( acf_get_combined_post_type_settings_tabs() as $tab_key => $tab_label )
'div',
'field'
);
acf_render_field_wrap(
array(
'type' => 'text',
'name' => 'enter_title_here',
'key' => 'enter_title_here',
'prefix' => 'acf_post_type',
'value' => $acf_post_type['enter_title_here'],
'label' => __( 'Title Placeholder', 'acf' ),
'instructions' => __( 'In the editor used as the placeholder of the title.', 'acf' ),
'placeholder' => __( 'Add title', 'acf' ),
),
'div',
'field'
);
break;
case 'visibility':
acf_render_field_wrap(
@ -1262,5 +1282,7 @@ foreach ( acf_get_combined_post_type_settings_tabs() as $tab_key => $tab_label )
}
do_action( "acf/post_type/render_settings_tab/{$tab_key}", $acf_post_type );
echo '</div>';
}

View File

@ -11,6 +11,10 @@ foreach ( acf_get_combined_taxonomy_settings_tabs() as $tab_key => $tab_label )
)
);
$wrapper_class = str_replace( '_', '-', $tab_key );
echo '<div class="acf-taxonomy-advanced-settings acf-taxonomy-' . esc_attr( $wrapper_class ) . '-settings">';
switch ( $tab_key ) {
case 'general':
acf_render_field_wrap(
@ -1219,4 +1223,6 @@ foreach ( acf_get_combined_taxonomy_settings_tabs() as $tab_key => $tab_label )
}
do_action( "acf/taxonomy/render_settings_tab/{$tab_key}", $acf_taxonomy );
echo '</div>';
}

View File

@ -1050,11 +1050,6 @@ function acf_get_terms( $args ) {
)
);
// parameters changed in version 4.5
if ( acf_version_compare( 'wp', '<', '4.5' ) ) {
return get_terms( $args['taxonomy'], $args );
}
// return
return get_terms( $args );
}

View File

@ -497,12 +497,9 @@ if ( ! class_exists( 'ACF_Internal_Post_Type' ) ) {
'menu_order' => $post['menu_order'],
'comment_status' => 'closed',
'ping_status' => 'closed',
'post_parent' => ! empty( $post['_parent'] ) ? (int) $post['_parent'] : 0,
);
if ( ! empty( $post['_parent'] ) ) {
$save['post_parent'] = (int) $post['_parent'];
}
// Unhook wp_targeted_link_rel() filter from WP 5.1 corrupting serialized data.
remove_filter( 'content_save_pre', 'wp_targeted_link_rel' );

View File

@ -106,13 +106,6 @@ if ( ! class_exists( 'acf_field_wysiwyg' ) ) :
// mce buttons (Basic)
$teeny_mce_buttons = array( 'bold', 'italic', 'underline', 'blockquote', 'strikethrough', 'bullist', 'numlist', 'alignleft', 'aligncenter', 'alignright', 'undo', 'redo', 'link', 'fullscreen' );
// WP < 4.7
if ( acf_version_compare( 'wp', '<', '4.7' ) ) {
$mce_buttons = array( 'bold', 'italic', 'strikethrough', 'bullist', 'numlist', 'blockquote', 'hr', 'alignleft', 'aligncenter', 'alignright', 'link', 'unlink', 'wp_more', 'spellchecker', 'fullscreen', 'wp_adv' );
$mce_buttons_2 = array( 'formatselect', 'underline', 'alignjustify', 'forecolor', 'pastetext', 'removeformat', 'charmap', 'outdent', 'indent', 'undo', 'redo', 'wp_help' );
}
// Full
$toolbars['Full'] = array(
1 => apply_filters( 'mce_buttons', $mce_buttons, $editor_id ),

View File

@ -233,12 +233,6 @@ if ( ! class_exists( 'acf_form_nav_menu' ) ) :
// update data (needed for ajax location rules to work)
acf_set_data( 'nav_menu_id', $menu_id );
// Use custom walker class to inject "wp_nav_menu_item_custom_fields" action prioir to WP 5.4.
if ( acf_version_compare( 'wp', '<', '5.3.99' ) ) {
acf_include( 'includes/walkers/class-acf-walker-nav-menu-edit.php' );
return 'ACF_Walker_Nav_Menu_Edit';
}
// Return class.
return $class;
}

View File

@ -73,6 +73,7 @@ if ( ! class_exists( 'ACF_Post_Type' ) ) {
parent::__construct();
add_action( 'acf/init', array( $this, 'register_post_types' ), 6 );
add_filter( 'enter_title_here', array( $this, 'enter_title_here' ), 10, 2 );
}
/**
@ -139,6 +140,27 @@ if ( ! class_exists( 'ACF_Post_Type' ) ) {
}
}
/**
* Filters the "Add title" text for ACF post types.
*
* @since 6.2.1
*
* @param string $default The default text.
* @param WP_Post $post The WP_Post object.
* @return string
*/
public function enter_title_here( $default, $post ) {
$post_types = $this->get_posts( array( 'active' => true ) );
foreach ( $post_types as $post_type ) {
if ( $post->post_type === $post_type['post_type'] && ! empty( $post_type['enter_title_here'] ) ) {
return (string) $post_type['enter_title_here'];
}
}
return $default;
}
/**
* Gets the default settings array for an ACF post type.
*
@ -227,6 +249,7 @@ if ( ! class_exists( 'ACF_Post_Type' ) ) {
'can_export' => true,
'delete_with_user' => false,
'register_meta_box_cb' => '',
'enter_title_here' => '',
);
}
@ -787,11 +810,6 @@ if ( ! class_exists( 'ACF_Post_Type' ) ) {
unset( $args['query_var_slug'] );
}
// ACF doesn't support custom "Enter title here" text.
if ( isset( $args['enter_title_here'] ) ) {
unset( $args['enter_title_here'] );
}
$acf_args = wp_parse_args( $args, $acf_args );
// ACF doesn't yet handle custom supports, so we're tacking onto the regular supports.

View File

@ -188,27 +188,44 @@ if ( ! class_exists( 'ACF_Updates' ) ) :
}
/**
* get_plugin_update
* Returns specific data from the 'update-check' response.
*
* Returns specific data from the 'update-check' response.
* @since 5.7.2
*
* @date 3/8/18
* @since 5.7.2
*
* @param string $basename The plugin basename.
* @param boolean $force_check Bypasses cached result. Defaults to false
* @return array
* @param string $basename The plugin basename.
* @param boolean $force_check Bypasses cached result. Defaults to false.
* @return array|false
*/
function get_plugin_update( $basename = '', $force_check = false ) {
// get updates
public function get_plugin_update( $basename = '', $force_check = false ) {
// get updates.
$updates = $this->get_plugin_updates( $force_check );
// check for and return update
// check for and return update.
if ( is_array( $updates ) && isset( $updates['plugins'][ $basename ] ) ) {
return $updates['plugins'][ $basename ];
}
return false;
}
/**
* Checks if an update is available, but can't be updated to.
*
* @since 6.2.1
*
* @param string $basename The plugin basename.
* @param boolean $force_check Bypasses cached result. Defaults to false.
* @return array|false
*/
public function get_no_update( $basename = '', $force_check = false ) {
// get updates.
$updates = $this->get_plugin_updates( $force_check );
// check for and return update.
if ( is_array( $updates ) && isset( $updates['no_update'][ $basename ] ) ) {
return $updates['no_update'][ $basename ];
}
return false;
}
@ -260,12 +277,13 @@ if ( ! class_exists( 'ACF_Updates' ) ) :
'plugins' => wp_json_encode( $this->plugins ),
'wp' => wp_json_encode(
array(
'wp_name' => get_bloginfo( 'name' ),
'wp_url' => acf_get_home_url(),
'wp_version' => get_bloginfo( 'version' ),
'wp_language' => get_bloginfo( 'language' ),
'wp_timezone' => get_option( 'timezone_string' ),
'php_version' => PHP_VERSION,
'wp_name' => get_bloginfo( 'name' ),
'wp_url' => acf_get_home_url(),
'wp_version' => get_bloginfo( 'version' ),
'wp_language' => get_bloginfo( 'language' ),
'wp_timezone' => get_option( 'timezone_string' ),
'wp_multisite' => (int) is_multisite(),
'php_version' => PHP_VERSION,
)
),
'acf' => wp_json_encode(
@ -348,42 +366,48 @@ if ( ! class_exists( 'ACF_Updates' ) ) :
delete_transient( 'acf_plugin_updates' );
}
/*
* modify_plugins_transient
*
* Called when WP updates the 'update_plugins' site transient. Used to inject ACF plugin update info.
*
* @date 16/01/2014
* @since 5.0.0
*
* @param object $transient
* @return $transient
*/
/**
* Called when WP updates the 'update_plugins' site transient. Used to inject ACF plugin update info.
*
* @since 5.0.0
*
* @param object $transient The current transient value.
* @return object $transient The modified transient value.
*/
public function modify_plugins_transient( $transient ) {
function modify_plugins_transient( $transient ) {
// bail early if no response (error)
// bail early if no response (error).
if ( ! isset( $transient->response ) ) {
return $transient;
}
// force-check (only once)
// ensure no_update is set for back compat.
if ( ! isset( $transient->no_update ) ) {
$transient->no_update = array();
}
// force-check (only once).
$force_check = ( $this->checked == 0 ) ? ! empty( $_GET['force-check'] ) : false; // phpcs:ignore -- False positive, value not used.
// fetch updates (this filter is called multiple times during a single page load)
// fetch updates (this filter is called multiple times during a single page load).
$updates = $this->get_plugin_updates( $force_check );
// append
// append ACF pro plugins.
if ( is_array( $updates ) ) {
foreach ( $updates['plugins'] as $basename => $update ) {
$transient->response[ $basename ] = (object) $update;
if ( ! empty( $updates['plugins'] ) ) {
foreach ( $updates['plugins'] as $basename => $update ) {
$transient->response[ $basename ] = (object) $update;
}
}
if ( ! empty( $updates['no_update'] ) ) {
foreach ( $updates['no_update'] as $basename => $update ) {
$transient->no_update[ $basename ] = (object) $update;
}
}
}
// increase
$this->checked++;
// return
return $transient;
}

View File

@ -1,76 +0,0 @@
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
if ( ! class_exists( 'ACF_Walker_Nav_Menu_Edit' ) ) :
class ACF_Walker_Nav_Menu_Edit extends Walker_Nav_Menu_Edit {
/**
* Starts the element output.
*
* Calls the Walker_Nav_Menu_Edit start_el function and then injects the custom field HTML
*
* @since 5.0.0
* @since 5.7.2 Added preg_replace based on https://github.com/ineagu/wp-menu-item-custom-fields
*
* @param string $output Used to append additional content (passed by reference).
* @param WP_Post $item Menu item data object.
* @param int $depth Depth of menu item. Used for padding.
* @param stdClass $args An object of wp_nav_menu() arguments.
* @param int $id Current item ID.
*/
function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {
// vars
$item_output = '';
// call parent function
parent::start_el( $item_output, $item, $depth, $args, $id );
// inject custom field HTML
$output .= preg_replace(
// NOTE: Check this regex from time to time!
'/(?=<(fieldset|p)[^>]+class="[^"]*field-move)/',
$this->get_fields( $item, $depth, $args, $id ),
$item_output
);
}
/**
* Get custom fields HTML
*
* @since 5.0.0
* @since 5.7.2 Added action based on https://github.com/ineagu/wp-menu-item-custom-fields
*
* @param object $item Menu item data object.
* @param int $depth Depth of menu item. Used for padding.
* @param array $args Menu item args.
* @param int $id Nav menu ID.
* @return string
*/
function get_fields( $item, $depth, $args = array(), $id = 0 ) {
ob_start();
/**
* Get menu item custom fields from plugins/themes
*
* @since 5.7.2
*
* @param int $item_id post ID of menu
* @param object $item Menu item data object.
* @param int $depth Depth of menu item. Used for padding.
* @param array $args Menu item args.
* @param int $id Nav menu ID.
*/
do_action( 'wp_nav_menu_item_custom_fields', $item->ID, $item, $depth, $args, $id );
return ob_get_clean();
}
}
endif;

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields.
msgid ""
msgstr ""
"PO-Revision-Date: 2023-08-09T12:53:50+00:00\n"
"PO-Revision-Date: 2023-09-07T15:02:44+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@ -77,17 +77,17 @@ msgstr "تم تحديث الإعدادات"
#: pro/updates.php:99
#, fuzzy
#| msgid ""
#| "To enable updates, please enter your license key on the <a href=\"%s"
#| "\">Updates</a> page. If you don't have a licence key, please see <a href="
#| "\"%s\">details & pricing</a>."
#| "To enable updates, please enter your license key on the <a "
#| "href=\"%s\">Updates</a> page. If you don't have a licence key, please see "
#| "<a href=\"%s\">details & pricing</a>."
msgid ""
"To enable updates, please enter your license key on the <a href=\"%1$s"
"\">Updates</a> page. If you don't have a licence key, please see <a href="
"\"%2$s\" target=\"_blank\">details & pricing</a>."
"To enable updates, please enter your license key on the <a "
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
msgstr ""
"لتمكين التحديثات، الرجاء إدخال مفتاح الترخيص الخاص بك على صفحة <a href=\"%s"
"\">التحديثات</a> . إذا لم يكن لديك مفتاح ترخيص، يرجى الاطلاع على <a href=\"%s"
"\">التفاصيل والتسعير</a>."
"لتمكين التحديثات، الرجاء إدخال مفتاح الترخيص الخاص بك على صفحة <a "
"href=\"%s\">التحديثات</a> . إذا لم يكن لديك مفتاح ترخيص، يرجى الاطلاع على <a "
"href=\"%s\">التفاصيل والتسعير</a>."
#: pro/updates.php:159
msgid ""
@ -132,8 +132,8 @@ msgid ""
"No Custom Field Groups found for this options page. <a href=\"%s\">Create a "
"Custom Field Group</a>"
msgstr ""
"لم يتم العثور على أية \"مجموعات حقول مخصصة لصفحة الخيارات هذة. <a href=\"%s"
"\">أنشئ مجموعة حقول مخصصة</a>"
"لم يتم العثور على أية \"مجموعات حقول مخصصة لصفحة الخيارات هذة. <a "
"href=\"%s\">أنشئ مجموعة حقول مخصصة</a>"
#: pro/admin/admin-options-page.php:309
msgid "Edit field group"

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields.
msgid ""
msgstr ""
"PO-Revision-Date: 2023-08-09T12:53:50+00:00\n"
"PO-Revision-Date: 2023-09-07T15:02:44+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: bg_BG\n"
"MIME-Version: 1.0\n"
@ -78,9 +78,9 @@ msgstr "Опциите бяха актуализирани"
#: pro/updates.php:99
msgid ""
"To enable updates, please enter your license key on the <a href=\"%1$s"
"\">Updates</a> page. If you don't have a licence key, please see <a href="
"\"%2$s\" target=\"_blank\">details & pricing</a>."
"To enable updates, please enter your license key on the <a "
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
msgstr ""
"За да включите обновяванията, моля въведете вашия ключ за лиценз на "
"страницата за <a href=\"%s\">Актуализации</a>. Ако нямате ключ за лиценз, "
@ -130,8 +130,8 @@ msgid ""
"No Custom Field Groups found for this options page. <a href=\"%s\">Create a "
"Custom Field Group</a>"
msgstr ""
"Няма намерени групи полета за тази страница с опции. <a href=\"%s"
"\">Създаване на група полета</a>"
"Няма намерени групи полета за тази страница с опции. <a "
"href=\"%s\">Създаване на група полета</a>"
#: pro/admin/admin-options-page.php:309
msgid "Edit field group"
@ -743,8 +743,8 @@ msgid ""
"a>."
msgstr ""
"За да включите обновяванията, моля въведете вашия ключ за лиценз долу. Ако "
"нямате ключ за лиценз, моля посетете <a href=\"%s\" target=\"_blank"
"\">детайли и цени</a>"
"нямате ключ за лиценз, моля посетете <a href=\"%s\" "
"target=\"_blank\">детайли и цени</a>"
#: pro/admin/views/html-settings-updates.php:37
msgid "License Key"

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields.
msgid ""
msgstr ""
"PO-Revision-Date: 2023-08-09T12:53:50+00:00\n"
"PO-Revision-Date: 2023-09-07T15:02:44+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: de_CH\n"
"MIME-Version: 1.0\n"
@ -81,18 +81,18 @@ msgstr "Optionen aktualisiert"
#: pro/updates.php:99
#, fuzzy
#| msgid ""
#| "To enable updates, please enter your license key on the <a href=\"%s"
#| "\">Updates</a> page. If you don't have a licence key, please see <a href="
#| "\"%s\">details & pricing</a>."
#| "To enable updates, please enter your license key on the <a "
#| "href=\"%s\">Updates</a> page. If you don't have a licence key, please see "
#| "<a href=\"%s\">details & pricing</a>."
msgid ""
"To enable updates, please enter your license key on the <a href=\"%1$s"
"\">Updates</a> page. If you don't have a licence key, please see <a href="
"\"%2$s\" target=\"_blank\">details & pricing</a>."
"To enable updates, please enter your license key on the <a "
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
msgstr ""
"Bitte gib auf der Seite <a href=\"%s\">Aktualisierungen</a> deinen "
"Lizenzschlüssel ein, um Updates zu aktivieren. Solltest du keinen "
"Lizenzschlüssel haben, findest du hier <a href=\"%s\" target=\"_blank"
"\">Details & Preise</a>."
"Lizenzschlüssel haben, findest du hier <a href=\"%s\" "
"target=\"_blank\">Details & Preise</a>."
#: pro/updates.php:159
msgid ""

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields.
msgid ""
msgstr ""
"PO-Revision-Date: 2023-08-09T12:53:50+00:00\n"
"PO-Revision-Date: 2023-09-07T15:02:44+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
@ -76,13 +76,13 @@ msgstr "Asetukset päivitetty"
#: pro/updates.php:99
msgid ""
"To enable updates, please enter your license key on the <a href=\"%1$s"
"\">Updates</a> page. If you don't have a licence key, please see <a href="
"\"%2$s\" target=\"_blank\">details & pricing</a>."
"To enable updates, please enter your license key on the <a "
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
msgstr ""
"Ottaaksesi käyttöön päivitykset, syötä lisenssiavaimesi <a href=\"%1$s"
"\">Päivitykset</a> -sivulle. Jos sinulla ei ole lisenssiavainta, katso <a "
"href=\"%2$s\" target=\"_blank\">tiedot ja hinnoittelu</a>."
"Ottaaksesi käyttöön päivitykset, syötä lisenssiavaimesi <a "
"href=\"%1$s\">Päivitykset</a> -sivulle. Jos sinulla ei ole lisenssiavainta, "
"katso <a href=\"%2$s\" target=\"_blank\">tiedot ja hinnoittelu</a>."
#: pro/updates.php:159
msgid ""

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields.
msgid ""
msgstr ""
"PO-Revision-Date: 2023-08-09T12:53:50+00:00\n"
"PO-Revision-Date: 2023-09-07T15:02:44+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: he_IL\n"
"MIME-Version: 1.0\n"
@ -81,17 +81,17 @@ msgstr "האפשרויות עודכנו"
#: pro/updates.php:99
#, fuzzy
#| msgid ""
#| "To enable updates, please enter your license key on the <a href=\"%s"
#| "\">Updates</a> page. If you don't have a licence key, please see <a href="
#| "\"%s\">details & pricing</a>"
#| "To enable updates, please enter your license key on the <a "
#| "href=\"%s\">Updates</a> page. If you don't have a licence key, please see "
#| "<a href=\"%s\">details & pricing</a>"
msgid ""
"To enable updates, please enter your license key on the <a href=\"%1$s"
"\">Updates</a> page. If you don't have a licence key, please see <a href="
"\"%2$s\" target=\"_blank\">details & pricing</a>."
"To enable updates, please enter your license key on the <a "
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
msgstr ""
"כדי לאפשר עדכונים, בבקשה הקלד את מפתח הרשיון שלך בדף <a href=\"%s"
"\">העדכונים</a>. אם אין לך מפתח רשיון, בבקשה עבור לדף <a href=\"%s\">פרטים "
"ומחירים</a>"
"כדי לאפשר עדכונים, בבקשה הקלד את מפתח הרשיון שלך בדף <a "
"href=\"%s\">העדכונים</a>. אם אין לך מפתח רשיון, בבקשה עבור לדף <a "
"href=\"%s\">פרטים ומחירים</a>"
#: pro/updates.php:159
msgid ""

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More