Version Description
ACF Extended Pro 0.8.8.6:
- Field: File - Fixed single file not being correctly saved when removed on Gutenberg screen
- Field: Payment - Added PayPal Production & Test API URL in settings instructions
- Field: Payment - Enhanced Stripe/PayPal JS enqueue on Gutenberg screen
- Field: Payment Cart - Fixed multiline "Default Value" setting
- Field: Phone Number - Fixed format value causing problem in some edge case
- Field: Phone Number - Changed default "Return Format" to "Number"
- Field Settings: Instructions More - Fixed
‐
in field settings instructions with ACF 5.10 - Module: Dev Mode - Fixed "Object Data" modal on Post Screen when sidebar is fixed
- Module: Forms - Fixed Shortcode Preview issue when the ACFE Form module was disabled
- Module: Orphan Meta Cleaner Script - Added support of multi-sublevel clones seamless fields
- General: Removed "No license key has been provided" annoying message on Updates Screen
ACF Extended Basic 0.8.8.6:
- Field: Flexible Content - Fixed WYSIWYG copy/paste layout feature with ACF 5.10
- Fields: Fixed ACFE Modal position on Gutenberg screen
- Module: Dev Mode - Added support of multi-sublevel clones seamless fields
- Module: Enhanced UI - Added LearnDash Taxonomies compatibility
- Module: Forms - Added
acfe_form_format_value()
back-compatibility with 3rd argument - Module: Forms - Enhanced "Save ACF Fields" instructions text
- Module: Forms - Added "Post Excerpt" in the "Post Action" fields
- Module: Settings UI - Fixed tabs badge count with ACF 5.10
- General: Enhanced
acfe_is_json()
helper - General: Added
acfe_is_block_editor()
helper - General: Fixed typo in changelog
- General: Enhanced french translation
- General: Enhanced readme
Download this release
Release Info
Developer | hwk-fr |
Plugin | Advanced Custom Fields: Extended |
Version | 0.8.8.6 |
Comparing to | |
See all releases |
Code changes from version 0.8.8.5 to 0.8.8.6
- acf-extended.php +2 -2
- assets/css/acfe-admin.css +3 -2
- assets/css/acfe-admin.min.css +1 -1
- assets/css/acfe.css +49 -35
- assets/css/acfe.min.css +1 -1
- assets/js/acfe-admin.js +1 -0
- assets/js/acfe-admin.min.js +1 -1
- assets/js/acfe-input.js +4 -8
- assets/js/acfe-input.min.js +1 -1
- assets/js/acfe-ui.js +27 -3
- assets/js/acfe-ui.min.js +1 -1
- assets/js/acfe.js +116 -0
- assets/js/acfe.min.js +1 -1
- includes/acfe-helper-functions.php +5 -3
- includes/acfe-meta-functions.php +20 -13
- includes/acfe-screen-functions.php +26 -1
- includes/admin/settings.php +2 -2
- includes/field-groups/field-groups.php +12 -7
- includes/fields/field-group.php +2 -10
- includes/modules/author.php +1 -1
- includes/modules/dev.php +2 -2
- includes/modules/forms-action-post.php +175 -2
- includes/modules/forms-action-term.php +1 -1
- includes/modules/forms-action-user.php +1 -1
- includes/modules/forms-helpers.php +7 -1
- includes/modules/ui-term.php +3 -1
- lang/acfe-fr_FR.mo +0 -0
- lang/acfe-fr_FR.po +181 -173
- lang/acfe.pot +179 -171
- readme.txt +61 -10
acf-extended.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Advanced Custom Fields: Extended
|
4 |
* Description: All-in-one enhancement suite that improves WordPress & Advanced Custom Fields.
|
5 |
-
* Version: 0.8.8.
|
6 |
* Author: ACF Extended
|
7 |
* Author URI: https://www.acf-extended.com
|
8 |
* Text Domain: acfe
|
@@ -17,7 +17,7 @@ if(!class_exists('ACFE')):
|
|
17 |
class ACFE{
|
18 |
|
19 |
// Vars
|
20 |
-
var $version = '0.8.8.
|
21 |
|
22 |
/*
|
23 |
* Construct
|
2 |
/**
|
3 |
* Plugin Name: Advanced Custom Fields: Extended
|
4 |
* Description: All-in-one enhancement suite that improves WordPress & Advanced Custom Fields.
|
5 |
+
* Version: 0.8.8.6
|
6 |
* Author: ACF Extended
|
7 |
* Author URI: https://www.acf-extended.com
|
8 |
* Text Domain: acfe
|
17 |
class ACFE{
|
18 |
|
19 |
// Vars
|
20 |
+
var $version = '0.8.8.6';
|
21 |
|
22 |
/*
|
23 |
* Construct
|
assets/css/acfe-admin.css
CHANGED
@@ -523,6 +523,7 @@ body.post-type-acfe-template .column-acfe-terms {
|
|
523 |
}
|
524 |
|
525 |
.acf-field[data-name=acfe_form_post_save_post_content_custom],
|
|
|
526 |
.acf-field[data-name=acfe_form_post_save_post_name_custom],
|
527 |
.acf-field[data-name=acfe_form_post_save_post_title_custom],
|
528 |
.acf-field[data-name=acfe_form_term_save_description_custom],
|
@@ -537,8 +538,8 @@ body.post-type-acfe-template .column-acfe-terms {
|
|
537 |
.acf-field[data-name=acfe_form_user_save_password_custom],
|
538 |
.acf-field[data-name=acfe_form_user_save_username_custom],
|
539 |
.acf-field[data-name=acfe_form_user_save_website_custom] {
|
540 |
-
border-top: 0;
|
541 |
-
padding-top: 0
|
542 |
}
|
543 |
|
544 |
.acf-field.acf-field-acfe-form-attributes>.acf-input>.acf-fields>.acf-field {
|
523 |
}
|
524 |
|
525 |
.acf-field[data-name=acfe_form_post_save_post_content_custom],
|
526 |
+
.acf-field[data-name=acfe_form_post_save_post_excerpt_custom],
|
527 |
.acf-field[data-name=acfe_form_post_save_post_name_custom],
|
528 |
.acf-field[data-name=acfe_form_post_save_post_title_custom],
|
529 |
.acf-field[data-name=acfe_form_term_save_description_custom],
|
538 |
.acf-field[data-name=acfe_form_user_save_password_custom],
|
539 |
.acf-field[data-name=acfe_form_user_save_username_custom],
|
540 |
.acf-field[data-name=acfe_form_user_save_website_custom] {
|
541 |
+
border-top: 0 !important;
|
542 |
+
padding-top: 0 !important
|
543 |
}
|
544 |
|
545 |
.acf-field.acf-field-acfe-form-attributes>.acf-input>.acf-fields>.acf-field {
|
assets/css/acfe-admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:1em}pre{display:block;padding:9.5px;margin:0;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f9f9f9;border:1px solid #ccc;border-radius:1px;white-space:pre-wrap;overflow:auto}code{-webkit-user-select:all;-moz-user-select:all;user-select:all}pre>code{-webkit-user-select:inherit;-moz-user-select:inherit;-ms-user-select:inherit;user-select:inherit;padding:0;margin:0;background:0 0;font-size:1em;display:block}.code-codemirror>.CodeMirror,.pre-codemirror>.CodeMirror{border:1px solid #ccc;height:auto;width:auto;background:#f9f9f9;padding:9px 6px}.code-codemirror{display:inline;vertical-align:middle}.code-codemirror>.CodeMirror{display:inline-block;padding:0}.code-codemirror>.CodeMirror .CodeMirror-selected,.pre-codemirror>.CodeMirror .CodeMirror-selected{background:#ddd!important}.code-codemirror>.CodeMirror .CodeMirror-lines,.pre-codemirror>.CodeMirror .CodeMirror-lines{padding:0}.widget.open{z-index:inherit!important}.acfe-pre-highlight{display:block;padding:9.5px;margin:0;line-height:1.42857143;color:#333;background-color:#f9f9f9;border:1px solid #ccc;border-radius:1px;overflow:auto;font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-size:1em;white-space:nowrap}.acf-postbox.seamless>.inside>.acf-field{padding:15px 12px}.acf-flexible-content .layout.ui-sortable-helper:first-child+.layout.ui-sortable-placeholder{margin-top:0}.acfe-postbox.acfe-postbox-no-handle h2.hndle{cursor:initial}.acfe-postbox.acfe-postbox-no-handle .handlediv{display:none}.acfe-postbox-top>.inside{position:relative}.acfe-postbox-top>.inside.-border{border:1px solid #ccd0d4;background:#fff}.acfe-postbox-top>.inside>.acf-field{position:relative;margin:0;padding:15px 12px;border-top:1px solid #eee}.acfe-postbox-top>.inside>.acf-field:first-child{border-top:none;margin-top:0}.acfe-postbox-left>.inside{position:relative}.acfe-postbox-left>.inside:after{display:block;clear:both;content:""}.acfe-postbox-left>.inside.-border{border:1px solid #ccd0d4;background:#fff}.acfe-postbox-left>.inside>.acf-field{position:relative;margin:0;border-top:1px solid #eee;padding:15px 0}.acfe-postbox-left>.inside>.acf-field:first-child{border-top:none;margin-top:0}.acfe-postbox-left>.inside.-clear>.acf-field{border:none;padding:0;margin:15px 0}.acfe-postbox-left>.inside>.acf-field:after{display:block;clear:both;content:""}.acfe-postbox-left>.inside>.acf-field:before{content:"";display:block;position:absolute;z-index:0;background:#f9f9f9;border-color:#e1e1e1;border-style:solid;border-width:0 1px 0 0;top:0;bottom:0;left:0;width:20%}.acfe-postbox-left>.inside>.acf-field[data-width]{float:none;width:auto!important;border-left-width:0!important;border-right-width:0!important}.acfe-postbox-left>.inside>.acf-field>.acf-label{float:left;width:20%;margin:0;padding:0 12px}.acfe-postbox-left>.inside>.acf-field>.acf-input{float:left;width:80%;margin:0;padding:0 12px}html[dir=rtl] .acfe-postbox-left>.inside>.acf-field:before{border-width:0 0 0 1px;left:auto;right:0}html[dir=rtl] .acfe-postbox-left>.inside>.acf-field>.acf-input,html[dir=rtl] .acfe-postbox-left>.inside>.acf-field>.acf-label{float:right}#side-sortables .acfe-postbox-left>.inside>.acf-field:before{display:none}#side-sortables .acfe-postbox-left>.inside>.acf-field>.acf-label{width:100%;margin-bottom:10px}#side-sortables .acfe-postbox-left>.inside>.acf-field>.acf-input{width:100%}@media screen and (max-width:640px){.acfe-postbox-left>.inside>.acf-field:before{display:none}.acfe-postbox-left>.inside>.acf-field>.acf-label{width:100%;margin-bottom:10px}.acfe-postbox-left>.inside>.acf-field>.acf-input{width:100%}}.wrap .acfe-dop-admin-config,.wrap .acfe-dpt-admin-config,.wrap .acfe-dt-admin-config{display:inline-block;padding-left:4px;padding-right:4px}.wrap .acfe-dop-admin-config:active,.wrap .acfe-dpt-admin-config:active,.wrap .acfe-dt-admin-config:active{padding-left:4px;padding-right:4px}.wrap .acfe-dop-admin-config span,.wrap .acfe-dpt-admin-config span,.wrap .acfe-dt-admin-config span{font-size:16px;vertical-align:text-top;height:15px;width:19px;line-height:19px}body.post-type-acfe-dbt #minor-publishing-actions,body.post-type-acfe-dbt #misc-publishing-actions #visibility,body.post-type-acfe-dbt #misc-publishing-actions .edit-post-status,body.post-type-acfe-dbt #misc-publishing-actions .edit-timestamp,body.post-type-acfe-dop #minor-publishing-actions,body.post-type-acfe-dop #misc-publishing-actions #visibility,body.post-type-acfe-dop #misc-publishing-actions .edit-post-status,body.post-type-acfe-dop #misc-publishing-actions .edit-timestamp,body.post-type-acfe-dpt #minor-publishing-actions,body.post-type-acfe-dpt #misc-publishing-actions #visibility,body.post-type-acfe-dpt #misc-publishing-actions .edit-post-status,body.post-type-acfe-dpt #misc-publishing-actions .edit-timestamp,body.post-type-acfe-dt #minor-publishing-actions,body.post-type-acfe-dt #misc-publishing-actions #visibility,body.post-type-acfe-dt #misc-publishing-actions .edit-post-status,body.post-type-acfe-dt #misc-publishing-actions .edit-timestamp,body.post-type-acfe-form #minor-publishing-actions,body.post-type-acfe-form #misc-publishing-actions #visibility,body.post-type-acfe-form #misc-publishing-actions .edit-post-status,body.post-type-acfe-form #misc-publishing-actions .edit-timestamp,body.post-type-acfe-template #minor-publishing-actions,body.post-type-acfe-template #misc-publishing-actions #visibility,body.post-type-acfe-template #misc-publishing-actions .edit-post-status,body.post-type-acfe-template #misc-publishing-actions .edit-timestamp{display:none!important}body.post-type-acfe-dbt .acfe-misc-export,body.post-type-acfe-dop .acfe-misc-export,body.post-type-acfe-dpt .acfe-misc-export,body.post-type-acfe-dt .acfe-misc-export,body.post-type-acfe-form .acfe-misc-export,body.post-type-acfe-template .acfe-misc-export{padding-top:2px}body.post-type-acfe-dbt .acfe-misc-export span.dashicons,body.post-type-acfe-dop .acfe-misc-export span.dashicons,body.post-type-acfe-dpt .acfe-misc-export span.dashicons,body.post-type-acfe-dt .acfe-misc-export span.dashicons,body.post-type-acfe-form .acfe-misc-export span.dashicons,body.post-type-acfe-template .acfe-misc-export span.dashicons{font-size:18px;color:#82878c;line-height:1.2;width:18px;margin-right:4px}body.post-type-acfe-dbt.post-new-php .acfe-misc-export,body.post-type-acfe-dop.post-new-php .acfe-misc-export,body.post-type-acfe-dpt.post-new-php .acfe-misc-export,body.post-type-acfe-dt.post-new-php .acfe-misc-export,body.post-type-acfe-form.post-new-php .acfe-misc-export,body.post-type-acfe-template.post-new-php .acfe-misc-export{display:none}body.post-type-acfe-dbt .status-acf-disabled .column-title a,body.post-type-acfe-dbt .status-acf-disabled .column-title code,body.post-type-acfe-dop .status-acf-disabled .column-title a,body.post-type-acfe-dop .status-acf-disabled .column-title code,body.post-type-acfe-dpt .status-acf-disabled .column-title a,body.post-type-acfe-dpt .status-acf-disabled .column-title code,body.post-type-acfe-dt .status-acf-disabled .column-title a,body.post-type-acfe-dt .status-acf-disabled .column-title code,body.post-type-acfe-form .status-acf-disabled .column-title a,body.post-type-acfe-form .status-acf-disabled .column-title code,body.post-type-acfe-template .status-acf-disabled .column-title a,body.post-type-acfe-template .status-acf-disabled .column-title code{color:#555!important}body.post-type-acfe-dbt .status-acf-disabled .column-title strong,body.post-type-acfe-dop .status-acf-disabled .column-title strong,body.post-type-acfe-dpt .status-acf-disabled .column-title strong,body.post-type-acfe-dt .status-acf-disabled .column-title strong,body.post-type-acfe-form .status-acf-disabled .column-title strong,body.post-type-acfe-template .status-acf-disabled .column-title strong{color:#a0a5aa}body.post-type-acfe-dbt .column-acfe-posts,body.post-type-acfe-dbt .column-acfe-terms,body.post-type-acfe-dop .column-acfe-posts,body.post-type-acfe-dop .column-acfe-terms,body.post-type-acfe-dpt .column-acfe-posts,body.post-type-acfe-dpt .column-acfe-terms,body.post-type-acfe-dt .column-acfe-posts,body.post-type-acfe-dt .column-acfe-terms,body.post-type-acfe-form .column-acfe-posts,body.post-type-acfe-form .column-acfe-terms,body.post-type-acfe-template .column-acfe-posts,body.post-type-acfe-template .column-acfe-terms{width:120px}.acf-field.acf-field-acfe-author>.acf-label{display:none}.edit-post-layout__metaboxes:not(:empty){background:#f3f4f5;padding:10px 10px 0!important}.edit-post-layout__metaboxes .edit-post-meta-boxes-area .postbox{margin-bottom:10px;border:1px solid #e1e1e1}.edit-post-layout__metaboxes .edit-post-meta-boxes-area .postbox>.inside{border-bottom:0}#acf-admin-tool-acfe_dynamic_block_types_export ul,#acf-admin-tool-acfe_dynamic_forms_export ul,#acf-admin-tool-acfe_dynamic_options_pages_export ul,#acf-admin-tool-acfe_dynamic_post_types_export ul,#acf-admin-tool-acfe_dynamic_taxonomies_export ul{-webkit-column-width:200px;-moz-column-width:200px;column-width:200px}#acf-admin-tool-acfe_dynamic_block_types_export .acf-postbox-columns,#acf-admin-tool-acfe_dynamic_forms_export .acf-postbox-columns,#acf-admin-tool-acfe_dynamic_options_pages_export .acf-postbox-columns,#acf-admin-tool-acfe_dynamic_post_types_export .acf-postbox-columns,#acf-admin-tool-acfe_dynamic_taxonomies_export .acf-postbox-columns{margin-right:0}.acf-meta-box-wrap.-grid #acf-admin-tool-acfe-fg-local{display:none}#acfe-admin-settings .inside>.acf-field{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}#acfe-admin-settings .inside>.acf-field>.acf-label{padding-top:15px;padding-bottom:15px;float:none}#acfe-admin-settings .inside>.acf-field>.acf-label label span.acf-js-tooltip{float:right;font-size:14px;color:#ccc}#acfe-admin-settings .inside>.acf-field>.acf-input{display:-webkit-box;display:-ms-flexbox;display:flex;float:none;padding:0}#acfe-admin-settings .inside>.acf-field>.acf-input>div{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;padding:8px;min-width:0}#acfe-admin-settings .inside>.acf-field>.acf-input>div:nth-child(2){border-left:1px solid #eee}#acfe-admin-settings .inside>.acf-field>.acf-input .acfe-settings-text{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:inline-block}#acfe-admin-settings .inside>.acf-field>.acf-input .acfe-settings-text>code{font-size:12px}#acfe-admin-settings .inside>.acf-field>.acf-input .dashicons-saved{font-size:21px;display:inline}#acfe-admin-settings .inside>.acf-field>.acf-input .dashicons-no-alt{color:#ccc;font-size:21px;display:inline}#acfe-admin-settings .inside>.acf-field.acfe-settings-thead>.acf-input{padding:0;border-bottom:1px solid #eee}#acfe-admin-settings .inside>.acf-field.acfe-settings-thead+.acf-field{border-top:0}.settings_page_acfe-options .column-option_id{width:65px}.settings_page_acfe-options .column-option_name{width:435px}.settings_page_acfe-options .column-autoload{width:100px;text-align:center}.acf-field[data-name=acfe_form_action_docs]{padding:0!important;border:0!important;position:absolute!important;top:12px;right:11px;z-index:3}.acf-field[data-name=acfe_form_action_docs]::before{background:0 0!important;border:0!important}.acf-field[data-name=acfe_form_action_docs]>.acf-label{min-height:0!important}.acf-field[data-name=acfe_form_action_docs]>.acf-input{float:none!important;width:auto!important;padding:0!important}.acf-field[data-name=acfe_form_action_docs]+.acf-field,.acf-field[data-name=acfe_form_action_docs]+.acf-tab-wrap>.acf-tab-group{border-top:0}.acf-field[data-name=acfe_form_post_save_post_content_custom],.acf-field[data-name=acfe_form_post_save_post_name_custom],.acf-field[data-name=acfe_form_post_save_post_title_custom],.acf-field[data-name=acfe_form_term_save_description_custom],.acf-field[data-name=acfe_form_term_save_name_custom],.acf-field[data-name=acfe_form_term_save_slug_custom],.acf-field[data-name=acfe_form_user_save_description_custom],.acf-field[data-name=acfe_form_user_save_display_name_custom],.acf-field[data-name=acfe_form_user_save_email_custom],.acf-field[data-name=acfe_form_user_save_first_name_custom],.acf-field[data-name=acfe_form_user_save_last_name_custom],.acf-field[data-name=acfe_form_user_save_nickname_custom],.acf-field[data-name=acfe_form_user_save_password_custom],.acf-field[data-name=acfe_form_user_save_username_custom],.acf-field[data-name=acfe_form_user_save_website_custom]{border-top:0;padding-top:0}.acf-field.acf-field-acfe-form-attributes>.acf-input>.acf-fields>.acf-field,.acf-field.acf-field-acfe-form-fields-attributes>.acf-input>.acf-fields>.acf-field{border-left-width:0}.acf-field-repeater.acf-field-acfe-form-email-files-static>.acf-input>.acf-repeater>.acf-actions,.acf-field-repeater.acf-field-acfe-form-email-files>.acf-input>.acf-repeater>.acf-actions{text-align:left}.misc-pub-acfe-object-category::before,.misc-pub-acfe-object-data::before,.misc-pub-acfe-object-id::before,.misc-pub-acfe-object-meta::before,.misc-pub-acfe-object-role::before,.misc-pub-acfe-object-single-meta::before,.misc-pub-acfe-object-type::before{font:19px/1 dashicons;speak:never;display:inline-block;margin-left:-1px;padding-right:3px;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#8c8f94;content:"\f173";margin-right:1px}.misc-pub-acfe-object-id::before{content:"\f464"}.misc-pub-acfe-object-type::before{content:"\f109"}.misc-pub-acfe-object-role::before{content:"\f338"}.misc-pub-acfe-object-category::before{content:"\f318"}.misc-pub-acfe-object-data::before{content:"\f206"}.misc-pub-acfe-object-meta::before{content:"\f17e"}.misc-pub-acfe-object-single-meta::before{content:"\f106"}.acfe-dev-postboxes .postbox>.postbox-header>h2.hndle{cursor:initial}.acfe-dev-postboxes .postbox>.postbox-header>.handle-actions>button,.acfe-dev-postboxes .postbox>.postbox-header>.handle-actions>span{display:none}.acfe-dev-postboxes .postbox>.inside{margin:0!important;padding:0!important}.acfe-dev-postboxes .postbox>.inside>.acf-field{padding:15px 0}.acfe-dev-postboxes.-side{min-width:auto!important}#acfe-clean-meta>.inside{margin:0!important;padding:15px 12px!important}.postbox#acfe-acf-custom-fields>.inside,.postbox#acfe-wp-custom-fields>.inside{padding:0;margin:0}.postbox#acfe-acf-custom-fields>.inside .wp-list-table,.postbox#acfe-wp-custom-fields>.inside .wp-list-table{border:0}.postbox#acfe-acf-custom-fields>.inside .wp-list-table .col-name,.postbox#acfe-wp-custom-fields>.inside .wp-list-table .col-name{width:30%}.postbox#acfe-acf-custom-fields>.inside .wp-list-table .col-value,.postbox#acfe-wp-custom-fields>.inside .wp-list-table .col-value{width:auto}.postbox#acfe-acf-custom-fields>.inside .wp-list-table .col-field-type,.postbox#acfe-wp-custom-fields>.inside .wp-list-table .col-field-type{width:100px}.postbox#acfe-acf-custom-fields>.inside .wp-list-table .col-field-group,.postbox#acfe-wp-custom-fields>.inside .wp-list-table .col-field-group{width:120px}.postbox#acfe-acf-custom-fields>.inside .wp-list-table .col-autoload,.postbox#acfe-wp-custom-fields>.inside .wp-list-table .col-autoload{width:65px}.postbox#acfe-acf-custom-fields+.acfe_dev_bulk_actions,.postbox#acfe-wp-custom-fields+.acfe_dev_bulk_actions{padding-top:0;margin-top:-8px;margin-bottom:20px}.postbox#acfe-acf-custom-fields+.acfe_dev_bulk_actions:last-child,.postbox#acfe-wp-custom-fields+.acfe_dev_bulk_actions:last-child{margin-bottom:0}.postbox#acfe-acf-custom-fields em,.postbox#acfe-wp-custom-fields em{color:#aaa}.postbox#acfe-acf-custom-fields .acfe_dev_meta_count,.postbox#acfe-wp-custom-fields .acfe_dev_meta_count{background:#72777c;padding:1px 5px;border-radius:4px;color:#fff;margin-left:7px;font-size:12px;margin-right:auto}.postbox#acfe-acf-custom-fields pre,.postbox#acfe-wp-custom-fields pre{max-height:200px;overflow:auto;white-space:pre}.postbox#acfe-acf-custom-fields pre.raw,.postbox#acfe-wp-custom-fields pre.raw{white-space:unset;margin-top:10px;max-width:100%}@media only screen and (max-width:1100px){.postbox#acfe-acf-custom-fields thead,.postbox#acfe-wp-custom-fields thead{display:none}.postbox#acfe-acf-custom-fields tbody tr,.postbox#acfe-wp-custom-fields tbody tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.postbox#acfe-acf-custom-fields tbody td,.postbox#acfe-acf-custom-fields tbody th,.postbox#acfe-wp-custom-fields tbody td,.postbox#acfe-wp-custom-fields tbody th{display:block}.postbox#acfe-acf-custom-fields tbody td:first-of-type,.postbox#acfe-wp-custom-fields tbody td:first-of-type{-webkit-box-flex:1;-ms-flex:1;flex:1}.postbox#acfe-acf-custom-fields tbody td:first-of-type strong,.postbox#acfe-wp-custom-fields tbody td:first-of-type strong{display:inline-block;word-break:break-all}.postbox#acfe-acf-custom-fields tbody td:first-of-type .row-actions,.postbox#acfe-wp-custom-fields tbody td:first-of-type .row-actions{display:inline-block;padding:0;float:right}@media only screen and (max-width:850px){.postbox#acfe-acf-custom-fields tbody td:first-of-type,.postbox#acfe-wp-custom-fields tbody td:first-of-type{line-height:2.2}.postbox#acfe-acf-custom-fields tbody td:first-of-type .row-actions,.postbox#acfe-wp-custom-fields tbody td:first-of-type .row-actions{left:auto}}.postbox#acfe-acf-custom-fields tbody td:first-of-type .row-actions .delete,.postbox#acfe-acf-custom-fields tbody td:first-of-type .row-actions a,.postbox#acfe-wp-custom-fields tbody td:first-of-type .row-actions .delete,.postbox#acfe-wp-custom-fields tbody td:first-of-type .row-actions a{padding:0}.postbox#acfe-acf-custom-fields tbody td:nth-child(3),.postbox#acfe-wp-custom-fields tbody td:nth-child(3){-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}}body:not(.acf-admin-5-3) .acf-field .select2-container .select2-selection,body:not(.acf-admin-5-3) .acf-field .select2-container .select2-selection__choice,body:not(.acf-admin-5-3) .acf-field .select2-dropdown{border-color:#dfdfdf!important;border-radius:0!important}body:not(.acf-admin-5-3) .acf-field .select2-container .select2-search--inline .select2-search__field{margin-top:0!important}.acf-field .select2-container .select2-selection--single{border-radius:3px!important;height:30px!important;outline:0}.acf-field .select2-container.select2-container--open .select2-selection--single,.acf-field .select2-container:focus .select2-selection--single{border-color:#007cba!important;color:#016087!important;-webkit-box-shadow:0 0 0 1px #007cba!important;box-shadow:0 0 0 1px #007cba!important}.acf-field .select2-container .select2-selection--single .select2-selection__rendered{font-size:14px;height:28px;line-height:27px!important;padding-right:23px!important}.acf-field .select2-container .select2-selection--single .select2-selection__clear{line-height:26px;height:28px;font-size:16px}.acf-field .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#444}.acf-field .select2-container--default .select2-selection--single .select2-selection__arrow{height:28px!important}.acf-field .select2-container--default .select2-selection--single .select2-selection__arrow b{background:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') 0 0/16px 16px no-repeat;border:0!important;width:16px!important;height:16px!important;margin-left:-11px!important;margin-top:-7px!important}.acf-field .select2-container .select2-search--inline .select2-search__field{margin-top:4px!important;font-size:14px!important;padding-left:6px!important}.acf-field .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder{color:#444}.acf-field .select2-container .select2-search--inline .select2-search__field::-moz-placeholder{color:#444}.acf-field .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder{color:#444}.acf-field .select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder{color:#444}.acf-field .select2-container .select2-search--inline .select2-search__field::placeholder{color:#444}.acf-field .select2-container .select2-selection__choice+.select2-search--inline .select2-search__field{padding-left:2px!important}.acf-field .select2-container .select2-selection--multiple{min-height:30px!important;line-height:1;border-radius:3px!important}.acf-field .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:0 2px!important}.acf-field .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-right:2px!important;margin-top:2px!important;line-height:1.6;border-radius:3px!important;font-size:14px}.acf-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{float:right;margin-left:3px;margin-right:0;line-height:23px;font-size:15px;vertical-align:text-top}.acf-field .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#7e8993!important}.acf-field .select2-container--default .select2-selection--multiple .select2-selection__clear{margin-top:5px!important;margin-right:5px!important;font-size:16px}.acf-field>.acf-input>.select2 .select2-search{width:auto}.select2-container .select2-dropdown .select2-search__field{min-height:30px!important;border:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding:0 2px}.select2-container .select2-dropdown .select2-search__field::-webkit-input-placeholder{color:#777}.select2-container .select2-dropdown .select2-search__field::-moz-placeholder{color:#777}.select2-container .select2-dropdown .select2-search__field:-ms-input-placeholder{color:#777}.select2-container .select2-dropdown .select2-search__field::-ms-input-placeholder{color:#777}.select2-container .select2-dropdown .select2-search__field::placeholder{color:#777}.select2-selection__choice>code,.select2-selection__rendered>code{font-size:12px;padding:3px;vertical-align:1px;line-height:12px}.select2-results__option>code{font-size:12px}.acf-input-wrap .acf-is-prepended+.select2>.selection>.select2-selection{border-radius:0 3px 3px 0!important}.acf-input-wrap .acf-is-appended+.select2>.selection>.select2-selection{border-radius:3px 0 0 3px!important}.acf-input-wrap .acf-is-prepended.acf-is-appended+.select2>.selection>.select2-selection{border-radius:0!important}.acf-tab-group li a .acfe-tab-badge{border-radius:100px;background:#ddd;width:18px;height:18px;font-size:12px;display:inline-block;vertical-align:text-bottom;padding:0;text-align:center;margin-left:5px;line-height:18px}.acf-tab-group li a:hover .acfe-tab-badge,.acf-tab-group li.active a .acfe-tab-badge{background:#f1f1f1}.acf-field>.acf-input>.acf-input-wrap{overflow:initial}.acf-field>.acf-input>.acf-input-append+.acf-input-wrap,.acf-field>.acf-input>.acf-input-prepend+.acf-input-wrap{overflow:hidden}.menu-item-settings{position:initial}@media screen and (min-width:783px){.postbox .handle-order-higher,.postbox .handle-order-lower{visibility:hidden}.postbox:hover .handle-order-higher,.postbox:hover .handle-order-lower{visibility:visible}}.postbox .handle-order-higher,.postbox .handle-order-lower{vertical-align:bottom;width:1.42rem}.postbox .handle-order-higher .order-higher-indicator::before,.postbox .handle-order-lower .order-lower-indicator::before{font-size:15px;top:.23rem}.postbox .handlediv{width:1.62rem}.postbox .handlediv .toggle-indicator::before{text-indent:-7px;top:.1rem}#poststuff .stuffbox>h3,#poststuff h2,#poststuff h3.hndle{line-height:1.48}.acf-settings-wrap .acf-box{margin:16px 0}.acf-box .title{padding:8px 15px}.acf-box .title h3{line-height:1.4}.acf-columns-2{margin-right:300px;clear:both}.acf-columns-2:after{display:block;clear:both;content:""}html[dir=rtl] .acf-columns-2{margin-right:0;margin-left:300px}.acf-columns-2 .acf-column-1{float:left;width:100%}html[dir=rtl] .acf-columns-2 .acf-column-1{float:right}.acf-columns-2 .acf-column-2{float:right;margin-right:-300px;width:280px}html[dir=rtl] .acf-columns-2 .acf-column-2{float:left;margin-right:0;margin-left:-300px}@media only screen and (max-width:850px){.acf-columns-2{margin-right:0}.acf-columns-2 .acf-column-1,.acf-columns-2 .acf-column-2{float:none;width:auto;margin:0}}body.is-dragging-metaboxes #acf_after_title-sortables{outline:#646970 dashed 3px;display:flow-root;min-height:60px;margin-bottom:3px!important}
|
1 |
+
code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:1em}pre{display:block;padding:9.5px;margin:0;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f9f9f9;border:1px solid #ccc;border-radius:1px;white-space:pre-wrap;overflow:auto}code{-webkit-user-select:all;-moz-user-select:all;user-select:all}pre>code{-webkit-user-select:inherit;-moz-user-select:inherit;-ms-user-select:inherit;user-select:inherit;padding:0;margin:0;background:0 0;font-size:1em;display:block}.code-codemirror>.CodeMirror,.pre-codemirror>.CodeMirror{border:1px solid #ccc;height:auto;width:auto;background:#f9f9f9;padding:9px 6px}.code-codemirror{display:inline;vertical-align:middle}.code-codemirror>.CodeMirror{display:inline-block;padding:0}.code-codemirror>.CodeMirror .CodeMirror-selected,.pre-codemirror>.CodeMirror .CodeMirror-selected{background:#ddd!important}.code-codemirror>.CodeMirror .CodeMirror-lines,.pre-codemirror>.CodeMirror .CodeMirror-lines{padding:0}.widget.open{z-index:inherit!important}.acfe-pre-highlight{display:block;padding:9.5px;margin:0;line-height:1.42857143;color:#333;background-color:#f9f9f9;border:1px solid #ccc;border-radius:1px;overflow:auto;font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-size:1em;white-space:nowrap}.acf-postbox.seamless>.inside>.acf-field{padding:15px 12px}.acf-flexible-content .layout.ui-sortable-helper:first-child+.layout.ui-sortable-placeholder{margin-top:0}.acfe-postbox.acfe-postbox-no-handle h2.hndle{cursor:initial}.acfe-postbox.acfe-postbox-no-handle .handlediv{display:none}.acfe-postbox-top>.inside{position:relative}.acfe-postbox-top>.inside.-border{border:1px solid #ccd0d4;background:#fff}.acfe-postbox-top>.inside>.acf-field{position:relative;margin:0;padding:15px 12px;border-top:1px solid #eee}.acfe-postbox-top>.inside>.acf-field:first-child{border-top:none;margin-top:0}.acfe-postbox-left>.inside{position:relative}.acfe-postbox-left>.inside:after{display:block;clear:both;content:""}.acfe-postbox-left>.inside.-border{border:1px solid #ccd0d4;background:#fff}.acfe-postbox-left>.inside>.acf-field{position:relative;margin:0;border-top:1px solid #eee;padding:15px 0}.acfe-postbox-left>.inside>.acf-field:first-child{border-top:none;margin-top:0}.acfe-postbox-left>.inside.-clear>.acf-field{border:none;padding:0;margin:15px 0}.acfe-postbox-left>.inside>.acf-field:after{display:block;clear:both;content:""}.acfe-postbox-left>.inside>.acf-field:before{content:"";display:block;position:absolute;z-index:0;background:#f9f9f9;border-color:#e1e1e1;border-style:solid;border-width:0 1px 0 0;top:0;bottom:0;left:0;width:20%}.acfe-postbox-left>.inside>.acf-field[data-width]{float:none;width:auto!important;border-left-width:0!important;border-right-width:0!important}.acfe-postbox-left>.inside>.acf-field>.acf-label{float:left;width:20%;margin:0;padding:0 12px}.acfe-postbox-left>.inside>.acf-field>.acf-input{float:left;width:80%;margin:0;padding:0 12px}html[dir=rtl] .acfe-postbox-left>.inside>.acf-field:before{border-width:0 0 0 1px;left:auto;right:0}html[dir=rtl] .acfe-postbox-left>.inside>.acf-field>.acf-input,html[dir=rtl] .acfe-postbox-left>.inside>.acf-field>.acf-label{float:right}#side-sortables .acfe-postbox-left>.inside>.acf-field:before{display:none}#side-sortables .acfe-postbox-left>.inside>.acf-field>.acf-label{width:100%;margin-bottom:10px}#side-sortables .acfe-postbox-left>.inside>.acf-field>.acf-input{width:100%}@media screen and (max-width:640px){.acfe-postbox-left>.inside>.acf-field:before{display:none}.acfe-postbox-left>.inside>.acf-field>.acf-label{width:100%;margin-bottom:10px}.acfe-postbox-left>.inside>.acf-field>.acf-input{width:100%}}.wrap .acfe-dop-admin-config,.wrap .acfe-dpt-admin-config,.wrap .acfe-dt-admin-config{display:inline-block;padding-left:4px;padding-right:4px}.wrap .acfe-dop-admin-config:active,.wrap .acfe-dpt-admin-config:active,.wrap .acfe-dt-admin-config:active{padding-left:4px;padding-right:4px}.wrap .acfe-dop-admin-config span,.wrap .acfe-dpt-admin-config span,.wrap .acfe-dt-admin-config span{font-size:16px;vertical-align:text-top;height:15px;width:19px;line-height:19px}body.post-type-acfe-dbt #minor-publishing-actions,body.post-type-acfe-dbt #misc-publishing-actions #visibility,body.post-type-acfe-dbt #misc-publishing-actions .edit-post-status,body.post-type-acfe-dbt #misc-publishing-actions .edit-timestamp,body.post-type-acfe-dop #minor-publishing-actions,body.post-type-acfe-dop #misc-publishing-actions #visibility,body.post-type-acfe-dop #misc-publishing-actions .edit-post-status,body.post-type-acfe-dop #misc-publishing-actions .edit-timestamp,body.post-type-acfe-dpt #minor-publishing-actions,body.post-type-acfe-dpt #misc-publishing-actions #visibility,body.post-type-acfe-dpt #misc-publishing-actions .edit-post-status,body.post-type-acfe-dpt #misc-publishing-actions .edit-timestamp,body.post-type-acfe-dt #minor-publishing-actions,body.post-type-acfe-dt #misc-publishing-actions #visibility,body.post-type-acfe-dt #misc-publishing-actions .edit-post-status,body.post-type-acfe-dt #misc-publishing-actions .edit-timestamp,body.post-type-acfe-form #minor-publishing-actions,body.post-type-acfe-form #misc-publishing-actions #visibility,body.post-type-acfe-form #misc-publishing-actions .edit-post-status,body.post-type-acfe-form #misc-publishing-actions .edit-timestamp,body.post-type-acfe-template #minor-publishing-actions,body.post-type-acfe-template #misc-publishing-actions #visibility,body.post-type-acfe-template #misc-publishing-actions .edit-post-status,body.post-type-acfe-template #misc-publishing-actions .edit-timestamp{display:none!important}body.post-type-acfe-dbt .acfe-misc-export,body.post-type-acfe-dop .acfe-misc-export,body.post-type-acfe-dpt .acfe-misc-export,body.post-type-acfe-dt .acfe-misc-export,body.post-type-acfe-form .acfe-misc-export,body.post-type-acfe-template .acfe-misc-export{padding-top:2px}body.post-type-acfe-dbt .acfe-misc-export span.dashicons,body.post-type-acfe-dop .acfe-misc-export span.dashicons,body.post-type-acfe-dpt .acfe-misc-export span.dashicons,body.post-type-acfe-dt .acfe-misc-export span.dashicons,body.post-type-acfe-form .acfe-misc-export span.dashicons,body.post-type-acfe-template .acfe-misc-export span.dashicons{font-size:18px;color:#82878c;line-height:1.2;width:18px;margin-right:4px}body.post-type-acfe-dbt.post-new-php .acfe-misc-export,body.post-type-acfe-dop.post-new-php .acfe-misc-export,body.post-type-acfe-dpt.post-new-php .acfe-misc-export,body.post-type-acfe-dt.post-new-php .acfe-misc-export,body.post-type-acfe-form.post-new-php .acfe-misc-export,body.post-type-acfe-template.post-new-php .acfe-misc-export{display:none}body.post-type-acfe-dbt .status-acf-disabled .column-title a,body.post-type-acfe-dbt .status-acf-disabled .column-title code,body.post-type-acfe-dop .status-acf-disabled .column-title a,body.post-type-acfe-dop .status-acf-disabled .column-title code,body.post-type-acfe-dpt .status-acf-disabled .column-title a,body.post-type-acfe-dpt .status-acf-disabled .column-title code,body.post-type-acfe-dt .status-acf-disabled .column-title a,body.post-type-acfe-dt .status-acf-disabled .column-title code,body.post-type-acfe-form .status-acf-disabled .column-title a,body.post-type-acfe-form .status-acf-disabled .column-title code,body.post-type-acfe-template .status-acf-disabled .column-title a,body.post-type-acfe-template .status-acf-disabled .column-title code{color:#555!important}body.post-type-acfe-dbt .status-acf-disabled .column-title strong,body.post-type-acfe-dop .status-acf-disabled .column-title strong,body.post-type-acfe-dpt .status-acf-disabled .column-title strong,body.post-type-acfe-dt .status-acf-disabled .column-title strong,body.post-type-acfe-form .status-acf-disabled .column-title strong,body.post-type-acfe-template .status-acf-disabled .column-title strong{color:#a0a5aa}body.post-type-acfe-dbt .column-acfe-posts,body.post-type-acfe-dbt .column-acfe-terms,body.post-type-acfe-dop .column-acfe-posts,body.post-type-acfe-dop .column-acfe-terms,body.post-type-acfe-dpt .column-acfe-posts,body.post-type-acfe-dpt .column-acfe-terms,body.post-type-acfe-dt .column-acfe-posts,body.post-type-acfe-dt .column-acfe-terms,body.post-type-acfe-form .column-acfe-posts,body.post-type-acfe-form .column-acfe-terms,body.post-type-acfe-template .column-acfe-posts,body.post-type-acfe-template .column-acfe-terms{width:120px}.acf-field.acf-field-acfe-author>.acf-label{display:none}.edit-post-layout__metaboxes:not(:empty){background:#f3f4f5;padding:10px 10px 0!important}.edit-post-layout__metaboxes .edit-post-meta-boxes-area .postbox{margin-bottom:10px;border:1px solid #e1e1e1}.edit-post-layout__metaboxes .edit-post-meta-boxes-area .postbox>.inside{border-bottom:0}#acf-admin-tool-acfe_dynamic_block_types_export ul,#acf-admin-tool-acfe_dynamic_forms_export ul,#acf-admin-tool-acfe_dynamic_options_pages_export ul,#acf-admin-tool-acfe_dynamic_post_types_export ul,#acf-admin-tool-acfe_dynamic_taxonomies_export ul{-webkit-column-width:200px;-moz-column-width:200px;column-width:200px}#acf-admin-tool-acfe_dynamic_block_types_export .acf-postbox-columns,#acf-admin-tool-acfe_dynamic_forms_export .acf-postbox-columns,#acf-admin-tool-acfe_dynamic_options_pages_export .acf-postbox-columns,#acf-admin-tool-acfe_dynamic_post_types_export .acf-postbox-columns,#acf-admin-tool-acfe_dynamic_taxonomies_export .acf-postbox-columns{margin-right:0}.acf-meta-box-wrap.-grid #acf-admin-tool-acfe-fg-local{display:none}#acfe-admin-settings .inside>.acf-field{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}#acfe-admin-settings .inside>.acf-field>.acf-label{padding-top:15px;padding-bottom:15px;float:none}#acfe-admin-settings .inside>.acf-field>.acf-label label span.acf-js-tooltip{float:right;font-size:14px;color:#ccc}#acfe-admin-settings .inside>.acf-field>.acf-input{display:-webkit-box;display:-ms-flexbox;display:flex;float:none;padding:0}#acfe-admin-settings .inside>.acf-field>.acf-input>div{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;padding:8px;min-width:0}#acfe-admin-settings .inside>.acf-field>.acf-input>div:nth-child(2){border-left:1px solid #eee}#acfe-admin-settings .inside>.acf-field>.acf-input .acfe-settings-text{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:inline-block}#acfe-admin-settings .inside>.acf-field>.acf-input .acfe-settings-text>code{font-size:12px}#acfe-admin-settings .inside>.acf-field>.acf-input .dashicons-saved{font-size:21px;display:inline}#acfe-admin-settings .inside>.acf-field>.acf-input .dashicons-no-alt{color:#ccc;font-size:21px;display:inline}#acfe-admin-settings .inside>.acf-field.acfe-settings-thead>.acf-input{padding:0;border-bottom:1px solid #eee}#acfe-admin-settings .inside>.acf-field.acfe-settings-thead+.acf-field{border-top:0}.settings_page_acfe-options .column-option_id{width:65px}.settings_page_acfe-options .column-option_name{width:435px}.settings_page_acfe-options .column-autoload{width:100px;text-align:center}.acf-field[data-name=acfe_form_action_docs]{padding:0!important;border:0!important;position:absolute!important;top:12px;right:11px;z-index:3}.acf-field[data-name=acfe_form_action_docs]::before{background:0 0!important;border:0!important}.acf-field[data-name=acfe_form_action_docs]>.acf-label{min-height:0!important}.acf-field[data-name=acfe_form_action_docs]>.acf-input{float:none!important;width:auto!important;padding:0!important}.acf-field[data-name=acfe_form_action_docs]+.acf-field,.acf-field[data-name=acfe_form_action_docs]+.acf-tab-wrap>.acf-tab-group{border-top:0}.acf-field[data-name=acfe_form_post_save_post_content_custom],.acf-field[data-name=acfe_form_post_save_post_excerpt_custom],.acf-field[data-name=acfe_form_post_save_post_name_custom],.acf-field[data-name=acfe_form_post_save_post_title_custom],.acf-field[data-name=acfe_form_term_save_description_custom],.acf-field[data-name=acfe_form_term_save_name_custom],.acf-field[data-name=acfe_form_term_save_slug_custom],.acf-field[data-name=acfe_form_user_save_description_custom],.acf-field[data-name=acfe_form_user_save_display_name_custom],.acf-field[data-name=acfe_form_user_save_email_custom],.acf-field[data-name=acfe_form_user_save_first_name_custom],.acf-field[data-name=acfe_form_user_save_last_name_custom],.acf-field[data-name=acfe_form_user_save_nickname_custom],.acf-field[data-name=acfe_form_user_save_password_custom],.acf-field[data-name=acfe_form_user_save_username_custom],.acf-field[data-name=acfe_form_user_save_website_custom]{border-top:0!important;padding-top:0!important}.acf-field.acf-field-acfe-form-attributes>.acf-input>.acf-fields>.acf-field,.acf-field.acf-field-acfe-form-fields-attributes>.acf-input>.acf-fields>.acf-field{border-left-width:0}.acf-field-repeater.acf-field-acfe-form-email-files-static>.acf-input>.acf-repeater>.acf-actions,.acf-field-repeater.acf-field-acfe-form-email-files>.acf-input>.acf-repeater>.acf-actions{text-align:left}.misc-pub-acfe-object-category::before,.misc-pub-acfe-object-data::before,.misc-pub-acfe-object-id::before,.misc-pub-acfe-object-meta::before,.misc-pub-acfe-object-role::before,.misc-pub-acfe-object-single-meta::before,.misc-pub-acfe-object-type::before{font:19px/1 dashicons;speak:never;display:inline-block;margin-left:-1px;padding-right:3px;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#8c8f94;content:"\f173";margin-right:1px}.misc-pub-acfe-object-id::before{content:"\f464"}.misc-pub-acfe-object-type::before{content:"\f109"}.misc-pub-acfe-object-role::before{content:"\f338"}.misc-pub-acfe-object-category::before{content:"\f318"}.misc-pub-acfe-object-data::before{content:"\f206"}.misc-pub-acfe-object-meta::before{content:"\f17e"}.misc-pub-acfe-object-single-meta::before{content:"\f106"}.acfe-dev-postboxes .postbox>.postbox-header>h2.hndle{cursor:initial}.acfe-dev-postboxes .postbox>.postbox-header>.handle-actions>button,.acfe-dev-postboxes .postbox>.postbox-header>.handle-actions>span{display:none}.acfe-dev-postboxes .postbox>.inside{margin:0!important;padding:0!important}.acfe-dev-postboxes .postbox>.inside>.acf-field{padding:15px 0}.acfe-dev-postboxes.-side{min-width:auto!important}#acfe-clean-meta>.inside{margin:0!important;padding:15px 12px!important}.postbox#acfe-acf-custom-fields>.inside,.postbox#acfe-wp-custom-fields>.inside{padding:0;margin:0}.postbox#acfe-acf-custom-fields>.inside .wp-list-table,.postbox#acfe-wp-custom-fields>.inside .wp-list-table{border:0}.postbox#acfe-acf-custom-fields>.inside .wp-list-table .col-name,.postbox#acfe-wp-custom-fields>.inside .wp-list-table .col-name{width:30%}.postbox#acfe-acf-custom-fields>.inside .wp-list-table .col-value,.postbox#acfe-wp-custom-fields>.inside .wp-list-table .col-value{width:auto}.postbox#acfe-acf-custom-fields>.inside .wp-list-table .col-field-type,.postbox#acfe-wp-custom-fields>.inside .wp-list-table .col-field-type{width:100px}.postbox#acfe-acf-custom-fields>.inside .wp-list-table .col-field-group,.postbox#acfe-wp-custom-fields>.inside .wp-list-table .col-field-group{width:120px}.postbox#acfe-acf-custom-fields>.inside .wp-list-table .col-autoload,.postbox#acfe-wp-custom-fields>.inside .wp-list-table .col-autoload{width:65px}.postbox#acfe-acf-custom-fields+.acfe_dev_bulk_actions,.postbox#acfe-wp-custom-fields+.acfe_dev_bulk_actions{padding-top:0;margin-top:-8px;margin-bottom:20px}.postbox#acfe-acf-custom-fields+.acfe_dev_bulk_actions:last-child,.postbox#acfe-wp-custom-fields+.acfe_dev_bulk_actions:last-child{margin-bottom:0}.postbox#acfe-acf-custom-fields em,.postbox#acfe-wp-custom-fields em{color:#aaa}.postbox#acfe-acf-custom-fields .acfe_dev_meta_count,.postbox#acfe-wp-custom-fields .acfe_dev_meta_count{background:#72777c;padding:1px 5px;border-radius:4px;color:#fff;margin-left:7px;font-size:12px;margin-right:auto}.postbox#acfe-acf-custom-fields pre,.postbox#acfe-wp-custom-fields pre{max-height:200px;overflow:auto;white-space:pre}.postbox#acfe-acf-custom-fields pre.raw,.postbox#acfe-wp-custom-fields pre.raw{white-space:unset;margin-top:10px;max-width:100%}@media only screen and (max-width:1100px){.postbox#acfe-acf-custom-fields thead,.postbox#acfe-wp-custom-fields thead{display:none}.postbox#acfe-acf-custom-fields tbody tr,.postbox#acfe-wp-custom-fields tbody tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.postbox#acfe-acf-custom-fields tbody td,.postbox#acfe-acf-custom-fields tbody th,.postbox#acfe-wp-custom-fields tbody td,.postbox#acfe-wp-custom-fields tbody th{display:block}.postbox#acfe-acf-custom-fields tbody td:first-of-type,.postbox#acfe-wp-custom-fields tbody td:first-of-type{-webkit-box-flex:1;-ms-flex:1;flex:1}.postbox#acfe-acf-custom-fields tbody td:first-of-type strong,.postbox#acfe-wp-custom-fields tbody td:first-of-type strong{display:inline-block;word-break:break-all}.postbox#acfe-acf-custom-fields tbody td:first-of-type .row-actions,.postbox#acfe-wp-custom-fields tbody td:first-of-type .row-actions{display:inline-block;padding:0;float:right}@media only screen and (max-width:850px){.postbox#acfe-acf-custom-fields tbody td:first-of-type,.postbox#acfe-wp-custom-fields tbody td:first-of-type{line-height:2.2}.postbox#acfe-acf-custom-fields tbody td:first-of-type .row-actions,.postbox#acfe-wp-custom-fields tbody td:first-of-type .row-actions{left:auto}}.postbox#acfe-acf-custom-fields tbody td:first-of-type .row-actions .delete,.postbox#acfe-acf-custom-fields tbody td:first-of-type .row-actions a,.postbox#acfe-wp-custom-fields tbody td:first-of-type .row-actions .delete,.postbox#acfe-wp-custom-fields tbody td:first-of-type .row-actions a{padding:0}.postbox#acfe-acf-custom-fields tbody td:nth-child(3),.postbox#acfe-wp-custom-fields tbody td:nth-child(3){-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}}body:not(.acf-admin-5-3) .acf-field .select2-container .select2-selection,body:not(.acf-admin-5-3) .acf-field .select2-container .select2-selection__choice,body:not(.acf-admin-5-3) .acf-field .select2-dropdown{border-color:#dfdfdf!important;border-radius:0!important}body:not(.acf-admin-5-3) .acf-field .select2-container .select2-search--inline .select2-search__field{margin-top:0!important}.acf-field .select2-container .select2-selection--single{border-radius:3px!important;height:30px!important;outline:0}.acf-field .select2-container.select2-container--open .select2-selection--single,.acf-field .select2-container:focus .select2-selection--single{border-color:#007cba!important;color:#016087!important;-webkit-box-shadow:0 0 0 1px #007cba!important;box-shadow:0 0 0 1px #007cba!important}.acf-field .select2-container .select2-selection--single .select2-selection__rendered{font-size:14px;height:28px;line-height:27px!important;padding-right:23px!important}.acf-field .select2-container .select2-selection--single .select2-selection__clear{line-height:26px;height:28px;font-size:16px}.acf-field .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#444}.acf-field .select2-container--default .select2-selection--single .select2-selection__arrow{height:28px!important}.acf-field .select2-container--default .select2-selection--single .select2-selection__arrow b{background:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') 0 0/16px 16px no-repeat;border:0!important;width:16px!important;height:16px!important;margin-left:-11px!important;margin-top:-7px!important}.acf-field .select2-container .select2-search--inline .select2-search__field{margin-top:4px!important;font-size:14px!important;padding-left:6px!important}.acf-field .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder{color:#444}.acf-field .select2-container .select2-search--inline .select2-search__field::-moz-placeholder{color:#444}.acf-field .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder{color:#444}.acf-field .select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder{color:#444}.acf-field .select2-container .select2-search--inline .select2-search__field::placeholder{color:#444}.acf-field .select2-container .select2-selection__choice+.select2-search--inline .select2-search__field{padding-left:2px!important}.acf-field .select2-container .select2-selection--multiple{min-height:30px!important;line-height:1;border-radius:3px!important}.acf-field .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:0 2px!important}.acf-field .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-right:2px!important;margin-top:2px!important;line-height:1.6;border-radius:3px!important;font-size:14px}.acf-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{float:right;margin-left:3px;margin-right:0;line-height:23px;font-size:15px;vertical-align:text-top}.acf-field .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#7e8993!important}.acf-field .select2-container--default .select2-selection--multiple .select2-selection__clear{margin-top:5px!important;margin-right:5px!important;font-size:16px}.acf-field>.acf-input>.select2 .select2-search{width:auto}.select2-container .select2-dropdown .select2-search__field{min-height:30px!important;border:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding:0 2px}.select2-container .select2-dropdown .select2-search__field::-webkit-input-placeholder{color:#777}.select2-container .select2-dropdown .select2-search__field::-moz-placeholder{color:#777}.select2-container .select2-dropdown .select2-search__field:-ms-input-placeholder{color:#777}.select2-container .select2-dropdown .select2-search__field::-ms-input-placeholder{color:#777}.select2-container .select2-dropdown .select2-search__field::placeholder{color:#777}.select2-selection__choice>code,.select2-selection__rendered>code{font-size:12px;padding:3px;vertical-align:1px;line-height:12px}.select2-results__option>code{font-size:12px}.acf-input-wrap .acf-is-prepended+.select2>.selection>.select2-selection{border-radius:0 3px 3px 0!important}.acf-input-wrap .acf-is-appended+.select2>.selection>.select2-selection{border-radius:3px 0 0 3px!important}.acf-input-wrap .acf-is-prepended.acf-is-appended+.select2>.selection>.select2-selection{border-radius:0!important}.acf-tab-group li a .acfe-tab-badge{border-radius:100px;background:#ddd;width:18px;height:18px;font-size:12px;display:inline-block;vertical-align:text-bottom;padding:0;text-align:center;margin-left:5px;line-height:18px}.acf-tab-group li a:hover .acfe-tab-badge,.acf-tab-group li.active a .acfe-tab-badge{background:#f1f1f1}.acf-field>.acf-input>.acf-input-wrap{overflow:initial}.acf-field>.acf-input>.acf-input-append+.acf-input-wrap,.acf-field>.acf-input>.acf-input-prepend+.acf-input-wrap{overflow:hidden}.menu-item-settings{position:initial}@media screen and (min-width:783px){.postbox .handle-order-higher,.postbox .handle-order-lower{visibility:hidden}.postbox:hover .handle-order-higher,.postbox:hover .handle-order-lower{visibility:visible}}.postbox .handle-order-higher,.postbox .handle-order-lower{vertical-align:bottom;width:1.42rem}.postbox .handle-order-higher .order-higher-indicator::before,.postbox .handle-order-lower .order-lower-indicator::before{font-size:15px;top:.23rem}.postbox .handlediv{width:1.62rem}.postbox .handlediv .toggle-indicator::before{text-indent:-7px;top:.1rem}#poststuff .stuffbox>h3,#poststuff h2,#poststuff h3.hndle{line-height:1.48}.acf-settings-wrap .acf-box{margin:16px 0}.acf-box .title{padding:8px 15px}.acf-box .title h3{line-height:1.4}.acf-columns-2{margin-right:300px;clear:both}.acf-columns-2:after{display:block;clear:both;content:""}html[dir=rtl] .acf-columns-2{margin-right:0;margin-left:300px}.acf-columns-2 .acf-column-1{float:left;width:100%}html[dir=rtl] .acf-columns-2 .acf-column-1{float:right}.acf-columns-2 .acf-column-2{float:right;margin-right:-300px;width:280px}html[dir=rtl] .acf-columns-2 .acf-column-2{float:left;margin-right:0;margin-left:-300px}@media only screen and (max-width:850px){.acf-columns-2{margin-right:0}.acf-columns-2 .acf-column-1,.acf-columns-2 .acf-column-2{float:none;width:auto;margin:0}}body.is-dragging-metaboxes #acf_after_title-sortables{outline:#646970 dashed 3px;display:flow-root;min-height:60px;margin-bottom:3px!important}
|
assets/css/acfe.css
CHANGED
@@ -509,6 +509,15 @@ body.block-editor-page .edit-post-layout .acfe-modal.-open {
|
|
509 |
background: rgba(0, 0, 0, .7)
|
510 |
}
|
511 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
512 |
body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields.-left {
|
513 |
height: 100%
|
514 |
}
|
@@ -541,54 +550,59 @@ body.block-editor-page .acfe-modal.-open.acfe-modal-sub>.acfe-modal-wrapper>.acf
|
|
541 |
}
|
542 |
|
543 |
body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper {
|
544 |
-
|
545 |
-
width: 100%;
|
546 |
-
max-height: calc(100vh - 70px);
|
547 |
-
max-width: calc(100vw - 340px);
|
548 |
margin-left: 170px;
|
549 |
-
|
|
|
550 |
}
|
551 |
|
552 |
-
body.block-editor-page.
|
553 |
-
margin-
|
|
|
|
|
|
|
554 |
}
|
555 |
|
556 |
-
body.block-editor-page.auto-fold.folded .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper,
|
557 |
body.block-editor-page.is-fullscreen-mode .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper {
|
558 |
-
margin-
|
|
|
|
|
|
|
559 |
}
|
560 |
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
margin-top: 40px;
|
565 |
-
max-width: calc(100vw - 180px);
|
566 |
-
margin-left: 170px
|
567 |
-
}
|
568 |
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
}
|
576 |
}
|
577 |
|
578 |
@media only screen and (max-width:960px) {
|
579 |
body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper {
|
580 |
-
|
581 |
-
margin-
|
582 |
-
max-
|
583 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
584 |
}
|
585 |
|
586 |
-
body.block-editor-page.auto-fold .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper
|
587 |
-
|
588 |
-
max-height: calc(100vh - 50px);
|
589 |
-
margin-top: 40px;
|
590 |
-
max-width: calc(100vw - 56px);
|
591 |
-
margin-left: 46px
|
592 |
}
|
593 |
}
|
594 |
|
@@ -596,8 +610,8 @@ body.block-editor-page.is-fullscreen-mode .edit-post-layout .acfe-modal.-open>.a
|
|
596 |
body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper {
|
597 |
max-width: calc(100vw - 20px) !important;
|
598 |
margin-left: 10px !important;
|
599 |
-
max-height: calc(100vh -
|
600 |
-
margin-top:
|
601 |
}
|
602 |
}
|
603 |
|
509 |
background: rgba(0, 0, 0, .7)
|
510 |
}
|
511 |
|
512 |
+
body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper {
|
513 |
+
height: 100%;
|
514 |
+
width: 100%;
|
515 |
+
max-height: calc(100vh - 70px);
|
516 |
+
max-width: calc(100vw - 340px);
|
517 |
+
margin-left: 170px;
|
518 |
+
margin-top: 50px
|
519 |
+
}
|
520 |
+
|
521 |
body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields.-left {
|
522 |
height: 100%
|
523 |
}
|
550 |
}
|
551 |
|
552 |
body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper {
|
553 |
+
margin-top: 103px;
|
|
|
|
|
|
|
554 |
margin-left: 170px;
|
555 |
+
max-height: calc(100vh - 139px);
|
556 |
+
max-width: calc(100vw - 181px)
|
557 |
}
|
558 |
|
559 |
+
body.block-editor-page.folded .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper {
|
560 |
+
margin-top: 103px;
|
561 |
+
margin-left: 46px;
|
562 |
+
max-height: calc(100vh - 139px);
|
563 |
+
max-width: calc(100vw - 57px)
|
564 |
}
|
565 |
|
|
|
566 |
body.block-editor-page.is-fullscreen-mode .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper {
|
567 |
+
margin-top: 69px;
|
568 |
+
margin-left: 9px;
|
569 |
+
max-height: calc(100vh - 104px);
|
570 |
+
max-width: calc(100vw - 18px)
|
571 |
}
|
572 |
|
573 |
+
body.block-editor-page .edit-post-layout.is-sidebar-opened .acfe-modal.-open>.acfe-modal-wrapper {
|
574 |
+
max-width: calc(100vw - 461px)
|
575 |
+
}
|
|
|
|
|
|
|
|
|
576 |
|
577 |
+
body.block-editor-page.folded .edit-post-layout.is-sidebar-opened .acfe-modal.-open>.acfe-modal-wrapper {
|
578 |
+
max-width: calc(100vw - 337px)
|
579 |
+
}
|
580 |
+
|
581 |
+
body.block-editor-page.is-fullscreen-mode .edit-post-layout.is-sidebar-opened .acfe-modal.-open>.acfe-modal-wrapper {
|
582 |
+
max-width: calc(100vw - 298px)
|
|
|
583 |
}
|
584 |
|
585 |
@media only screen and (max-width:960px) {
|
586 |
body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper {
|
587 |
+
margin-top: 103px;
|
588 |
+
margin-left: 170px;
|
589 |
+
max-height: calc(100vh - 139px);
|
590 |
+
max-width: calc(100vw - 181px)
|
591 |
+
}
|
592 |
+
|
593 |
+
body.block-editor-page .edit-post-layout.is-sidebar-opened .acfe-modal.-open>.acfe-modal-wrapper {
|
594 |
+
max-width: calc(100vw - 461px)
|
595 |
+
}
|
596 |
+
|
597 |
+
body.block-editor-page.auto-fold .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper {
|
598 |
+
margin-top: 103px;
|
599 |
+
margin-left: 46px;
|
600 |
+
max-height: calc(100vh - 139px);
|
601 |
+
max-width: calc(100vw - 57px)
|
602 |
}
|
603 |
|
604 |
+
body.block-editor-page.auto-fold .edit-post-layout.is-sidebar-opened .acfe-modal.-open>.acfe-modal-wrapper {
|
605 |
+
max-width: calc(100vw - 337px)
|
|
|
|
|
|
|
|
|
606 |
}
|
607 |
}
|
608 |
|
610 |
body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper {
|
611 |
max-width: calc(100vw - 20px) !important;
|
612 |
margin-left: 10px !important;
|
613 |
+
max-height: calc(100vh - 127px) !important;
|
614 |
+
margin-top: 117px !important
|
615 |
}
|
616 |
}
|
617 |
|
assets/css/acfe.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
body.acfe-modal-opened{overflow:hidden}.acfe-modal-overlay{background:rgba(0,0,0,.7);position:fixed;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:100000}.acfe-modal{display:none;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.acfe-modal.-open{position:fixed;z-index:100001;height:100%;width:100%;top:0;left:0;bottom:0;right:0;-webkit-font-smoothing:subpixel-antialiased;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none}.acfe-modal .acfe-modal-spacer{padding:15px}.acfe-modal.-open>.acfe-modal-wrapper{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.7);box-shadow:0 5px 15px rgba(0,0,0,.7);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100vw - 60px);max-width:1100px;max-height:calc(100vh - 60px);position:relative}.acfe-modal.-open.acfe-modal-sub>.acfe-modal-wrapper>.acfe-modal-wrapper-overlay{position:absolute;z-index:10;background:rgba(0,0,0,.7);height:100%;width:100%;pointer-events:none}.acfe-modal.-open.-small>.acfe-modal-wrapper{max-width:450px}.acfe-modal.-open.-medium>.acfe-modal-wrapper{max-width:700px}.acfe-modal.-open.-large>.acfe-modal-wrapper{max-width:1100px}.acfe-modal.-open.-xlarge>.acfe-modal-wrapper{max-width:1400px}.acfe-modal.-open.-full>.acfe-modal-wrapper{max-width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.acfe-modal.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields.-left{height:100%}.acfe-modal.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields.-left:before{content:"";display:block;position:absolute;z-index:0;background:#f9f9f9;border-color:#e1e1e1;border-style:solid;border-width:0 1px 0 0;top:0;bottom:0;left:0;width:20%}.acfe-modal.-settings.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields,.acfe-modal.-settings.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields>.acf-field-clone,.acfe-modal.-settings.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields>.acf-field-clone>.acf-input,.acfe-modal.-settings.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields>.acf-field-clone>.acf-input>.acf-clone-fields.acf-fields.-left{height:100%}.acfe-modal.-settings.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields>.acf-field-clone{padding:0}.acfe-modal.-settings.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields>.acf-field-clone>.acf-input{margin:0}.acfe-modal.-settings.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields>.acf-field-clone>.acf-input>.acf-clone-fields.acf-fields.-left:before{content:"";display:block;position:absolute;z-index:0;background:#f9f9f9;border-color:#e1e1e1;border-style:solid;border-width:0 1px 0 0;top:0;bottom:0;left:0;width:20%}.acfe-modal.-open .acfe-modal-title *,.acfe-modal.-open>.acfe-modal-title{-webkit-box-sizing:border-box;box-sizing:border-box}.acfe-modal.-open .acfe-modal-title{display:block;height:50px;line-height:50px;font-size:22px;color:#23282d;border-bottom:1px solid #ddd;-o-text-overflow:ellipsis;text-overflow:ellipsis;background:#fcfcfc;padding:0 0 0 16px;position:relative;text-align:left;pointer-events:auto}.acfe-modal.-open.acfe-modal-sub>.acfe-modal-wrapper>.acfe-modal-title{pointer-events:none}.acfe-modal.-open .acfe-modal-title>span.title{line-height:50px;color:#23282d;font-weight:600}.acfe-modal.-open .acfe-modal-title>span.title .acf-fc-layout-order{width:30px;height:30px;border-radius:30px;display:inline-block;text-align:center;line-height:30px;margin:0 2px 0 0;background:#f1f1f1;font-size:14px;color:#666;vertical-align:2px}.acfe-modal.-open .acfe-modal-title>button.close{height:50px;width:50px;color:#666;border:0;border-left:0;margin:0;padding:0;border-radius:0;position:absolute;top:0;right:0;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;-o-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out;background:0 0;cursor:pointer}.acfe-modal.-open .acfe-modal-title>button.close:hover{color:#00a0d2}.acfe-modal.-open .acfe-modal-title>button.close:before{height:50px;width:50px;line-height:50px!important;font:20px/1 dashicons;content:"\f158";margin:0;padding:0}.acfe-modal.-open .acfe-modal-content{height:100%;background:#fff;display:block;position:relative;pointer-events:auto;overflow:auto}.acfe-modal.-open.-iframe .acfe-modal-content{overflow:hidden}.acfe-modal.-open.acfe-modal-sub>.acfe-modal-wrapper>.acfe-modal-content{pointer-events:none}.acfe-modal.-open .acfe-modal-content .nav-tab-wrapper{padding:0;margin:0;border-bottom:1px solid #ddd}.acfe-modal.-open .acfe-modal-content .nav-tab-wrapper a{margin:0;border-left:0;border-top:0;border-bottom:0;background:#fff;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;-o-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out;padding:7px 15px;border-color:#ddd}.acfe-modal.-open .acfe-modal-content .nav-tab-wrapper a span.dashicons-menu{line-height:27px}.acfe-modal.-open>.acfe-modal-content .nav-tab-wrapper a:hover{background:#f9f9f9;color:#23282d}.acfe-modal.-open .acfe-modal-content .nav-tab-wrapper a.nav-tab-active,.acfe-modal.-open .acfe-modal-content .nav-tab-wrapper a.nav-tab-active:hover{background:#fcfcfc;color:#23282d}.acfe-modal.-open .acfe-modal-content .nav-tab:focus,.acfe-modal.-open .acfe-modal-content .nav-tab:focus:active{border-bottom:0;-webkit-box-shadow:none;box-shadow:none;outline:0}.acfe-modal.-open .acfe-modal-content .acfe-flex-container,.acfe-modal.-open .acfe-modal-content .acfe-flex-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.acfe-modal.-open .acfe-modal-content .acfe-flex-container{width:100%;padding:14px;margin-right:auto;margin-left:auto}.acfe-modal.-open .acfe-modal-content .acfe-flexible-categories~.acfe-flex-container{overflow:auto;height:calc(100% - 39px)}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul{margin:0 -7px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.acfe-modal.-open>.acfe-modal-content .acfe-flex-container ul:after{content:"";clear:both;display:table}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li{position:relative;width:100%;padding-right:7px;padding-left:7px;padding-bottom:14px;margin:0;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a{border:1px solid #ddd;background:#f9f9f9;padding:15px;color:#333;display:block;text-decoration:none;height:100%}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-flex-thumbnails ul li a{text-align:center}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a:hover{background:#007cba;color:#fff}body:not(.acf-admin-5-3) .acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a:hover{background:#0073aa}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a span{display:inline-block;font-size:16px;font-weight:600}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a span.badge.acf-js-tooltip{color:#999;font-weight:400;margin-left:2px;line-height:1.2;font-size:0}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a span.badge.acf-js-tooltip::before{font-size:16px}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a:hover span.badge.acf-js-tooltip{color:#fff}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a.disabled{pointer-events:none;opacity:.67}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a.disabled:hover{cursor:default}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a.disabled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-1 ul li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-2 ul li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-3 ul li{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-4 ul li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-5 ul li{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-6 ul li{-webkit-box-flex:0;-ms-flex:0 0 16.66%;flex:0 0 16.66%;max-width:16.66%}@media only screen and (max-width:960px){.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li{-webkit-box-flex:0!important;-ms-flex:0 0 50%!important;flex:0 0 50%!important;max-width:50%!important}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-1 ul li{-webkit-box-flex:0!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;max-width:100%!important}.acfe-modal.-open .acfe-modal-content ul li a{padding:7px}}@media only screen and (max-width:720px){.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li,.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-1 ul li{-webkit-box-flex:0!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;max-width:100%!important}}.acfe-modal.-open .acfe-modal-footer,.acfe-modal.-open .acfe-modal-footer *{-webkit-box-sizing:border-box;box-sizing:border-box}.acfe-modal.-open .acfe-modal-footer{display:block;height:50px;line-height:50px;color:#23282d;background:#fcfcfc;padding:0 16px;position:relative;text-align:right;border-top:1px solid #ddd;pointer-events:auto}.acfe-modal.-open.acfe-modal-sub>.acfe-modal-wrapper>.acfe-modal-footer{pointer-events:none}.acfe-modal.-open .acfe-modal-footer>button{vertical-align:baseline}body.block-editor-page .edit-post-layout .acfe-modal.-open{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;background:rgba(0,0,0,.7)}body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields.-left{height:100%}body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields.-left:before{content:"";display:block;position:absolute;z-index:0;background:#f9f9f9;border-color:#e1e1e1;border-style:solid;border-width:0 1px 0 0;top:0;bottom:0;left:0;width:20%}body.block-editor-page .acfe-modal-overlay{display:none}body.block-editor-page .acfe-modal.-open.acfe-modal-sub,body.block-editor-page .acfe-modal.-open.acfe-modal-sub>.acfe-modal-wrapper>.acfe-modal-wrapper-overlay{background:0 0}body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper{height:100%;width:100%;max-height:calc(100vh - 70px);max-width:calc(100vw - 340px);margin-left:170px;margin-top:50px}body.block-editor-page.auto-fold .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper{margin-left:240px}body.block-editor-page.auto-fold.folded .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper,body.block-editor-page.is-fullscreen-mode .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper{margin-left:170px}@media only screen and (max-width:1080px){body.block-editor-page.auto-fold .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper{max-height:calc(100vh - 50px);margin-top:40px;max-width:calc(100vw - 180px);margin-left:170px}body.block-editor-page.auto-fold.folded .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper,body.block-editor-page.is-fullscreen-mode .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper{max-height:calc(100vh - 50px);margin-top:40px;max-width:calc(100vw - 56px);margin-left:46px}}@media only screen and (max-width:960px){body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper{max-height:calc(100vh - 50px);margin-top:40px;max-width:calc(100vw - 180px);margin-left:170px}body.block-editor-page.auto-fold .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper,body.block-editor-page.is-fullscreen-mode .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper{max-height:calc(100vh - 50px);margin-top:40px;max-width:calc(100vw - 56px);margin-left:46px}}@media only screen and (max-width:782px){body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper{max-width:calc(100vw - 20px)!important;margin-left:10px!important;max-height:calc(100vh - 66px)!important;margin-top:56px!important}}body.wp-admin.upload-php.acfe-modal-opened>div:not([style*="display: none;"])>.media-modal.wp-core-ui:not(.acf-media-modal):before{content:"";display:block;position:absolute;background:rgba(0,0,0,.7);top:0;left:0;width:100%;height:100%;z-index:10000}.pac-container{z-index:100001}
|
1 |
+
body.acfe-modal-opened{overflow:hidden}.acfe-modal-overlay{background:rgba(0,0,0,.7);position:fixed;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:100000}.acfe-modal{display:none;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.acfe-modal.-open{position:fixed;z-index:100001;height:100%;width:100%;top:0;left:0;bottom:0;right:0;-webkit-font-smoothing:subpixel-antialiased;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none}.acfe-modal .acfe-modal-spacer{padding:15px}.acfe-modal.-open>.acfe-modal-wrapper{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.7);box-shadow:0 5px 15px rgba(0,0,0,.7);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100vw - 60px);max-width:1100px;max-height:calc(100vh - 60px);position:relative}.acfe-modal.-open.acfe-modal-sub>.acfe-modal-wrapper>.acfe-modal-wrapper-overlay{position:absolute;z-index:10;background:rgba(0,0,0,.7);height:100%;width:100%;pointer-events:none}.acfe-modal.-open.-small>.acfe-modal-wrapper{max-width:450px}.acfe-modal.-open.-medium>.acfe-modal-wrapper{max-width:700px}.acfe-modal.-open.-large>.acfe-modal-wrapper{max-width:1100px}.acfe-modal.-open.-xlarge>.acfe-modal-wrapper{max-width:1400px}.acfe-modal.-open.-full>.acfe-modal-wrapper{max-width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.acfe-modal.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields.-left{height:100%}.acfe-modal.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields.-left:before{content:"";display:block;position:absolute;z-index:0;background:#f9f9f9;border-color:#e1e1e1;border-style:solid;border-width:0 1px 0 0;top:0;bottom:0;left:0;width:20%}.acfe-modal.-settings.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields,.acfe-modal.-settings.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields>.acf-field-clone,.acfe-modal.-settings.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields>.acf-field-clone>.acf-input,.acfe-modal.-settings.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields>.acf-field-clone>.acf-input>.acf-clone-fields.acf-fields.-left{height:100%}.acfe-modal.-settings.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields>.acf-field-clone{padding:0}.acfe-modal.-settings.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields>.acf-field-clone>.acf-input{margin:0}.acfe-modal.-settings.-open.-full>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields>.acf-field-clone>.acf-input>.acf-clone-fields.acf-fields.-left:before{content:"";display:block;position:absolute;z-index:0;background:#f9f9f9;border-color:#e1e1e1;border-style:solid;border-width:0 1px 0 0;top:0;bottom:0;left:0;width:20%}.acfe-modal.-open .acfe-modal-title *,.acfe-modal.-open>.acfe-modal-title{-webkit-box-sizing:border-box;box-sizing:border-box}.acfe-modal.-open .acfe-modal-title{display:block;height:50px;line-height:50px;font-size:22px;color:#23282d;border-bottom:1px solid #ddd;-o-text-overflow:ellipsis;text-overflow:ellipsis;background:#fcfcfc;padding:0 0 0 16px;position:relative;text-align:left;pointer-events:auto}.acfe-modal.-open.acfe-modal-sub>.acfe-modal-wrapper>.acfe-modal-title{pointer-events:none}.acfe-modal.-open .acfe-modal-title>span.title{line-height:50px;color:#23282d;font-weight:600}.acfe-modal.-open .acfe-modal-title>span.title .acf-fc-layout-order{width:30px;height:30px;border-radius:30px;display:inline-block;text-align:center;line-height:30px;margin:0 2px 0 0;background:#f1f1f1;font-size:14px;color:#666;vertical-align:2px}.acfe-modal.-open .acfe-modal-title>button.close{height:50px;width:50px;color:#666;border:0;border-left:0;margin:0;padding:0;border-radius:0;position:absolute;top:0;right:0;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;-o-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out;background:0 0;cursor:pointer}.acfe-modal.-open .acfe-modal-title>button.close:hover{color:#00a0d2}.acfe-modal.-open .acfe-modal-title>button.close:before{height:50px;width:50px;line-height:50px!important;font:20px/1 dashicons;content:"\f158";margin:0;padding:0}.acfe-modal.-open .acfe-modal-content{height:100%;background:#fff;display:block;position:relative;pointer-events:auto;overflow:auto}.acfe-modal.-open.-iframe .acfe-modal-content{overflow:hidden}.acfe-modal.-open.acfe-modal-sub>.acfe-modal-wrapper>.acfe-modal-content{pointer-events:none}.acfe-modal.-open .acfe-modal-content .nav-tab-wrapper{padding:0;margin:0;border-bottom:1px solid #ddd}.acfe-modal.-open .acfe-modal-content .nav-tab-wrapper a{margin:0;border-left:0;border-top:0;border-bottom:0;background:#fff;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;-o-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out;padding:7px 15px;border-color:#ddd}.acfe-modal.-open .acfe-modal-content .nav-tab-wrapper a span.dashicons-menu{line-height:27px}.acfe-modal.-open>.acfe-modal-content .nav-tab-wrapper a:hover{background:#f9f9f9;color:#23282d}.acfe-modal.-open .acfe-modal-content .nav-tab-wrapper a.nav-tab-active,.acfe-modal.-open .acfe-modal-content .nav-tab-wrapper a.nav-tab-active:hover{background:#fcfcfc;color:#23282d}.acfe-modal.-open .acfe-modal-content .nav-tab:focus,.acfe-modal.-open .acfe-modal-content .nav-tab:focus:active{border-bottom:0;-webkit-box-shadow:none;box-shadow:none;outline:0}.acfe-modal.-open .acfe-modal-content .acfe-flex-container,.acfe-modal.-open .acfe-modal-content .acfe-flex-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.acfe-modal.-open .acfe-modal-content .acfe-flex-container{width:100%;padding:14px;margin-right:auto;margin-left:auto}.acfe-modal.-open .acfe-modal-content .acfe-flexible-categories~.acfe-flex-container{overflow:auto;height:calc(100% - 39px)}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul{margin:0 -7px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.acfe-modal.-open>.acfe-modal-content .acfe-flex-container ul:after{content:"";clear:both;display:table}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li{position:relative;width:100%;padding-right:7px;padding-left:7px;padding-bottom:14px;margin:0;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a{border:1px solid #ddd;background:#f9f9f9;padding:15px;color:#333;display:block;text-decoration:none;height:100%}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-flex-thumbnails ul li a{text-align:center}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a:hover{background:#007cba;color:#fff}body:not(.acf-admin-5-3) .acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a:hover{background:#0073aa}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a span{display:inline-block;font-size:16px;font-weight:600}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a span.badge.acf-js-tooltip{color:#999;font-weight:400;margin-left:2px;line-height:1.2;font-size:0}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a span.badge.acf-js-tooltip::before{font-size:16px}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a:hover span.badge.acf-js-tooltip{color:#fff}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a.disabled{pointer-events:none;opacity:.67}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a.disabled:hover{cursor:default}.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li a.disabled:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-1 ul li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-2 ul li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-3 ul li{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-4 ul li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-5 ul li{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-6 ul li{-webkit-box-flex:0;-ms-flex:0 0 16.66%;flex:0 0 16.66%;max-width:16.66%}@media only screen and (max-width:960px){.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li{-webkit-box-flex:0!important;-ms-flex:0 0 50%!important;flex:0 0 50%!important;max-width:50%!important}.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-1 ul li{-webkit-box-flex:0!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;max-width:100%!important}.acfe-modal.-open .acfe-modal-content ul li a{padding:7px}}@media only screen and (max-width:720px){.acfe-modal.-open .acfe-modal-content .acfe-flex-container ul li,.acfe-modal.-open .acfe-modal-content .acfe-flex-container.acfe-col-1 ul li{-webkit-box-flex:0!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;max-width:100%!important}}.acfe-modal.-open .acfe-modal-footer,.acfe-modal.-open .acfe-modal-footer *{-webkit-box-sizing:border-box;box-sizing:border-box}.acfe-modal.-open .acfe-modal-footer{display:block;height:50px;line-height:50px;color:#23282d;background:#fcfcfc;padding:0 16px;position:relative;text-align:right;border-top:1px solid #ddd;pointer-events:auto}.acfe-modal.-open.acfe-modal-sub>.acfe-modal-wrapper>.acfe-modal-footer{pointer-events:none}.acfe-modal.-open .acfe-modal-footer>button{vertical-align:baseline}body.block-editor-page .edit-post-layout .acfe-modal.-open{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;background:rgba(0,0,0,.7)}body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper{height:100%;width:100%;max-height:calc(100vh - 70px);max-width:calc(100vw - 340px);margin-top:103px;margin-left:170px;max-height:calc(100vh - 139px);max-width:calc(100vw - 181px)}body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields.-left{height:100%}body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper>.acfe-modal-content>.acf-fields.-left:before{content:"";display:block;position:absolute;z-index:0;background:#f9f9f9;border-color:#e1e1e1;border-style:solid;border-width:0 1px 0 0;top:0;bottom:0;left:0;width:20%}body.block-editor-page .acfe-modal-overlay{display:none}body.block-editor-page .acfe-modal.-open.acfe-modal-sub,body.block-editor-page .acfe-modal.-open.acfe-modal-sub>.acfe-modal-wrapper>.acfe-modal-wrapper-overlay{background:0 0}body.block-editor-page.folded .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper{margin-top:103px;margin-left:46px;max-height:calc(100vh - 139px);max-width:calc(100vw - 57px)}body.block-editor-page.is-fullscreen-mode .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper{margin-top:69px;margin-left:9px;max-height:calc(100vh - 104px);max-width:calc(100vw - 18px)}body.block-editor-page .edit-post-layout.is-sidebar-opened .acfe-modal.-open>.acfe-modal-wrapper{max-width:calc(100vw - 461px)}body.block-editor-page.folded .edit-post-layout.is-sidebar-opened .acfe-modal.-open>.acfe-modal-wrapper{max-width:calc(100vw - 337px)}body.block-editor-page.is-fullscreen-mode .edit-post-layout.is-sidebar-opened .acfe-modal.-open>.acfe-modal-wrapper{max-width:calc(100vw - 298px)}@media only screen and (max-width:960px){body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper{margin-top:103px;margin-left:170px;max-height:calc(100vh - 139px);max-width:calc(100vw - 181px)}body.block-editor-page .edit-post-layout.is-sidebar-opened .acfe-modal.-open>.acfe-modal-wrapper{max-width:calc(100vw - 461px)}body.block-editor-page.auto-fold .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper{margin-top:103px;margin-left:46px;max-height:calc(100vh - 139px);max-width:calc(100vw - 57px)}body.block-editor-page.auto-fold .edit-post-layout.is-sidebar-opened .acfe-modal.-open>.acfe-modal-wrapper{max-width:calc(100vw - 337px)}}@media only screen and (max-width:782px){body.block-editor-page .edit-post-layout .acfe-modal.-open>.acfe-modal-wrapper{max-width:calc(100vw - 20px)!important;margin-left:10px!important;max-height:calc(100vh - 127px)!important;margin-top:117px!important}}body.wp-admin.upload-php.acfe-modal-opened>div:not([style*="display: none;"])>.media-modal.wp-core-ui:not(.acf-media-modal):before{content:"";display:block;position:absolute;background:rgba(0,0,0,.7);top:0;left:0;width:100%;height:100%;z-index:10000}.pac-container{z-index:100001}
|
assets/js/acfe-admin.js
CHANGED
@@ -225,6 +225,7 @@
|
|
225 |
'new_field/name=acfe_form_post_map_post_title': 'mapFields',
|
226 |
'new_field/name=acfe_form_post_map_post_name': 'mapFields',
|
227 |
'new_field/name=acfe_form_post_map_post_content': 'mapFields',
|
|
|
228 |
'new_field/name=acfe_form_post_map_post_author': 'mapFields',
|
229 |
'new_field/name=acfe_form_post_map_post_parent': 'mapFields',
|
230 |
'new_field/name=acfe_form_post_map_post_terms': 'mapFields',
|
225 |
'new_field/name=acfe_form_post_map_post_title': 'mapFields',
|
226 |
'new_field/name=acfe_form_post_map_post_name': 'mapFields',
|
227 |
'new_field/name=acfe_form_post_map_post_content': 'mapFields',
|
228 |
+
'new_field/name=acfe_form_post_map_post_excerpt': 'mapFields',
|
229 |
'new_field/name=acfe_form_post_map_post_author': 'mapFields',
|
230 |
'new_field/name=acfe_form_post_map_post_parent': 'mapFields',
|
231 |
'new_field/name=acfe_form_post_map_post_terms': 'mapFields',
|
assets/js/acfe-admin.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(o){"undefined"!=typeof acf&&new acf.Model({wait:"prepare",events:{"click .acfe_delete_meta":"onClickSingle","click #acfe_bulk_delete_meta_submit":"onSubmitBulk","click.postboxes .hide-postbox-tog":"onClickPostbox"},$acfWrap:function(){return o("#acfe-acf-custom-fields")},$wpWrap:function(){return o("#acfe-wp-custom-fields")},acfCount:function(){return o("#acfe-acf-custom-fields tbody tr").length},wpCount:function(){return o("#acfe-wp-custom-fields tbody tr").length},$bulkActions:function(){return o(".acfe_dev_bulk_actions")},initialize:function(){var e=this.$acfWrap(),t=this.$wpWrap(),a=this.$bulkActions();e.find(".tablenav.bottom").insertAfter(e),t.find(".tablenav.bottom").insertAfter(t),e.is(":visible")||t.is(":visible")||a.hide()},sync:function(){var e=this,t=e.acfCount(),a=e.wpCount(),n=e.$acfWrap(),i=e.$wpWrap(),e=e.$bulkActions();n.find(".acfe_dev_meta_count").text(t),i.find(".acfe_dev_meta_count").text(a),t||n.remove(),a||i.remove(),t||a||e.remove()},onClickSingle:function(e,t){e.preventDefault();var a=this,n=t.closest("tr");o.ajax({url:acf.get("ajaxurl"),type:"post",data:{action:"acfe/delete_meta",id:t.attr("data-meta-id"),key:t.attr("data-meta-key"),type:t.attr("data-type"),_wpnonce:t.attr("data-nonce")},beforeSend:function(){n.css({backgroundColor:"#faafaa"}).fadeOut(350,function(){n.remove(),a.sync()})},success:function(e){"1"!==e&&(n.css({backgroundColor:""}),n.show())}})},onSubmitBulk:function(e,t){e.preventDefault();var a,n,i=this,c=t.prevAll(".acfe_bulk_delete_meta_action").val(),e=t.prevAll(".acfe_bulk_delete_meta_type").val(),t=t.prevAll(".acfe_bulk_delete_meta_nonce").val();"delete"===c&&(a=[],n=[],o("input.acfe_bulk_delete_meta:checked").each(function(){a.push(o(this).val()),n.push(o(this).closest("tr"))}),a.length&&o.ajax({url:acf.get("ajaxurl"),type:"post",data:{action:"acfe/bulk_delete_meta",ids:a,type:e,_wpnonce:t},beforeSend:function(){n.map(function(e){o(e).css({backgroundColor:"#faafaa"}).fadeOut(350,function(){o(e).remove(),i.sync()})})}}))},onClickPostbox:function(e,t){var a=t.val(),n=this.$acfWrap(),i=this.$wpWrap(),c=this.$bulkActions();acfe.inArray(a,["acfe-wp-custom-fields","acfe-acf-custom-fields"])&&(t.prop("checked")?c.is(":visible")||c.show():("acfe-wp-custom-fields"===a&&!n.is(":visible")||"acfe-acf-custom-fields"===a&&!i.is(":visible"))&&c.hide())}})}(jQuery),function(n){"undefined"!=typeof acf&&new acf.Model({actions:{"new_field/name=acfe_form_actions":"actionsButton","new_field/name=acfe_form_email_files":"filesButton","new_field/name=acfe_form_email_files_static":"filesButton","new_field/name=acfe_form_post_map_target":"mapFields","new_field/name=acfe_form_post_map_post_type":"mapFields","new_field/name=acfe_form_post_map_post_status":"mapFields","new_field/name=acfe_form_post_map_post_title":"mapFields","new_field/name=acfe_form_post_map_post_name":"mapFields","new_field/name=acfe_form_post_map_post_content":"mapFields","new_field/name=acfe_form_post_map_post_author":"mapFields","new_field/name=acfe_form_post_map_post_parent":"mapFields","new_field/name=acfe_form_post_map_post_terms":"mapFields","new_field/name=acfe_form_user_map_email":"mapFields","new_field/name=acfe_form_user_map_username":"mapFields","new_field/name=acfe_form_user_map_password":"mapFields","new_field/name=acfe_form_user_map_first_name":"mapFields","new_field/name=acfe_form_user_map_last_name":"mapFields","new_field/name=acfe_form_user_map_nickname":"mapFields","new_field/name=acfe_form_user_map_display_name":"mapFields","new_field/name=acfe_form_user_map_website":"mapFields","new_field/name=acfe_form_user_map_description":"mapFields","new_field/name=acfe_form_user_map_role":"mapFields","new_field/name=acfe_form_term_map_name":"mapFields","new_field/name=acfe_form_term_map_slug":"mapFields","new_field/name=acfe_form_term_map_taxonomy":"mapFields","new_field/name=acfe_form_term_map_parent":"mapFields","new_field/name=acfe_form_term_map_description":"mapFields"},filters:{select2_args:"select2Args"},actionsButton:function(e){e.on("click",'[data-name="add-layout"]',function(e){n("body").find(".acf-fc-popup").addClass("acfe-fc-popup-grey")})},filesButton:function(e){e.$("> .acf-input > .acf-repeater > .acf-actions > .acf-button").removeClass("button-primary")},mapFields:function(e){var t=e.$el.closest(".layout").find('> .acf-fields > .acf-field[data-name="'+e.get("name")+'_message"] > .acf-input'),a=e.$input().find("option:selected").text();a.length&&t.html(a),e.$input().on("change",function(){var e=n(this).find("option:selected").text();t.html(e)})},select2Args:function(e,t,a,n,i){var c;return n.get("acfeAllowCustom")&&(c=this,e.templateSelection=function(e){return e.id?c.replaceCode(e.text):e.text},e.templateResult=function(e){return e.id?c.replaceCode(e.text):e.text}),e},replaceCode:function(e){return e=(e=(e=(e=(e=(e=(e=(e=e.replace(/{field:(.*?)}/g,"<code>{field:$1}</code>")).replace(/{fields}/g,"<code>{fields}</code>")).replace(/{get_field:(.*?)}/g,"<code>{get_field:$1}</code>")).replace(/{query_var:(.*?)}/g,"<code>{query_var:$1}</code>")).replace(/{request:(.*?)}/g,"<code>{request:$1}</code>")).replace(/{current:(.*?)}/g,"<code>{current:$1}</code>")).replace(/{(form|form:.*?)}/g,"<code>{$1}</code>")).replace(/{action:(.*?)}/g,"<code>{action:$1}</code>")}})}(jQuery),jQuery,"undefined"!=typeof acf&&(new acf.Model({actions:{"new_field/name=acfe_author":"newField"},newField:function(e){e.on("change",function(e){e.stopPropagation()})}}),acf.addAction("show_postbox",function(e){e.$el.removeClass("acfe-postbox-left acfe-postbox-top")}),new acf.Model({actions:{new_field:"newField"},isRepeater:function(e){return"repeater"===e.get("type")||"flexible_content"===e.get("type")},getCondition:function(e){return this.isRepeater(e)?0===e.val():!e.val().length},enableSwitcher:function(e){var a,n,i=this;e.get("switched")?(a=acf.getField(e.$el.prev()),n=e):e.get("switcher")&&(a=e,n=acf.getField(e.$el.next())),i.getCondition(n)?(a.switchOff(),a.show("switcher"),n.hide("switcher")):(a.hide("switcher"),n.show("switcher")),e.get("switcher")&&(a.on("change",function(){a.$input().prop("checked")&&(a.hide("switcher"),n.show("switcher"),i.isRepeater(n)&&n.add())}),n.on("change",function(e,t){i.getCondition(n)&&(a.switchOff(),a.show("switcher"),n.hide("switcher"))}))},enableSwitch:function(e){var t=e.$el.clone();t.removeAttr("data-enable-switch"),t.attr("data-switcher",!0),t.attr("data-name",e.get("name")+"_acfe_switch"),t.attr("data-key",e.get("name")+"_acfe_switch"),t.attr("data-type","true_false"),t.find(">.acf-input").html('<div class="acf-true-false">\n<input type="hidden" value="0"><label>\n<input type="checkbox" value="1" class="acf-switch-input" autocomplete="off">\n<div class="acf-switch"><span class="acf-switch-on" style="min-width: 18px;">'+acf.__("Yes")+'</span><span class="acf-switch-off" style="min-width: 18px;">'+acf.__("No")+'</span><div class="acf-switch-slider"></div></div></label>\n</div>'),t=t.insertBefore(e.$el),acf.getField(t),e.$el.removeAttr("data-enable-switch"),e.set("enableSwitch",!1),e.$el.attr("data-switched",!0),e.set("switched",!0)},newField:function(e){e.get("enableSwitch")?this.enableSwitch(e):(e.get("switched")||e.get("switcher"))&&this.enableSwitcher(e)}}));
|
1 |
+
!function(o){"undefined"!=typeof acf&&new acf.Model({wait:"prepare",events:{"click .acfe_delete_meta":"onClickSingle","click #acfe_bulk_delete_meta_submit":"onSubmitBulk","click.postboxes .hide-postbox-tog":"onClickPostbox"},$acfWrap:function(){return o("#acfe-acf-custom-fields")},$wpWrap:function(){return o("#acfe-wp-custom-fields")},acfCount:function(){return o("#acfe-acf-custom-fields tbody tr").length},wpCount:function(){return o("#acfe-wp-custom-fields tbody tr").length},$bulkActions:function(){return o(".acfe_dev_bulk_actions")},initialize:function(){var e=this.$acfWrap(),t=this.$wpWrap(),a=this.$bulkActions();e.find(".tablenav.bottom").insertAfter(e),t.find(".tablenav.bottom").insertAfter(t),e.is(":visible")||t.is(":visible")||a.hide()},sync:function(){var e=this,t=e.acfCount(),a=e.wpCount(),n=e.$acfWrap(),i=e.$wpWrap(),e=e.$bulkActions();n.find(".acfe_dev_meta_count").text(t),i.find(".acfe_dev_meta_count").text(a),t||n.remove(),a||i.remove(),t||a||e.remove()},onClickSingle:function(e,t){e.preventDefault();var a=this,n=t.closest("tr");o.ajax({url:acf.get("ajaxurl"),type:"post",data:{action:"acfe/delete_meta",id:t.attr("data-meta-id"),key:t.attr("data-meta-key"),type:t.attr("data-type"),_wpnonce:t.attr("data-nonce")},beforeSend:function(){n.css({backgroundColor:"#faafaa"}).fadeOut(350,function(){n.remove(),a.sync()})},success:function(e){"1"!==e&&(n.css({backgroundColor:""}),n.show())}})},onSubmitBulk:function(e,t){e.preventDefault();var a,n,i=this,c=t.prevAll(".acfe_bulk_delete_meta_action").val(),e=t.prevAll(".acfe_bulk_delete_meta_type").val(),t=t.prevAll(".acfe_bulk_delete_meta_nonce").val();"delete"===c&&(a=[],n=[],o("input.acfe_bulk_delete_meta:checked").each(function(){a.push(o(this).val()),n.push(o(this).closest("tr"))}),a.length&&o.ajax({url:acf.get("ajaxurl"),type:"post",data:{action:"acfe/bulk_delete_meta",ids:a,type:e,_wpnonce:t},beforeSend:function(){n.map(function(e){o(e).css({backgroundColor:"#faafaa"}).fadeOut(350,function(){o(e).remove(),i.sync()})})}}))},onClickPostbox:function(e,t){var a=t.val(),n=this.$acfWrap(),i=this.$wpWrap(),c=this.$bulkActions();acfe.inArray(a,["acfe-wp-custom-fields","acfe-acf-custom-fields"])&&(t.prop("checked")?c.is(":visible")||c.show():("acfe-wp-custom-fields"===a&&!n.is(":visible")||"acfe-acf-custom-fields"===a&&!i.is(":visible"))&&c.hide())}})}(jQuery),function(n){"undefined"!=typeof acf&&new acf.Model({actions:{"new_field/name=acfe_form_actions":"actionsButton","new_field/name=acfe_form_email_files":"filesButton","new_field/name=acfe_form_email_files_static":"filesButton","new_field/name=acfe_form_post_map_target":"mapFields","new_field/name=acfe_form_post_map_post_type":"mapFields","new_field/name=acfe_form_post_map_post_status":"mapFields","new_field/name=acfe_form_post_map_post_title":"mapFields","new_field/name=acfe_form_post_map_post_name":"mapFields","new_field/name=acfe_form_post_map_post_content":"mapFields","new_field/name=acfe_form_post_map_post_excerpt":"mapFields","new_field/name=acfe_form_post_map_post_author":"mapFields","new_field/name=acfe_form_post_map_post_parent":"mapFields","new_field/name=acfe_form_post_map_post_terms":"mapFields","new_field/name=acfe_form_user_map_email":"mapFields","new_field/name=acfe_form_user_map_username":"mapFields","new_field/name=acfe_form_user_map_password":"mapFields","new_field/name=acfe_form_user_map_first_name":"mapFields","new_field/name=acfe_form_user_map_last_name":"mapFields","new_field/name=acfe_form_user_map_nickname":"mapFields","new_field/name=acfe_form_user_map_display_name":"mapFields","new_field/name=acfe_form_user_map_website":"mapFields","new_field/name=acfe_form_user_map_description":"mapFields","new_field/name=acfe_form_user_map_role":"mapFields","new_field/name=acfe_form_term_map_name":"mapFields","new_field/name=acfe_form_term_map_slug":"mapFields","new_field/name=acfe_form_term_map_taxonomy":"mapFields","new_field/name=acfe_form_term_map_parent":"mapFields","new_field/name=acfe_form_term_map_description":"mapFields"},filters:{select2_args:"select2Args"},actionsButton:function(e){e.on("click",'[data-name="add-layout"]',function(e){n("body").find(".acf-fc-popup").addClass("acfe-fc-popup-grey")})},filesButton:function(e){e.$("> .acf-input > .acf-repeater > .acf-actions > .acf-button").removeClass("button-primary")},mapFields:function(e){var t=e.$el.closest(".layout").find('> .acf-fields > .acf-field[data-name="'+e.get("name")+'_message"] > .acf-input'),a=e.$input().find("option:selected").text();a.length&&t.html(a),e.$input().on("change",function(){var e=n(this).find("option:selected").text();t.html(e)})},select2Args:function(e,t,a,n,i){var c;return n.get("acfeAllowCustom")&&(c=this,e.templateSelection=function(e){return e.id?c.replaceCode(e.text):e.text},e.templateResult=function(e){return e.id?c.replaceCode(e.text):e.text}),e},replaceCode:function(e){return e=(e=(e=(e=(e=(e=(e=(e=e.replace(/{field:(.*?)}/g,"<code>{field:$1}</code>")).replace(/{fields}/g,"<code>{fields}</code>")).replace(/{get_field:(.*?)}/g,"<code>{get_field:$1}</code>")).replace(/{query_var:(.*?)}/g,"<code>{query_var:$1}</code>")).replace(/{request:(.*?)}/g,"<code>{request:$1}</code>")).replace(/{current:(.*?)}/g,"<code>{current:$1}</code>")).replace(/{(form|form:.*?)}/g,"<code>{$1}</code>")).replace(/{action:(.*?)}/g,"<code>{action:$1}</code>")}})}(jQuery),jQuery,"undefined"!=typeof acf&&(new acf.Model({actions:{"new_field/name=acfe_author":"newField"},newField:function(e){e.on("change",function(e){e.stopPropagation()})}}),acf.addAction("show_postbox",function(e){e.$el.removeClass("acfe-postbox-left acfe-postbox-top")}),new acf.Model({actions:{new_field:"newField"},isRepeater:function(e){return"repeater"===e.get("type")||"flexible_content"===e.get("type")},getCondition:function(e){return this.isRepeater(e)?0===e.val():!e.val().length},enableSwitcher:function(e){var a,n,i=this;e.get("switched")?(a=acf.getField(e.$el.prev()),n=e):e.get("switcher")&&(a=e,n=acf.getField(e.$el.next())),i.getCondition(n)?(a.switchOff(),a.show("switcher"),n.hide("switcher")):(a.hide("switcher"),n.show("switcher")),e.get("switcher")&&(a.on("change",function(){a.$input().prop("checked")&&(a.hide("switcher"),n.show("switcher"),i.isRepeater(n)&&n.add())}),n.on("change",function(e,t){i.getCondition(n)&&(a.switchOff(),a.show("switcher"),n.hide("switcher"))}))},enableSwitch:function(e){var t=e.$el.clone();t.removeAttr("data-enable-switch"),t.attr("data-switcher",!0),t.attr("data-name",e.get("name")+"_acfe_switch"),t.attr("data-key",e.get("name")+"_acfe_switch"),t.attr("data-type","true_false"),t.find(">.acf-input").html('<div class="acf-true-false">\n<input type="hidden" value="0"><label>\n<input type="checkbox" value="1" class="acf-switch-input" autocomplete="off">\n<div class="acf-switch"><span class="acf-switch-on" style="min-width: 18px;">'+acf.__("Yes")+'</span><span class="acf-switch-off" style="min-width: 18px;">'+acf.__("No")+'</span><div class="acf-switch-slider"></div></div></label>\n</div>'),t=t.insertBefore(e.$el),acf.getField(t),e.$el.removeAttr("data-enable-switch"),e.set("enableSwitch",!1),e.$el.attr("data-switched",!0),e.set("switched",!0)},newField:function(e){e.get("enableSwitch")?this.enableSwitch(e):(e.get("switched")||e.get("switcher"))&&this.enableSwitcher(e)}}));
|
assets/js/acfe-input.js
CHANGED
@@ -883,7 +883,7 @@
|
|
883 |
});
|
884 |
|
885 |
// Append Temp Input
|
886 |
-
var $input = $('<input type="text" style="clip:rect(0,0,0,0);clip-path:
|
887 |
$input.attr('value', data).select();
|
888 |
|
889 |
// Command: Copy
|
@@ -922,7 +922,7 @@
|
|
922 |
});
|
923 |
|
924 |
// Append Temp Input
|
925 |
-
var $input = $('<input type="text" style="clip:rect(0,0,0,0);clip-path:
|
926 |
$input.attr('value', data).select();
|
927 |
|
928 |
// Command: Copy
|
@@ -1137,9 +1137,7 @@
|
|
1137 |
})
|
1138 |
}
|
1139 |
|
1140 |
-
|
1141 |
-
|
1142 |
-
if (acfVersion < 5.9) {
|
1143 |
|
1144 |
// Add row
|
1145 |
var $el = acf.duplicate(duplicate_args);
|
@@ -2206,9 +2204,7 @@
|
|
2206 |
|
2207 |
} else {
|
2208 |
|
2209 |
-
|
2210 |
-
|
2211 |
-
if (acfVersion < 5.9) {
|
2212 |
|
2213 |
// Scroll to new layout
|
2214 |
$('html, body').animate({
|
883 |
});
|
884 |
|
885 |
// Append Temp Input
|
886 |
+
var $input = $('<input type="text" style="clip:rect(0,0,0,0);clip-path:none;position:absolute;" value="" />').appendTo($('body'));
|
887 |
$input.attr('value', data).select();
|
888 |
|
889 |
// Command: Copy
|
922 |
});
|
923 |
|
924 |
// Append Temp Input
|
925 |
+
var $input = $('<input type="text" style="clip:rect(0,0,0,0);clip-path:none;position:absolute;" value="" />').appendTo(flexible.$el);
|
926 |
$input.attr('value', data).select();
|
927 |
|
928 |
// Command: Copy
|
1137 |
})
|
1138 |
}
|
1139 |
|
1140 |
+
if (acfe.versionCompare(acf.get('acf_version'), '<', '5.9')) {
|
|
|
|
|
1141 |
|
1142 |
// Add row
|
1143 |
var $el = acf.duplicate(duplicate_args);
|
2204 |
|
2205 |
} else {
|
2206 |
|
2207 |
+
if (acfe.versionCompare(acf.get('acf_version'), '<', '5.9')) {
|
|
|
|
|
2208 |
|
2209 |
// Scroll to new layout
|
2210 |
$('html, body').animate({
|
assets/js/acfe-input.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({type:"acfe_advanced_link",events:{'click a[data-name="add"]':"onClickEdit",'click a[data-name="edit"]':"onClickEdit",'click a[data-name="remove"]':"onClickRemove"},$control:function(){return this.$(".acf-link")},initialize:function(){},getValue:function(){var e={type:this.$(".input-type :checked").val(),title:this.$(".input-title").val(),url:this.$(".input-url").val(),post:this.$(".input-post :selected").text(),term:this.$(".input-term :selected").text(),target:this.$(".input-target").is(":checked")};return"post"===e.type?e.url=e.post:"term"===e.type&&(e.url=e.term),e},setValue:function(e){e=acf.parseArgs(e,{remove:!1,title:"",url:"",target:!1});var t=this.$control();t.removeClass("-value -external"),e.url&&t.addClass("-value"),e.target&&t.addClass("-external"),this.$(".link-title").html(e.title),this.$(".link-url").attr("href",e.url).html(e.url),e.remove&&(this.$(".input-type :checked").prop("checked",!1),this.$('.input-type [value="url"]').prop("checked",!0).trigger("change"),this.$(".input-title").val(""),this.$(".input-target").prop("checked",!1),this.$(".input-url").val("").trigger("change"),this.$(".input-post").val("").trigger("change"),this.$(".input-term").val("").trigger("change"))},onClickEdit:function(e,t){var a=t.closest(".acf-input").find(".acfe-modal"),t=a.attr("data-modal-title"),i=this;new acfe.Popup(a,{title:t,size:"medium",footer:acf.__("Close"),onClose:function(){i.onChange()}})},onClickRemove:function(e,t){this.setValue({remove:!0})},onChange:function(e,t){var a=this.getValue();this.setValue(a)}}),acf.registerFieldType(e),new acf.Model({actions:{invalid_field:"invalidField"},filters:{"select2_ajax_data/type=post_object":"ajaxField"},invalidField:function(e){var t=e.$el.closest(".acf-field-acfe-advanced-link").not(".acf-error");t.length&&acf.getInstance(t).showError(e.notice.get("text"))},ajaxField:function(e,t,a,i,n){if("post"!==i.get("key"))return e;a=acf.getInstance(a.closest(".acf-field-acfe-advanced-link"));return a&&(e.field_key=a.get("key")),e}}))}(jQuery),function(i){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({type:"acfe_button",events:{"click input":"onClick","click button":"onClick"},$input:function(){return this.$("input").length?this.$("input"):this.$("button").length?this.$("button"):void 0},initialize:function(){var e=this.$input();this.inherit(e)},onClick:function(e,t){var a;this.get("ajax")&&(e.preventDefault(),a={action:"acfe/fields/button",field_key:this.get("key"),acf:acf.serialize(this.$el.closest("form"),"acf")},a=acf.applyFilters("acfe/fields/button/data",a,this.$el),a=acf.applyFilters("acfe/fields/button/data/name="+this.get("name"),a,this.$el),a=acf.applyFilters("acfe/fields/button/data/key="+this.get("key"),a,this.$el),acf.doAction("acfe/fields/button/before_ajax",this.$el,a),acf.doAction("acfe/fields/button/before",this.$el,a),acf.doAction("acfe/fields/button/before/name="+this.get("name"),this.$el,a),acf.doAction("acfe/fields/button/before/key="+this.get("key"),this.$el,a),i.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",context:this,success:function(e){acf.doAction("acfe/fields/button/ajax_success",e,this.$el,a),acf.doAction("acfe/fields/button/success",e,this.$el,a),acf.doAction("acfe/fields/button/success/name="+this.get("name"),e,this.$el,a),acf.doAction("acfe/fields/button/success/key="+this.get("key"),e,this.$el,a)},complete:function(e){e=e.responseText;acf.doAction("acfe/fields/button/complete",e,this.$el,a),acf.doAction("acfe/fields/button/complete/name="+this.get("name"),e,this.$el,a),acf.doAction("acfe/fields/button/complete/key="+this.get("key"),e,this.$el,a)}}))}}),acf.registerFieldType(e))}(jQuery),function(e){"undefined"!=typeof acf&&new acf.Model({actions:{"new_field/type=checkbox":"newField"},newField:function(a){a.has("acfeLabels")&&e.each(a.get("acfeLabels"),function(e,t){a.$control().find('input[type=checkbox][value="'+t+'"]').closest("ul").before("<strong>"+e+"</strong>")})}})}(jQuery),function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({wait:!1,type:"clone",events:{'click [data-name="edit"]':"onClick",duplicateField:"onDuplicate"},initialize:function(){var e;this.has("acfeCloneModal")&&(e=this.get("acfeCloneModalButton"),this.$el.find("> .acf-input > .acf-fields, > .acf-input > .acf-table").wrapAll('<div class="acfe-modal"><div class="acfe-modal-wrapper"><div class="acfe-modal-content"></div></div></div>'),this.$el.find("> .acf-input").append('<a data-name="edit" class="acf-button button" href="#">'+e+"</a>"))},onClick:function(e,t){var a=this.$labelWrap().find("label").text().trim(),i=this.$el.find("> .acf-input > .acfe-modal").addClass("acfe-modal-edit-"+this.get("name")+" acfe-modal-edit-"+this.get("key"));a.length||(a=this.get("acfeCloneModalButton"));var n=!1;this.has("acfeCloneModalClose")&&(n=acf.__("Close"));var o="large";this.has("acfeCloneModalSize")&&(o=this.get("acfeCloneModalSize")),new acfe.Popup(i,{title:a,size:o,footer:n})},onDuplicate:function(e,t,a){a.find('a[data-name="edit"]').remove()}}),acf.registerFieldType(e))}(jQuery),function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({wait:"ready",type:"acfe_code_editor",events:{showField:"onShow",duplicateField:"onDuplicate"},$control:function(){return this.$el.find("> .acf-input > .acf-input-wrap")},$input:function(){return this.$el.find("> .acf-input > .acf-input-wrap > textarea")},input:function(){return this.$input()[0]},rows:function(){return this.$input().attr("rows")},initialize:function(){this.rows=this.$control().data("rows"),this.max_rows=this.$control().data("max-rows"),this.mode=this.$control().data("mode"),this.lines=this.$control().data("lines"),this.indentUnit=this.$control().data("indent-unit");var e=[],t=wp.codeEditor.defaultSettings.codemirror,a={lineNumbers:this.lines,lineWrapping:!0,styleActiveLine:!1,continueComments:!0,indentUnit:this.indentUnit,tabSize:1,indentWithTabs:!1,mode:this.mode,extraKeys:{Tab:function(e){e.execCommand("indentMore")},"Shift-Tab":function(e){e.execCommand("indentLess")}}},a=jQuery.extend(t,a);e.codemirror=a,this.editor=wp.codeEditor.initialize(this.input(),e),(this.rows||this.max_rows)&&(this.rows&&(this.editor.codemirror.getScrollerElement().style.minHeight=18.5*this.rows+"px"),this.max_rows&&(this.editor.codemirror.getScrollerElement().style.maxHeight=18.5*this.max_rows+"px"),this.editor.codemirror.refresh()),(field=this).editor.codemirror.on("change",function(){field.editor.codemirror.save(),field.$input().change()})},onShow:function(){this.editor.codemirror&&this.editor.codemirror.refresh()},onDuplicate:function(e,t,a){a.find(".CodeMirror:last").remove()}}),acf.registerFieldType(e))}(jQuery),function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({wait:"new_field",type:"acfe_column",$control:function(){return this.$(".acf-fields:first")},initialize:function(){if(this.$el.is("td")&&(this.$el.closest(".acf-table").find('th[data-type="acfe_column"]').remove(),this.remove()),this.get("endpoint"))return this.$el.find("> .acf-label").remove(),void this.$el.find("> .acf-input").remove();var e=this.$el,t=this.$el.find("> .acf-label"),a=(this.$inputWrap(),this.$control());t.remove();t=e.parent();t.addClass("acfe-column-wrapper"),a.addClass(t.hasClass("-left")?"-left":""),a.addClass(t.hasClass("-clear")?"-clear":""),a.append(e.nextUntil(".acf-field-acfe-column",".acf-field"))}}),acf.registerFieldType(e))}(jQuery),function(r){var n;"undefined"!=typeof acf&&((n=acf.getFieldType("flexible_content").prototype).events["click .acf-fc-layout-handle"]="acfeEditLayoutTitleToggleHandle",n.acfeEditLayoutTitleToggleHandle=function(e,t){!this.has("acfeFlexibleTitleEdition")||(t=t.closest(".layout")).hasClass("acfe-flexible-title-edition")&&t.find("> .acf-fc-layout-handle > .acfe-layout-title > input.acfe-flexible-control-title").trigger("blur")},n.events["click .acfe-layout-title-text"]="acfeEditLayoutTitle",n.acfeEditLayoutTitle=function(e,t){this.has("acfeFlexibleTitleEdition")&&(e.stopPropagation(),this.acfeEditLayoutTitleToggle(e,t))},n.events["blur input.acfe-flexible-control-title"]="acfeEditLayoutTitleToggle",n.acfeEditLayoutTitleToggle=function(e,t){var a,i=t.closest(".layout"),n=i.find("> .acf-fc-layout-handle"),t=n.find(".acfe-layout-title");i.hasClass("acfe-flexible-title-edition")?(""===(a=t.find("> input[data-acfe-flexible-control-title-input]")).val()&&a.val(a.attr("placeholder")).trigger("input"),i.removeClass("acfe-flexible-title-edition"),a.insertAfter(n)):(a=(a=i.find("> input[data-acfe-flexible-control-title-input]")).appendTo(t),i.addClass("acfe-flexible-title-edition"),a.focus().attr("size",a.val().length))},n.events["click input.acfe-flexible-control-title"]="acfeEditLayoutTitlePropagation",n.acfeEditLayoutTitlePropagation=function(e,t){e.stopPropagation()},n.events["input [data-acfe-flexible-control-title-input]"]="acfeEditLayoutTitleInput",n.acfeEditLayoutTitleInput=function(e,t){var a=t.closest(".layout").find("> .acf-fc-layout-handle .acfe-layout-title .acfe-layout-title-text"),i=t.val();t.attr("size",i.length),a.html(i)},n.events["keypress [data-acfe-flexible-control-title-input]"]="acfeEditLayoutTitleInputEnter",n.acfeEditLayoutTitleInputEnter=function(e,t){13===e.keyCode&&(e.preventDefault(),t.blur())},n.events["click [data-acfe-flexible-settings]"]="acfeLayoutSettings",n.acfeLayoutSettings=function(e,t){var a=this,i=t.closest(".layout"),n=i.find("> .acfe-modal.-settings"),o=i.find("> .acf-fc-layout-handle"),t=o.find("> .acf-fc-layout-order").outerHTML(),o=o.find(".acfe-layout-title-text").text();new acfe.Popup(n,{title:t+" "+o,footer:acf.__("Close"),onClose:function(){a.has("acfeFlexiblePreview")&&a.closeLayout(i)}})},n.events["click [data-acfe-flexible-control-toggle]"]="acfeLayoutToggle",n.acfeLayoutToggle=function(e,t){var a=t.closest(".layout"),t=a.find("> .acfe-flexible-layout-toggle");t.length&&("1"===t.val()?(a.removeClass("acfe-flexible-layout-hidden"),t.val("")):(a.addClass("acfe-flexible-layout-hidden"),t.val("1")))},acf.addAction("acfe/flexible/layouts",function(e,t){!t.has("acfeFlexibleToggle")||(t=e.find("> .acfe-flexible-layout-toggle")).length&&("1"===t.val()?e.addClass("acfe-flexible-layout-hidden"):e.removeClass("acfe-flexible-layout-hidden"))}),n.events["click [data-acfe-flexible-control-clone]"]="acfeCloneLayout",n.acfeCloneLayout=function(e,t){var a,i=this,n=t.closest(".layout"),o=n.data("layout"),c=r(i.$popup().html()),l=i.$layouts(),c=c.find('[data-layout="'+o+'"]'),c=(c.data("min"),c.data("max")||0),o=(a=o,l.filter(function(){return r(this).data("layout")===a}).length);if(c&&c<=o)return t.addClass("disabled"),!1;t.removeClass("disabled"),i.acfeFixInputs(n);o=n.clone();i.acfeCleanLayouts(o);t=t.closest(".acf-flexible-content").find("> input[type=hidden]").attr("name"),i.acfeDuplicate({layout:o,before:n,parent:t})},n.events["click [data-acfe-flexible-control-copy]"]="acfeCopyLayout",n.acfeCopyLayout=function(e,t){var a=t.closest(".layout").clone(),t=this.$control().find("> input[type=hidden]").attr("name");this.acfeFixInputs(a),this.acfeCleanLayouts(a);t=JSON.stringify({source:t,layouts:a[0].outerHTML}),a=r('<input type="text" style="clip:rect(0,0,0,0);clip-path:rect(0,0,0,0);position:absolute;" value="" />').appendTo(r("body"));a.attr("value",t).select(),document.execCommand("copy")?alert("Layout has been transferred to your clipboard"):prompt("Copy the following layout data to your clipboard",t),a.remove()},n.acfeCopyLayouts=function(){var e=this,t=e.$layoutsWrap().clone(),a=e.$control().find("> input[type=hidden]").attr("name");e.acfeFixInputs(t),e.acfeCleanLayouts(t);t=JSON.stringify({source:a,layouts:t.html()}),e=r('<input type="text" style="clip:rect(0,0,0,0);clip-path:rect(0,0,0,0);position:absolute;" value="" />').appendTo(e.$el);e.attr("value",t).select(),document.execCommand("copy")?alert("Layouts have been transferred to your clipboard"):prompt("Copy the following layouts data to your clipboard",t),e.remove()},n.acfePasteLayouts=function(){var n=this,e=prompt("Paste layouts data in the following field");if(null!=e&&""!==e)try{var t=JSON.parse(e),i=t.source,a=r(t.layouts).closest("[data-layout]");if(!a.length)return alert("No layouts data available");var o=r(n.$popup().html()),c=n.$layouts(),l=[];if(a.each(function(){var e,t=r(this),a=t.data("layout"),i=o.find('[data-layout="'+a+'"]'),i=(i.data("min"),i.data("max")||0),a=(e=a,c.filter(function(){return r(this).data("layout")===e}).length);i&&i<=a||n.$clone(t.attr("data-layout")).length&&l.push(t)}),!l.length)return alert("No layouts could be pasted");r.each(l,function(){var e=r(this),t=i+"["+e.attr("data-id")+"]",a=n.$control().find("> input[type=hidden]").attr("name");n.acfeDuplicate({layout:e,before:!1,search:t,parent:a})})}catch(e){console.log(e),alert("Invalid data")}},n.events['click [data-name="acfe-flexible-control-button"]']="acfeControl",n.acfeControl=function(e,t){var a=this,i=t.next(".tmpl-acfe-flexible-control-popup").html();new(acf.models.TooltipConfirm.extend({render:function(){this.html(this.get("text")),this.$el.addClass("acf-fc-popup")}}))({target:t,targetConfirm:!1,text:i,context:a,confirm:function(e,t){"paste"===t.attr("data-acfe-flexible-control-action")?a.acfePasteLayouts():"copy"===t.attr("data-acfe-flexible-control-action")&&a.acfeCopyLayouts()}}).on("click","a","onConfirm")},n.acfeDuplicate=function(a){if(a=acf.parseArgs(a,{layout:"",before:!1,parent:!1,search:"",replace:""}),!this.allowAdd())return!1;var i=acf.uniqid();a.parent&&(a.search||(a.search=a.parent+"["+a.layout.attr("data-id")+"]"),a.replace=a.parent+"["+i+"]");var e,t={target:a.layout,search:a.search,replace:a.replace,append:this.proxy(function(e,t){t.addClass("acfe-layout-duplicated"),t.attr("data-id",i),a.before?a.before.after(t):this.$layoutsWrap().append(t),acf.enable(t,this.cid),this.render()})};e=parseFloat(acf.get("acf_version"))<5.9?acf.duplicate(t):n.acfeNewAcfDuplicate(t),this.$input().trigger("change");t=acf.getFields({type:"tab",parent:e});return t.length&&r.each(t,function(){this.$el.hasClass("acf-hidden")&&this.tab.$el.addClass("acf-hidden")}),e},n.acfeNewAcfDuplicate=function(e){e instanceof jQuery&&(e={target:e}),(e=acf.parseArgs(e,{target:!1,search:"",replace:"",rename:!0,before:function(e){},after:function(e,t){},append:function(e,t){e.after(t)}})).target=e.target||e.$el;var t=e.target;e.search=e.search||t.attr("data-id"),e.replace=e.replace||acf.uniqid(),e.before(t),acf.doAction("before_duplicate",t);var a=t.clone();return e.rename&&acf.rename({target:a,search:e.search,replace:e.replace,replacer:"function"==typeof e.rename?e.rename:null}),a.removeClass("acf-clone"),a.find(".ui-sortable").removeClass("ui-sortable"),e.after(t,a),acf.doAction("after_duplicate",t,a),e.append(t,a),acf.doAction("append",a),a},n.acfeFixInputs=function(e){e.find("input").each(function(){r(this).attr("value",this.value)}),e.find("textarea").each(function(){r(this).html(this.value)}),e.find("input:radio,input:checkbox").each(function(){this.checked?r(this).attr("checked","checked"):r(this).attr("checked",!1)}),e.find("option").each(function(){this.selected?r(this).attr("selected","selected"):r(this).attr("selected",!1)})},n.acfeCleanLayouts=function(e){e.find(".acf-editor-wrap").each(function(){var e=r(this);e.find(".wp-editor-container div").remove(),e.find(".wp-editor-container textarea").css("display","")}),e.find(".acf-date-picker").each(function(){r(this).find("input.input").removeClass("hasDatepicker").removeAttr("id")}),e.find(".acf-time-picker").each(function(){r(this).find("input.input").removeClass("hasDatepicker").removeAttr("id")}),e.find(".acf-date-time-picker").each(function(){r(this).find("input.input").removeClass("hasDatepicker").removeAttr("id")}),e.find(".acfe-field-code-editor").each(function(){r(this).find(".CodeMirror").remove()}),e.find(".acf-color-picker").each(function(){var e=r(this),t=e.find("> input"),a=e.find(".wp-picker-container input.wp-color-picker").clone();t.after(a),e.find(".wp-picker-container").remove()}),e.find(".acf-field-post-object").each(function(){var e=r(this);e.find("> .acf-input span").remove(),e.find("> .acf-input select").removeAttr("tabindex aria-hidden").removeClass()}),e.find(".acf-field-page-link").each(function(){var e=r(this);e.find("> .acf-input span").remove(),e.find("> .acf-input select").removeAttr("tabindex aria-hidden").removeClass()}),e.find(".acf-field-select").each(function(){var e=r(this);e.find("> .acf-input span").remove(),e.find("> .acf-input select").removeAttr("tabindex aria-hidden").removeClass()}),e.find(".acf-field-font-awesome").each(function(){var e=r(this);e.find("> .acf-input span").remove(),e.find("> .acf-input select").removeAttr("tabindex aria-hidden")}),e.find(".acf-tab-wrap").each(function(){var e=r(this),t=e.closest(".acf-fields"),a=[];r.each(e.find("li a"),function(){a.push(r(this))}),t.find("> .acf-field-tab").each(function(){$current_tab=r(this),r.each(a,function(){var e=r(this);e.attr("data-key")===$current_tab.attr("data-key")&&$current_tab.find("> .acf-input").append(e)})}),e.remove()}),e.find(".acf-field-accordion").each(function(){var e=r(this);e.find("> .acf-accordion-title > .acf-accordion-icon").remove(),e.after('<div class="acf-field acf-field-accordion" data-type="accordion"><div class="acf-input"><div class="acf-fields" data-endpoint="1"></div></div></div>')})},acf.addAction("new_field/type=flexible_content",function(e){e.has("acfeFlexibleLock")&&e.removeEvents({mouseover:"onHover"})}))}(jQuery),function(){var e;"undefined"!=typeof acf&&((e=acf.getFieldType("flexible_content").prototype).events['click [data-action="acfe-flexible-modal-edit"]']="acfeModalEdit",e.acfeModalEdit=function(e,t){var a=this,i=t.closest(".layout"),n=i.find("> .acfe-modal.-fields").addClass("acfe-modal-edit-"+a.get("name")+" acfe-modal-edit-"+a.get("key")).addClass("acfe-modal-edit-"+i.data("layout")),o=i.find("> .acf-fc-layout-handle"),c=o.find("> .acf-fc-layout-order").outerHTML(),t=acfe.getTextNode(o.find(".acfe-layout-title-text")),o=!1;a.has("acfeFlexibleCloseButton")&&(o=acf.__("Close")),new acfe.Popup(n,{title:c+" "+t,footer:o,onOpen:function(){a.openLayout(i)},onClose:function(){a.closeLayout(i)}})},acf.addAction("new_field/type=flexible_content",function(e){e.has("acfeFlexibleModalEdition")&&(e.has("acfeFlexiblePlaceholder")||e.has("acfeFlexiblePreview"))&&(e.removeEvents({'click [data-name="collapse-layout"]':"onClickCollapse"}),e.removeEvents({"click .acfe-fc-placeholder":"onClickCollapse"}))}))}(jQuery),function(l){"undefined"!=typeof acf&&(acf.getFieldType("flexible_content").prototype.acfeModalSelect=function(e,t){var a=this;if(!a.validateAdd())return!1;var i=null;t.hasClass("acf-icon")&&(i=t.closest(".layout"));var n=a.getPopupHTML(),o={array:[],html:""};l(n).find("li a span[data-acfe-flexible-category]").each(function(){var e=l(this).data("acfe-flexible-category");l.each(e,function(){-1===function(e,t){for(var a=t.length,i=e.toString().toLowerCase(),n=0;n<a;n++)if(t[n].toLowerCase()===i)return n;return-1}(this,o.array)&&o.array.push(this)})}),o.array.length&&(o.array.sort(),o.html+='<h2 class="acfe-flexible-categories nav-tab-wrapper">',o.html+='<a href="#" data-acfe-flexible-category="acfe-all" class="nav-tab nav-tab-active"><span class="dashicons dashicons-menu"></span></a>',l(o.array).each(function(e,t){o.html+='<a href="#" data-acfe-flexible-category="'+t+'" class="nav-tab">'+t+"</a>"}),o.html+="</h2>");t=acf.__("Add Row");a.has("acfeFlexibleModalTitle")&&(t=a.get("acfeFlexibleModalTitle"));var c=l('<div class="acfe-modal acfe-modal-select-'+a.get("name")+" acfe-modal-select-"+a.get("key")+'">'+o.html+'<div class="acfe-flex-container">'+n+"</div></div>").appendTo("body");new acfe.Popup(c,{title:t,size:"full",destroy:!0}),a.has("acfeFlexibleModalCol")&&c.find(".acfe-modal-content .acfe-flex-container").addClass("acfe-col-"+a.get("acfeFlexibleModalCol")),a.has("acfeFlexibleThumbnails")&&c.find(".acfe-modal-content .acfe-flex-container").addClass("acfe-flex-thumbnails"),c.find("li:first-of-type a").blur(),c.find("li a span.badge").each(function(){l(this).addClass("acf-js-tooltip dashicons dashicons-info")}),c.find(".acfe-flexible-categories a").click(function(e){e.preventDefault();e=l(this);e.closest(".acfe-flexible-categories").find("a").removeClass("nav-tab-active"),e.addClass("nav-tab-active");var i=e.data("acfe-flexible-category");c.find("a[data-layout] span[data-acfe-flexible-category]").each(function(){var a=l(this);a.closest("li").show();var e=a.data("acfe-flexible-category");"acfe-all"!==i&&(a.closest("li").hide(),l.each(e,function(e,t){if(i.toLowerCase()===t.toLowerCase())return a.closest("li").show(),!1}))})}),c.on("click","a[data-layout]",function(e){e.preventDefault(),acfe.closePopup(),a.add({layout:l(this).data("layout"),before:i})})},acf.addAction("new_field/type=flexible_content",function(e){e.has("acfeFlexibleModal")&&(e.$clones().length<=1||(e.removeEvents({'click [data-name="add-layout"]':"onClickAdd"}),e.addEvents({'click [data-name="add-layout"]':"acfeModalSelect"})))}))}(jQuery),function(c){var e;"undefined"!=typeof acf&&((e=acf.getFieldType("flexible_content").prototype).addSortable=function(a){1!=this.get("max")&&this.$layoutsWrap().sortable({items:" > .layout",handle:"> .acf-fc-layout-handle",forceHelperSize:!1,forcePlaceholderSize:!0,revert:50,tolerance:"pointer",scroll:!0,stop:function(e,t){a.render()},update:function(e,t){a.$input().trigger("change")}})},e.acfeOneClick=function(e,t){var a=this.$clones(),i=c(a[0]).data("layout"),a=null;t.hasClass("acf-icon")&&(a=t.closest(".layout"));this.add({layout:i,before:a});a=c(".acf-fc-popup");a.length&&a.hide()},e.acfeLayoutInit=function(t){var e,a,i=this,n=(t.find("> .acf-fc-layout-controls"),t.find("> .acf-fc-layout-handle"),t.find("> .acfe-fc-placeholder"));n.removeClass("acf-hidden"),i.has("acfeFlexibleModalEdition")||i.isLayoutClosed(t)||n.addClass("acf-hidden"),i.isLayoutClosed(t)&&i.has("acfeFlexiblePreview")&&!n.hasClass("-loading")&&(n.addClass("acfe-fc-preview -loading").find("> .acfe-flexible-placeholder").prepend('<span class="spinner"></span>'),n.find("> .acfe-fc-overlay").addClass("-hover"),e=t.children("input").attr("name").replace("[acf_fc_layout]",""),a={action:"acfe/flexible/layout_preview",field_key:i.get("key"),i:t.index(),layout:t.data("layout"),value:acf.serialize(t,e)},acf.doAction("acfe/fields/flexible_content/before_preview",i.$el,t,a),acf.doAction("acfe/fields/flexible_content/before_preview/name="+i.get("name"),i.$el,t,a),acf.doAction("acfe/fields/flexible_content/before_preview/key="+i.get("key"),i.$el,t,a),acf.doAction("acfe/fields/flexible_content/before_preview/name="+i.get("name")+"&layout="+t.data("layout"),i.$el,t,a),acf.doAction("acfe/fields/flexible_content/before_preview/key="+i.get("key")+"&layout="+t.data("layout"),i.$el,t,a),c.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),dataType:"html",type:"post",success:function(e){e?n.find("> .acfe-flexible-placeholder").html(e):n.removeClass("acfe-fc-preview"),acf.doAction("acfe/fields/flexible_content/preview",e,i.$el,t,a),acf.doAction("acfe/fields/flexible_content/preview/name="+i.get("name"),e,i.$el,t,a),acf.doAction("acfe/fields/flexible_content/preview/key="+i.get("key"),e,i.$el,t,a),acf.doAction("acfe/fields/flexible_content/preview/name="+i.get("name")+"&layout="+t.data("layout"),e,i.$el,t,a),acf.doAction("acfe/fields/flexible_content/preview/key="+i.get("key")+"&layout="+t.data("layout"),e,i.$el,t,a)},complete:function(){n.find("> .acfe-fc-overlay").removeClass("-hover"),n.removeClass("-loading").find("> .acfe-flexible-placeholder > .spinner").remove()}}))},acf.getFieldType("wysiwyg").prototype.initialize=function(){this.has("id")||this.$control().hasClass("delay")||this.initializeEditor()},acf.addAction("show_field/type=wysiwyg",e=function(e){var t;e.has("id")||!e.$el.is(":visible")||acfe.isFilterEnabled("acfeForceOpen")||(t=e.$control()).hasClass("delay")&&(t.removeClass("delay"),t.find(".acf-editor-toolbar").remove(),e.initializeEditor())}),acf.addAction("ready_field/type=wysiwyg",e),acf.addAction("new_field/type=flexible_content",function(a){var e=a.$clones(),t=a.$layouts();c.merge(t,e);t.each(function(){var e=c(this),t=e.data("layout");acf.doAction("acfe/flexible/layouts",e,a),acf.doAction("acfe/flexible/layout/name="+t,e,a)}),1===e.length&&(a.removeEvents({'click [data-name="add-layout"]':"onClickAdd"}),a.addEvents({'click [data-name="add-layout"]':"acfeOneClick"})),a.addEvents({"click .acfe-fc-placeholder":"onClickCollapse"}),a.addEvents({"click .acfe-flexible-opened-actions > a":"onClickCollapse"}),a.has("acfeFlexibleAjax")&&(a.add=function(n){var o=this;if(n=acf.parseArgs(n,{layout:"",before:!1}),!this.allowAdd())return!1;c.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax({action:"acfe/flexible/models",field_key:this.get("key"),layout:n.layout}),dataType:"html",type:"post",beforeSend:function(){c("body").addClass("-loading")},success:function(e){if(e){var t=c(e),a=acf.uniqid(),i="acf["+o.get("key")+"][acfcloneindex]",e=o.$control().find("> input[type=hidden]").attr("name")+"["+a+"]",e=acf.duplicate({target:t,search:i,replace:e,append:o.proxy(function(e,t){n.before?n.before.before(t):o.$layoutsWrap().append(t),acf.enable(t,o.cid),o.render()})});return e.attr("data-id",a),o.$input().trigger("change"),e}},complete:function(){c("body").removeClass("-loading")}})})}),acf.addAction("acfe/flexible/layouts",function(e,t){t.isLayoutClosed(e)&&(e.find("> .acfe-fc-placeholder").removeClass("acf-hidden"),t.has("acfeFlexibleOpen")&&(acfe.enableFilter("acfeForceOpen"),t.openLayout(e),acfe.disableFilter("acfeForceOpen")))}),acf.addAction("show",function(e,t){"collapse"===t&&e.is(".layout")&&(acf.getInstance(e.closest(".acf-field-flexible-content")).has("acfeFlexibleModalEdition")||e.find("> .acfe-fc-placeholder").addClass("acf-hidden"))}),acf.addAction("hide",function(e,t){"collapse"===t&&e.is(".layout")&&!e.is(".acf-clone")&&((t=acf.getInstance(e.closest(".acf-field-flexible-content"))).has("acfeFlexibleRemoveAjaxTitle")&&(t.renderLayout=function(e){}),t.acfeLayoutInit(e))}),acf.addAction("append",function(e){var t;e.is(".layout")&&(t=acf.getInstance(e.closest(".acf-field-flexible-content")),e.is(".acfe-layout-duplicated")||(t.has("acfeFlexibleModalEdition")?e.find('> [data-action="acfe-flexible-modal-edit"]:first').trigger("click"):t.openLayout(e)),t.acfeLayoutInit(e),(t=t.$el.closest(".acfe-modal.-open")).length?t.find("> .acfe-modal-wrapper > .acfe-modal-content").animate({scrollTop:parseInt(e.offset().top)-200},200):!(parseFloat(acf.get("acf_version"))<5.9)&&e.hasClass("-focused")||c("html, body").animate({scrollTop:parseInt(e.offset().top)-200},200))}),acf.addAction("invalid_field",function(e){e.$el.parents(".layout").addClass("acfe-flexible-modal-edit-error")}),acf.addAction("valid_field",function(e){e.$el.parents(".layout").each(function(){var e=c(this);e.find(".acf-error").length||e.removeClass("acfe-flexible-modal-edit-error")})}))}(jQuery),function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({wait:!1,type:"group",events:{'click [data-name="edit"]':"onClick",duplicateField:"onDuplicate"},initialize:function(){var e;this.has("acfeGroupModal")&&(e=this.get("acfeGroupModalButton"),this.$el.find("> .acf-input > .acf-fields, > .acf-input > .acf-table").wrapAll('<div class="acfe-modal"><div class="acfe-modal-wrapper"><div class="acfe-modal-content"></div></div></div>'),this.$el.find("> .acf-input").append('<a data-name="edit" class="acf-button button" href="#">'+e+"</a>"))},onClick:function(e,t){var a=this.$labelWrap().find("label").text().trim(),i=this.$el.find("> .acf-input > .acfe-modal").addClass("acfe-modal-edit-"+this.get("name")+" acfe-modal-edit-"+this.get("key"));a.length||(a=this.get("acfeGroupModalButton"));var n=!1;this.has("acfeGroupModalClose")&&(n=acf.__("Close"));var o="large";this.has("acfeGroupModalSize")&&(o=this.get("acfeGroupModalSize")),new acfe.Popup(i,{title:a,size:o,footer:n})},onDuplicate:function(e,t,a){a.find('a[data-name="edit"]').remove()}}),acf.registerFieldType(e))}(jQuery),function(e){"undefined"!=typeof acf&&new acf.Model({actions:{"new_field/type=radio":"newField"},newField:function(a){a.has("acfeLabels")&&(e.each(a.get("acfeLabels"),function(e,t){a.$control().find('input[type=radio][value="'+t+'"]').closest("li").addClass("parent").prepend("<strong>"+e+"</strong>")}),a.$control().hasClass("acf-hl")&&a.$control().find("li.parent").each(function(){e(this).nextUntil("li.parent").addBack().wrapAll("<li><ul></ul></li>")}))}})}(jQuery),function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({type:"acfe_recaptcha",wait:"load",actions:{validation_failure:"validationFailure"},$control:function(){return this.$(".acfe-field-recaptcha")},$input:function(){return this.$('input[type="hidden"]')},$selector:function(){return this.$control().find("> div")},selector:function(){return this.$selector()[0]},initialize:function(){"v2"===this.get("version")?this.renderV2(this):"v3"===this.get("version")&&this.renderV3()},renderV2:function(t){var e=this.selector(),a=this.$input(),i=this.get("siteKey"),n=this.get("theme"),o=this.get("size");this.recaptcha=grecaptcha.render(e,{sitekey:i,theme:n,size:o,callback:function(e){acf.val(a,e,!0),t.removeError()},"error-callback":function(){acf.val(a,"",!0),t.showError("An error has occured")},"expired-callback":function(){acf.val(a,"",!0),t.showError("reCaptcha has expired")}})},renderV3:function(){var t=this.$input(),e=this.get("siteKey");grecaptcha.ready(function(){grecaptcha.execute(e,{action:"homepage"}).then(function(e){acf.val(t,e,!0)})})},validationFailure:function(e){"v2"===this.get("version")&&grecaptcha.reset(this.recaptcha)}}),acf.registerFieldType(e))}(jQuery),jQuery,"undefined"!=typeof acf&&(acf.getFieldType("repeater").prototype.acfeOnHover=function(){this.off("mouseover")},acf.addAction("new_field/type=repeater",function(e){e.has("acfeRepeaterLock")&&(e.removeEvents({mouseover:"onHover"}),e.addEvents({mouseover:"acfeOnHover"})),e.has("acfeRepeaterRemoveActions")&&(e.$actions().remove(),e.$el.find("thead:first > tr > th.acf-row-handle:last").remove(),e.$rows().find("> .acf-row-handle:last").remove(),e.$control().find("> .acfe-repeater-stylised-button").remove()),e.has("acfeRepeaterStylisedButton")&&(e.$button().removeClass("button-primary"),e.$actions().wrap('<div class="acfe-repeater-stylised-button" />'))})),function(o){"undefined"!=typeof acf&&(new acf.Model({actions:{select2_init:"selectInit"},filters:{select2_args:"selectArgs",select2_ajax_data:"selectAjax"},selectInit:function(e,t,a,i,n){acf.doAction("select2_init/type="+i.get("type"),e,t,a,i,n),acf.doAction("select2_init/name="+i.get("name"),e,t,a,i,n),acf.doAction("select2_init/key="+i.get("key"),e,t,a,i,n)},selectArgs:function(e,t,a,i,n){return e=acf.applyFilters("select2_args/type="+i.get("type"),e,t,a,i,n),e=acf.applyFilters("select2_args/name="+i.get("name"),e,t,a,i,n),e=acf.applyFilters("select2_args/key="+i.get("key"),e,t,a,i,n)},selectAjax:function(e,t,a,i,n){return e=acf.applyFilters("select2_ajax_data/type="+i.get("type"),e,t,a,i,n),e=acf.applyFilters("select2_ajax_data/name="+i.get("name"),e,t,a,i,n),e=(e=acf.applyFilters("select2_ajax_data/key="+i.get("key"),e,t,a,i,n)).action?acf.applyFilters("select2_ajax_data/action="+e.action,e,t,a,i,n):e}}),new acf.Model({actions:{"new_field/type=select":"selectNew",select2_init:"selectInit"},filters:{select2_args:"selectArgs"},selectNew:function(e){e.inherit(e.$input()),!e.get("ui")&&e.get("allow_null")&&e.$input().find("option").each(function(e,t){t.value||t.text.startsWith("- ")&&t.text.endsWith(" -")&&(t.text=t.text.substring(2),t.text=t.text.substring(0,t.text.length-2))}),(e.has("acfePrepend")||e.has("acfeAppend"))&&(e.$input().parent(".acf-input-wrap").length||(e.$input().wrapAll('<div class="acf-input-wrap"></div>'),e.get("ui")&&e.$(".acf-input-wrap:first").append(e.$(".select2")),e.has("acfePrepend")&&(e.$(".acf-input-wrap:first").before('<div class="acf-input-prepend">'+e.get("acfePrepend")+"</div>"),e.$input().addClass("acf-is-prepended")),e.has("acfeAppend")&&(e.$(".acf-input-wrap:first").before('<div class="acf-input-append">'+e.get("acfeAppend")+"</div>"),e.$input().addClass("acf-is-appended"))))},selectInit:function(e,t,a,i,n){e.data("select2")&&e.data("select2").$dropdown.addClass("select2-dropdown-acf").addClass("select2-dropdown-acf-field-"+i.get("name")).addClass("select2-dropdown-acf-field-"+i.get("key")),i.get("multiple")||i.get("acfeSearchPlaceholder")&&e.on("select2:open",function(e){o(".select2-search.select2-search--dropdown > .select2-search__field").attr("placeholder",i.get("acfeSearchPlaceholder"))})},selectArgs:function(e,t,a,i,n){return i.get("acfeAllowCustom")&&(e.tags=!0,e.createTag=function(e){var t=o.trim(e.term);if(""===t)return null;var a=!1;return this.$element.find("option").each(function(){if(this.value.toLowerCase()===t.toLowerCase())return!(a=!0)}),a?null:{id:t,text:t}},e.insertTag=function(e,t){var a=!1;o.each(e,function(){if(o.trim(t.text).toUpperCase()===o.trim(this.text).toUpperCase())return!(a=!0)}),a||e.unshift(t)}),e}}))}(jQuery),function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({type:"acfe_slug",events:{"input input":"onInput","focusout input":"onFocusOut"},onInput:function(e,t){t.val(t.val().toLowerCase().replace(/\s+/g,"-").replace(/[^\w\-]+/g,"").replace(/\-\-+/g,"-").replace(/\_\_+/g,"_").replace(/^-+/,""))},onFocusOut:function(e,t){t.val(t.val().toLowerCase().replace(/-+$/,"").replace(/_+$/,""))}}),acf.registerFieldType(e))}(jQuery),function(a){"undefined"!=typeof acf&&new acf.Model({actions:{"prepare_field/type=tab":"prepareField"},prepareField:function(e){var t,i,n;e.has("noPreference")&&(t=e.findTabs(),t=acf.getInstances(t),i=e.get("key"),!t.length||(n=acf.getPreference("this.tabs"))&&(a.each(t,function(e,t){var a=t.get("index");t.data.key===i&&(n[a]=0)}),acf.setPreference("this.tabs",n)))}})}(jQuery),function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({type:"textarea",events:{"keydown textarea":"onInput"},onInput:function(e,t){var a,i;this.has("acfeTextareaCode")&&9===e.keyCode&&(e.preventDefault(),a=this.$el.find("textarea")[0],i=a.selectionStart,this.$el.find("textarea").val(function(e,t){return t.substring(0,i)+" "+t.substring(a.selectionEnd)}),a.selectionEnd=i+4)}}),acf.registerFieldType(e))}(jQuery),jQuery,"undefined"!=typeof acf&&(acf.registerConditionForFieldType("contains","checkbox"),acf.registerConditionForFieldType("contains","radio"),acf.registerConditionForFieldType("equalTo","acfe_code_editor"),acf.registerConditionForFieldType("notEqualTo","acfe_code_editor"),acf.registerConditionForFieldType("patternMatch","acfe_code_editor"),acf.registerConditionForFieldType("contains","acfe_code_editor"),acf.registerConditionForFieldType("hasValue","acfe_code_editor"),acf.registerConditionForFieldType("hasNoValue","acfe_code_editor"),acf.registerConditionForFieldType("equalTo","date_picker"),acf.registerConditionForFieldType("notEqualTo","date_picker"),acf.registerConditionForFieldType("patternMatch","date_picker"),acf.registerConditionForFieldType("contains","date_picker"),acf.registerConditionForFieldType("greaterThan","date_picker"),acf.registerConditionForFieldType("lessThan","date_picker"),acf.registerConditionForFieldType("equalTo","date_time_picker"),acf.registerConditionForFieldType("notEqualTo","date_time_picker"),acf.registerConditionForFieldType("patternMatch","date_time_picker"),acf.registerConditionForFieldType("contains","date_time_picker"),acf.registerConditionForFieldType("equalTo","acfe_forms"),acf.registerConditionForFieldType("notEqualTo","acfe_forms"),acf.registerConditionForFieldType("patternMatch","acfe_forms"),acf.registerConditionForFieldType("contains","acfe_forms"),acf.registerConditionForFieldType("hasValue","acfe_forms"),acf.registerConditionForFieldType("hasNoValue","acfe_forms"),acf.registerConditionForFieldType("equalTo","acfe_hidden"),acf.registerConditionForFieldType("notEqualTo","acfe_hidden"),acf.registerConditionForFieldType("patternMatch","acfe_hidden"),acf.registerConditionForFieldType("contains","acfe_hidden"),acf.registerConditionForFieldType("hasValue","acfe_hidden"),acf.registerConditionForFieldType("hasNoValue","acfe_hidden"),acf.registerConditionForFieldType("equalTo","acfe_post_statuses"),acf.registerConditionForFieldType("notEqualTo","acfe_post_statuses"),acf.registerConditionForFieldType("patternMatch","acfe_post_statuses"),acf.registerConditionForFieldType("contains","acfe_post_statuses"),acf.registerConditionForFieldType("hasValue","acfe_post_statuses"),acf.registerConditionForFieldType("hasNoValue","acfe_post_statuses"),acf.registerConditionForFieldType("equalTo","acfe_post_types"),acf.registerConditionForFieldType("notEqualTo","acfe_post_types"),acf.registerConditionForFieldType("patternMatch","acfe_post_types"),acf.registerConditionForFieldType("contains","acfe_post_types"),acf.registerConditionForFieldType("hasValue","acfe_post_types"),acf.registerConditionForFieldType("hasNoValue","acfe_post_types"),acf.registerConditionForFieldType("equalTo","acfe_slug"),acf.registerConditionForFieldType("notEqualTo","acfe_slug"),acf.registerConditionForFieldType("patternMatch","acfe_slug"),acf.registerConditionForFieldType("contains","acfe_slug"),acf.registerConditionForFieldType("hasValue","acfe_slug"),acf.registerConditionForFieldType("hasNoValue","acfe_slug"),acf.registerConditionForFieldType("equalTo","acfe_taxonomies"),acf.registerConditionForFieldType("notEqualTo","acfe_taxonomies"),acf.registerConditionForFieldType("patternMatch","acfe_taxonomies"),acf.registerConditionForFieldType("contains","acfe_taxonomies"),acf.registerConditionForFieldType("hasValue","acfe_taxonomies"),acf.registerConditionForFieldType("hasNoValue","acfe_taxonomies"),acf.registerConditionForFieldType("equalTo","taxonomy"),acf.registerConditionForFieldType("notEqualTo","taxonomy"),acf.registerConditionForFieldType("patternMatch","taxonomy"),acf.registerConditionForFieldType("contains","taxonomy"),acf.registerConditionForFieldType("hasValue","taxonomy"),acf.registerConditionForFieldType("hasNoValue","taxonomy"),acf.registerConditionForFieldType("equalTo","acfe_taxonomy_terms"),acf.registerConditionForFieldType("notEqualTo","acfe_taxonomy_terms"),acf.registerConditionForFieldType("patternMatch","acfe_taxonomy_terms"),acf.registerConditionForFieldType("contains","acfe_taxonomy_terms"),acf.registerConditionForFieldType("hasValue","acfe_taxonomy_terms"),acf.registerConditionForFieldType("hasNoValue","acfe_taxonomy_terms"),acf.registerConditionForFieldType("equalTo","time_picker"),acf.registerConditionForFieldType("notEqualTo","time_picker"),acf.registerConditionForFieldType("patternMatch","time_picker"),acf.registerConditionForFieldType("contains","time_picker"),acf.registerConditionForFieldType("equalTo","acfe_user_roles"),acf.registerConditionForFieldType("notEqualTo","acfe_user_roles"),acf.registerConditionForFieldType("patternMatch","acfe_user_roles"),acf.registerConditionForFieldType("contains","acfe_user_roles"),acf.registerConditionForFieldType("hasValue","acfe_user_roles"),acf.registerConditionForFieldType("hasNoValue","acfe_user_roles")),function(i){"undefined"!=typeof acf&&new acf.Model({field:!1,placement:!1,actions:{new_field:"newField"},newField:function(e){(this.field=e).has("instructionTooltip")&&this.setTooltip(),e.has("instructionAboveField")&&this.setAboveField(),e.has("instructionPlacement")&&this.overridePlacement(e.get("instructionPlacement"))},setTooltip:function(){this.field.$labelWrap().prepend('<span class="acfe-field-tooltip acf-js-tooltip dashicons dashicons-info" title="'+_.escape(this.field.get("instructionTooltip"))+'"></span>'),this.field.$labelWrap().find(".description").remove()},setAboveField:function(){this.field.$inputWrap().prepend('<p class="description">'+this.field.get("instructionAboveField")+"</p>"),this.field.$labelWrap().find(".description").remove()},overridePlacement:function(e){var t=this.getPlacement();t&&t!==e&&this.setPlacement(e)},getPlacement:function(){var e=!1;return this.field.$labelWrap().find(">.description").length?e="label":this.field.$inputWrap().find(">.description:first-child").length?e="above_field":this.field.$inputWrap().find(">.description:last-child").length?e="field":this.field.$labelWrap().find(">.acfe-field-tooltip").length&&(e="tooltip"),this.placement=e,this.placement},$getInstruction:function(){var e=this.getPlacement();return"label"===e?this.field.$labelWrap().find(">.description"):"above_field"===e?this.field.$inputWrap().find(">.description:first-child"):"field"===e?this.field.$inputWrap().find(">.description:last-child"):"tooltip"===e&&this.field.$labelWrap().find(">.acfe-field-tooltip")},setPlacement:function(e){var t,a=this.$getInstruction();"tooltip"===this.placement&&(t=a.attr("title"),a.remove(),a=i('<p class="description">'+t+"</p>")),"label"===e?this.field.$labelWrap().append(a):"above_field"===e?this.field.$inputWrap().prepend(a):"field"===e?this.field.$inputWrap().append(a):"tooltip"===e&&(this.field.$labelWrap().prepend(i('<span class="acfe-field-tooltip acf-js-tooltip dashicons dashicons-info" title="'+_.escape(a.html())+'"></span>')),a.remove())}})}(jQuery),jQuery,function(c){"undefined"!=typeof acf&&(new acf.Model({actions:{prepare:"prepare","new_field/type=date_picker":"datePicker","new_field/type=date_time_picker":"datePicker","new_field/type=time_picker":"datePicker","new_field/type=google_map":"googleMap",invalid_field:"invalidField",validation_begin:"validationBegin"},prepare:function(){var e;acfe.get("is_admin")||(acf.isset(window,"wp","media","view","settings","post")&&(wp.media.view.settings.post=!1),c('.acfe-form[data-hide-unload="1"]').length&&acf.unload.disable(),(e=c(".acfe-form-success")).length&&(window.history.replaceState&&window.history.replaceState(null,null,window.location.href),e.each(function(){var e=c(this).data("form-name"),t=c(this).data("form-id");acf.doAction("acfe/form/submit/success"),acf.doAction("acfe/form/submit/success/id="+t),acf.doAction("acfe/form/submit/success/name="+e)})),c('.acf-form .button, .acf-form [type="submit"], .acfe-form .button, .acfe-form [type="submit"]').click(function(e){c(this).hasClass("disabled")&&e.preventDefault()}))},datePicker:function(e){var t;acfe.get("is_admin")||(!(t=e.$el.closest(".acfe-form")).length||(t=t.data("fields-class"))&&e.$inputText().addClass(t))},googleMap:function(e){var t;acfe.get("is_admin")||(!(t=e.$el.closest(".acfe-form")).length||(t=t.data("fields-class"))&&e.$search().addClass(t))},invalidField:function(e){var t,a,i,n,o;acfe.get("is_admin")||(t=e.$el.closest(".acfe-form")).length&&(a=t.data("errors-position"),(o=t.data("errors-class"))&&o.length&&e.$el.find(".acf-notice.-error").addClass(o),a&&"below"===a?(e.$control().length?e.$el.find(".acf-notice.-error").insertAfter(e.$control()):e.$input().length&&e.$el.find(".acf-notice.-error").insertAfter(e.$input()),n=!1,e.$control().length?n=e.$control():e.$input().length&&(n=e.$input()),n&&e.$el.find(".acf-notice.-error").insertAfter(n)):a&&"group"===a?(i=e.$el.find(".acf-label label").text().trim(),o=e.$el.find('.acf-input-wrap [placeholder!=""]').attr("placeholder"),n=e.$el.find(".acf-notice.-error").text().trim(),e.$el.find(".acf-notice.-error").remove(),n=i&&i.length&&"*"!==i?i+": "+n:o&&o.length&&""!==o?o+": "+n:e.get("name")+": "+n,(o=!(o=t.find("> .acfe-form-error")).length?c('<div class="acf-notice -error acf-error-message acfe-form-error" />').prependTo(t):o).append("<p>"+n+"</p>")):a&&"hide"===a&&e.$el.find(".acf-notice.-error").remove())},validationBegin:function(e){acfe.get("is_admin")||void 0!==e&&e.find(".acf-error-message").remove()}}),acf.newCondition=function(e,t){var a=t.get("field"),i=a.getField(e.field);if(a&&!i&&(i=acf.getField(e.field)),!a||!i)return!1;t={rule:e,target:a,conditions:t,field:i},i=i.get("type"),e=e.operator;return new(acf.getConditionTypes({fieldType:i,operator:e})[0]||acf.Condition)(t)})}(jQuery);
|
1 |
+
!function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({type:"acfe_advanced_link",events:{'click a[data-name="add"]':"onClickEdit",'click a[data-name="edit"]':"onClickEdit",'click a[data-name="remove"]':"onClickRemove"},$control:function(){return this.$(".acf-link")},initialize:function(){},getValue:function(){var e={type:this.$(".input-type :checked").val(),title:this.$(".input-title").val(),url:this.$(".input-url").val(),post:this.$(".input-post :selected").text(),term:this.$(".input-term :selected").text(),target:this.$(".input-target").is(":checked")};return"post"===e.type?e.url=e.post:"term"===e.type&&(e.url=e.term),e},setValue:function(e){e=acf.parseArgs(e,{remove:!1,title:"",url:"",target:!1});var t=this.$control();t.removeClass("-value -external"),e.url&&t.addClass("-value"),e.target&&t.addClass("-external"),this.$(".link-title").html(e.title),this.$(".link-url").attr("href",e.url).html(e.url),e.remove&&(this.$(".input-type :checked").prop("checked",!1),this.$('.input-type [value="url"]').prop("checked",!0).trigger("change"),this.$(".input-title").val(""),this.$(".input-target").prop("checked",!1),this.$(".input-url").val("").trigger("change"),this.$(".input-post").val("").trigger("change"),this.$(".input-term").val("").trigger("change"))},onClickEdit:function(e,t){var a=t.closest(".acf-input").find(".acfe-modal"),t=a.attr("data-modal-title"),i=this;new acfe.Popup(a,{title:t,size:"medium",footer:acf.__("Close"),onClose:function(){i.onChange()}})},onClickRemove:function(e,t){this.setValue({remove:!0})},onChange:function(e,t){var a=this.getValue();this.setValue(a)}}),acf.registerFieldType(e),new acf.Model({actions:{invalid_field:"invalidField"},filters:{"select2_ajax_data/type=post_object":"ajaxField"},invalidField:function(e){var t=e.$el.closest(".acf-field-acfe-advanced-link").not(".acf-error");t.length&&acf.getInstance(t).showError(e.notice.get("text"))},ajaxField:function(e,t,a,i,n){if("post"!==i.get("key"))return e;a=acf.getInstance(a.closest(".acf-field-acfe-advanced-link"));return a&&(e.field_key=a.get("key")),e}}))}(jQuery),function(i){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({type:"acfe_button",events:{"click input":"onClick","click button":"onClick"},$input:function(){return this.$("input").length?this.$("input"):this.$("button").length?this.$("button"):void 0},initialize:function(){var e=this.$input();this.inherit(e)},onClick:function(e,t){var a;this.get("ajax")&&(e.preventDefault(),a={action:"acfe/fields/button",field_key:this.get("key"),acf:acf.serialize(this.$el.closest("form"),"acf")},a=acf.applyFilters("acfe/fields/button/data",a,this.$el),a=acf.applyFilters("acfe/fields/button/data/name="+this.get("name"),a,this.$el),a=acf.applyFilters("acfe/fields/button/data/key="+this.get("key"),a,this.$el),acf.doAction("acfe/fields/button/before_ajax",this.$el,a),acf.doAction("acfe/fields/button/before",this.$el,a),acf.doAction("acfe/fields/button/before/name="+this.get("name"),this.$el,a),acf.doAction("acfe/fields/button/before/key="+this.get("key"),this.$el,a),i.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",context:this,success:function(e){acf.doAction("acfe/fields/button/ajax_success",e,this.$el,a),acf.doAction("acfe/fields/button/success",e,this.$el,a),acf.doAction("acfe/fields/button/success/name="+this.get("name"),e,this.$el,a),acf.doAction("acfe/fields/button/success/key="+this.get("key"),e,this.$el,a)},complete:function(e){e=e.responseText;acf.doAction("acfe/fields/button/complete",e,this.$el,a),acf.doAction("acfe/fields/button/complete/name="+this.get("name"),e,this.$el,a),acf.doAction("acfe/fields/button/complete/key="+this.get("key"),e,this.$el,a)}}))}}),acf.registerFieldType(e))}(jQuery),function(e){"undefined"!=typeof acf&&new acf.Model({actions:{"new_field/type=checkbox":"newField"},newField:function(a){a.has("acfeLabels")&&e.each(a.get("acfeLabels"),function(e,t){a.$control().find('input[type=checkbox][value="'+t+'"]').closest("ul").before("<strong>"+e+"</strong>")})}})}(jQuery),function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({wait:!1,type:"clone",events:{'click [data-name="edit"]':"onClick",duplicateField:"onDuplicate"},initialize:function(){var e;this.has("acfeCloneModal")&&(e=this.get("acfeCloneModalButton"),this.$el.find("> .acf-input > .acf-fields, > .acf-input > .acf-table").wrapAll('<div class="acfe-modal"><div class="acfe-modal-wrapper"><div class="acfe-modal-content"></div></div></div>'),this.$el.find("> .acf-input").append('<a data-name="edit" class="acf-button button" href="#">'+e+"</a>"))},onClick:function(e,t){var a=this.$labelWrap().find("label").text().trim(),i=this.$el.find("> .acf-input > .acfe-modal").addClass("acfe-modal-edit-"+this.get("name")+" acfe-modal-edit-"+this.get("key"));a.length||(a=this.get("acfeCloneModalButton"));var n=!1;this.has("acfeCloneModalClose")&&(n=acf.__("Close"));var o="large";this.has("acfeCloneModalSize")&&(o=this.get("acfeCloneModalSize")),new acfe.Popup(i,{title:a,size:o,footer:n})},onDuplicate:function(e,t,a){a.find('a[data-name="edit"]').remove()}}),acf.registerFieldType(e))}(jQuery),function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({wait:"ready",type:"acfe_code_editor",events:{showField:"onShow",duplicateField:"onDuplicate"},$control:function(){return this.$el.find("> .acf-input > .acf-input-wrap")},$input:function(){return this.$el.find("> .acf-input > .acf-input-wrap > textarea")},input:function(){return this.$input()[0]},rows:function(){return this.$input().attr("rows")},initialize:function(){this.rows=this.$control().data("rows"),this.max_rows=this.$control().data("max-rows"),this.mode=this.$control().data("mode"),this.lines=this.$control().data("lines"),this.indentUnit=this.$control().data("indent-unit");var e=[],t=wp.codeEditor.defaultSettings.codemirror,a={lineNumbers:this.lines,lineWrapping:!0,styleActiveLine:!1,continueComments:!0,indentUnit:this.indentUnit,tabSize:1,indentWithTabs:!1,mode:this.mode,extraKeys:{Tab:function(e){e.execCommand("indentMore")},"Shift-Tab":function(e){e.execCommand("indentLess")}}},a=jQuery.extend(t,a);e.codemirror=a,this.editor=wp.codeEditor.initialize(this.input(),e),(this.rows||this.max_rows)&&(this.rows&&(this.editor.codemirror.getScrollerElement().style.minHeight=18.5*this.rows+"px"),this.max_rows&&(this.editor.codemirror.getScrollerElement().style.maxHeight=18.5*this.max_rows+"px"),this.editor.codemirror.refresh()),(field=this).editor.codemirror.on("change",function(){field.editor.codemirror.save(),field.$input().change()})},onShow:function(){this.editor.codemirror&&this.editor.codemirror.refresh()},onDuplicate:function(e,t,a){a.find(".CodeMirror:last").remove()}}),acf.registerFieldType(e))}(jQuery),function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({wait:"new_field",type:"acfe_column",$control:function(){return this.$(".acf-fields:first")},initialize:function(){if(this.$el.is("td")&&(this.$el.closest(".acf-table").find('th[data-type="acfe_column"]').remove(),this.remove()),this.get("endpoint"))return this.$el.find("> .acf-label").remove(),void this.$el.find("> .acf-input").remove();var e=this.$el,t=this.$el.find("> .acf-label"),a=(this.$inputWrap(),this.$control());t.remove();t=e.parent();t.addClass("acfe-column-wrapper"),a.addClass(t.hasClass("-left")?"-left":""),a.addClass(t.hasClass("-clear")?"-clear":""),a.append(e.nextUntil(".acf-field-acfe-column",".acf-field"))}}),acf.registerFieldType(e))}(jQuery),function(r){var n;"undefined"!=typeof acf&&((n=acf.getFieldType("flexible_content").prototype).events["click .acf-fc-layout-handle"]="acfeEditLayoutTitleToggleHandle",n.acfeEditLayoutTitleToggleHandle=function(e,t){!this.has("acfeFlexibleTitleEdition")||(t=t.closest(".layout")).hasClass("acfe-flexible-title-edition")&&t.find("> .acf-fc-layout-handle > .acfe-layout-title > input.acfe-flexible-control-title").trigger("blur")},n.events["click .acfe-layout-title-text"]="acfeEditLayoutTitle",n.acfeEditLayoutTitle=function(e,t){this.has("acfeFlexibleTitleEdition")&&(e.stopPropagation(),this.acfeEditLayoutTitleToggle(e,t))},n.events["blur input.acfe-flexible-control-title"]="acfeEditLayoutTitleToggle",n.acfeEditLayoutTitleToggle=function(e,t){var a,i=t.closest(".layout"),n=i.find("> .acf-fc-layout-handle"),t=n.find(".acfe-layout-title");i.hasClass("acfe-flexible-title-edition")?(""===(a=t.find("> input[data-acfe-flexible-control-title-input]")).val()&&a.val(a.attr("placeholder")).trigger("input"),i.removeClass("acfe-flexible-title-edition"),a.insertAfter(n)):(a=(a=i.find("> input[data-acfe-flexible-control-title-input]")).appendTo(t),i.addClass("acfe-flexible-title-edition"),a.focus().attr("size",a.val().length))},n.events["click input.acfe-flexible-control-title"]="acfeEditLayoutTitlePropagation",n.acfeEditLayoutTitlePropagation=function(e,t){e.stopPropagation()},n.events["input [data-acfe-flexible-control-title-input]"]="acfeEditLayoutTitleInput",n.acfeEditLayoutTitleInput=function(e,t){var a=t.closest(".layout").find("> .acf-fc-layout-handle .acfe-layout-title .acfe-layout-title-text"),i=t.val();t.attr("size",i.length),a.html(i)},n.events["keypress [data-acfe-flexible-control-title-input]"]="acfeEditLayoutTitleInputEnter",n.acfeEditLayoutTitleInputEnter=function(e,t){13===e.keyCode&&(e.preventDefault(),t.blur())},n.events["click [data-acfe-flexible-settings]"]="acfeLayoutSettings",n.acfeLayoutSettings=function(e,t){var a=this,i=t.closest(".layout"),n=i.find("> .acfe-modal.-settings"),o=i.find("> .acf-fc-layout-handle"),t=o.find("> .acf-fc-layout-order").outerHTML(),o=o.find(".acfe-layout-title-text").text();new acfe.Popup(n,{title:t+" "+o,footer:acf.__("Close"),onClose:function(){a.has("acfeFlexiblePreview")&&a.closeLayout(i)}})},n.events["click [data-acfe-flexible-control-toggle]"]="acfeLayoutToggle",n.acfeLayoutToggle=function(e,t){var a=t.closest(".layout"),t=a.find("> .acfe-flexible-layout-toggle");t.length&&("1"===t.val()?(a.removeClass("acfe-flexible-layout-hidden"),t.val("")):(a.addClass("acfe-flexible-layout-hidden"),t.val("1")))},acf.addAction("acfe/flexible/layouts",function(e,t){!t.has("acfeFlexibleToggle")||(t=e.find("> .acfe-flexible-layout-toggle")).length&&("1"===t.val()?e.addClass("acfe-flexible-layout-hidden"):e.removeClass("acfe-flexible-layout-hidden"))}),n.events["click [data-acfe-flexible-control-clone]"]="acfeCloneLayout",n.acfeCloneLayout=function(e,t){var a,i=this,n=t.closest(".layout"),o=n.data("layout"),c=r(i.$popup().html()),l=i.$layouts(),c=c.find('[data-layout="'+o+'"]'),c=(c.data("min"),c.data("max")||0),o=(a=o,l.filter(function(){return r(this).data("layout")===a}).length);if(c&&c<=o)return t.addClass("disabled"),!1;t.removeClass("disabled"),i.acfeFixInputs(n);o=n.clone();i.acfeCleanLayouts(o);t=t.closest(".acf-flexible-content").find("> input[type=hidden]").attr("name"),i.acfeDuplicate({layout:o,before:n,parent:t})},n.events["click [data-acfe-flexible-control-copy]"]="acfeCopyLayout",n.acfeCopyLayout=function(e,t){var a=t.closest(".layout").clone(),t=this.$control().find("> input[type=hidden]").attr("name");this.acfeFixInputs(a),this.acfeCleanLayouts(a);t=JSON.stringify({source:t,layouts:a[0].outerHTML}),a=r('<input type="text" style="clip:rect(0,0,0,0);clip-path:none;position:absolute;" value="" />').appendTo(r("body"));a.attr("value",t).select(),document.execCommand("copy")?alert("Layout has been transferred to your clipboard"):prompt("Copy the following layout data to your clipboard",t),a.remove()},n.acfeCopyLayouts=function(){var e=this,t=e.$layoutsWrap().clone(),a=e.$control().find("> input[type=hidden]").attr("name");e.acfeFixInputs(t),e.acfeCleanLayouts(t);t=JSON.stringify({source:a,layouts:t.html()}),e=r('<input type="text" style="clip:rect(0,0,0,0);clip-path:none;position:absolute;" value="" />').appendTo(e.$el);e.attr("value",t).select(),document.execCommand("copy")?alert("Layouts have been transferred to your clipboard"):prompt("Copy the following layouts data to your clipboard",t),e.remove()},n.acfePasteLayouts=function(){var n=this,e=prompt("Paste layouts data in the following field");if(null!=e&&""!==e)try{var t=JSON.parse(e),i=t.source,a=r(t.layouts).closest("[data-layout]");if(!a.length)return alert("No layouts data available");var o=r(n.$popup().html()),c=n.$layouts(),l=[];if(a.each(function(){var e,t=r(this),a=t.data("layout"),i=o.find('[data-layout="'+a+'"]'),i=(i.data("min"),i.data("max")||0),a=(e=a,c.filter(function(){return r(this).data("layout")===e}).length);i&&i<=a||n.$clone(t.attr("data-layout")).length&&l.push(t)}),!l.length)return alert("No layouts could be pasted");r.each(l,function(){var e=r(this),t=i+"["+e.attr("data-id")+"]",a=n.$control().find("> input[type=hidden]").attr("name");n.acfeDuplicate({layout:e,before:!1,search:t,parent:a})})}catch(e){console.log(e),alert("Invalid data")}},n.events['click [data-name="acfe-flexible-control-button"]']="acfeControl",n.acfeControl=function(e,t){var a=this,i=t.next(".tmpl-acfe-flexible-control-popup").html();new(acf.models.TooltipConfirm.extend({render:function(){this.html(this.get("text")),this.$el.addClass("acf-fc-popup")}}))({target:t,targetConfirm:!1,text:i,context:a,confirm:function(e,t){"paste"===t.attr("data-acfe-flexible-control-action")?a.acfePasteLayouts():"copy"===t.attr("data-acfe-flexible-control-action")&&a.acfeCopyLayouts()}}).on("click","a","onConfirm")},n.acfeDuplicate=function(a){if(a=acf.parseArgs(a,{layout:"",before:!1,parent:!1,search:"",replace:""}),!this.allowAdd())return!1;var i=acf.uniqid();a.parent&&(a.search||(a.search=a.parent+"["+a.layout.attr("data-id")+"]"),a.replace=a.parent+"["+i+"]");var e,t={target:a.layout,search:a.search,replace:a.replace,append:this.proxy(function(e,t){t.addClass("acfe-layout-duplicated"),t.attr("data-id",i),a.before?a.before.after(t):this.$layoutsWrap().append(t),acf.enable(t,this.cid),this.render()})};e=acfe.versionCompare(acf.get("acf_version"),"<","5.9")?acf.duplicate(t):n.acfeNewAcfDuplicate(t),this.$input().trigger("change");t=acf.getFields({type:"tab",parent:e});return t.length&&r.each(t,function(){this.$el.hasClass("acf-hidden")&&this.tab.$el.addClass("acf-hidden")}),e},n.acfeNewAcfDuplicate=function(e){e instanceof jQuery&&(e={target:e}),(e=acf.parseArgs(e,{target:!1,search:"",replace:"",rename:!0,before:function(e){},after:function(e,t){},append:function(e,t){e.after(t)}})).target=e.target||e.$el;var t=e.target;e.search=e.search||t.attr("data-id"),e.replace=e.replace||acf.uniqid(),e.before(t),acf.doAction("before_duplicate",t);var a=t.clone();return e.rename&&acf.rename({target:a,search:e.search,replace:e.replace,replacer:"function"==typeof e.rename?e.rename:null}),a.removeClass("acf-clone"),a.find(".ui-sortable").removeClass("ui-sortable"),e.after(t,a),acf.doAction("after_duplicate",t,a),e.append(t,a),acf.doAction("append",a),a},n.acfeFixInputs=function(e){e.find("input").each(function(){r(this).attr("value",this.value)}),e.find("textarea").each(function(){r(this).html(this.value)}),e.find("input:radio,input:checkbox").each(function(){this.checked?r(this).attr("checked","checked"):r(this).attr("checked",!1)}),e.find("option").each(function(){this.selected?r(this).attr("selected","selected"):r(this).attr("selected",!1)})},n.acfeCleanLayouts=function(e){e.find(".acf-editor-wrap").each(function(){var e=r(this);e.find(".wp-editor-container div").remove(),e.find(".wp-editor-container textarea").css("display","")}),e.find(".acf-date-picker").each(function(){r(this).find("input.input").removeClass("hasDatepicker").removeAttr("id")}),e.find(".acf-time-picker").each(function(){r(this).find("input.input").removeClass("hasDatepicker").removeAttr("id")}),e.find(".acf-date-time-picker").each(function(){r(this).find("input.input").removeClass("hasDatepicker").removeAttr("id")}),e.find(".acfe-field-code-editor").each(function(){r(this).find(".CodeMirror").remove()}),e.find(".acf-color-picker").each(function(){var e=r(this),t=e.find("> input"),a=e.find(".wp-picker-container input.wp-color-picker").clone();t.after(a),e.find(".wp-picker-container").remove()}),e.find(".acf-field-post-object").each(function(){var e=r(this);e.find("> .acf-input span").remove(),e.find("> .acf-input select").removeAttr("tabindex aria-hidden").removeClass()}),e.find(".acf-field-page-link").each(function(){var e=r(this);e.find("> .acf-input span").remove(),e.find("> .acf-input select").removeAttr("tabindex aria-hidden").removeClass()}),e.find(".acf-field-select").each(function(){var e=r(this);e.find("> .acf-input span").remove(),e.find("> .acf-input select").removeAttr("tabindex aria-hidden").removeClass()}),e.find(".acf-field-font-awesome").each(function(){var e=r(this);e.find("> .acf-input span").remove(),e.find("> .acf-input select").removeAttr("tabindex aria-hidden")}),e.find(".acf-tab-wrap").each(function(){var e=r(this),t=e.closest(".acf-fields"),a=[];r.each(e.find("li a"),function(){a.push(r(this))}),t.find("> .acf-field-tab").each(function(){$current_tab=r(this),r.each(a,function(){var e=r(this);e.attr("data-key")===$current_tab.attr("data-key")&&$current_tab.find("> .acf-input").append(e)})}),e.remove()}),e.find(".acf-field-accordion").each(function(){var e=r(this);e.find("> .acf-accordion-title > .acf-accordion-icon").remove(),e.after('<div class="acf-field acf-field-accordion" data-type="accordion"><div class="acf-input"><div class="acf-fields" data-endpoint="1"></div></div></div>')})},acf.addAction("new_field/type=flexible_content",function(e){e.has("acfeFlexibleLock")&&e.removeEvents({mouseover:"onHover"})}))}(jQuery),function(){var e;"undefined"!=typeof acf&&((e=acf.getFieldType("flexible_content").prototype).events['click [data-action="acfe-flexible-modal-edit"]']="acfeModalEdit",e.acfeModalEdit=function(e,t){var a=this,i=t.closest(".layout"),n=i.find("> .acfe-modal.-fields").addClass("acfe-modal-edit-"+a.get("name")+" acfe-modal-edit-"+a.get("key")).addClass("acfe-modal-edit-"+i.data("layout")),o=i.find("> .acf-fc-layout-handle"),c=o.find("> .acf-fc-layout-order").outerHTML(),t=acfe.getTextNode(o.find(".acfe-layout-title-text")),o=!1;a.has("acfeFlexibleCloseButton")&&(o=acf.__("Close")),new acfe.Popup(n,{title:c+" "+t,footer:o,onOpen:function(){a.openLayout(i)},onClose:function(){a.closeLayout(i)}})},acf.addAction("new_field/type=flexible_content",function(e){e.has("acfeFlexibleModalEdition")&&(e.has("acfeFlexiblePlaceholder")||e.has("acfeFlexiblePreview"))&&(e.removeEvents({'click [data-name="collapse-layout"]':"onClickCollapse"}),e.removeEvents({"click .acfe-fc-placeholder":"onClickCollapse"}))}))}(jQuery),function(l){"undefined"!=typeof acf&&(acf.getFieldType("flexible_content").prototype.acfeModalSelect=function(e,t){var a=this;if(!a.validateAdd())return!1;var i=null;t.hasClass("acf-icon")&&(i=t.closest(".layout"));var n=a.getPopupHTML(),o={array:[],html:""};l(n).find("li a span[data-acfe-flexible-category]").each(function(){var e=l(this).data("acfe-flexible-category");l.each(e,function(){-1===function(e,t){for(var a=t.length,i=e.toString().toLowerCase(),n=0;n<a;n++)if(t[n].toLowerCase()===i)return n;return-1}(this,o.array)&&o.array.push(this)})}),o.array.length&&(o.array.sort(),o.html+='<h2 class="acfe-flexible-categories nav-tab-wrapper">',o.html+='<a href="#" data-acfe-flexible-category="acfe-all" class="nav-tab nav-tab-active"><span class="dashicons dashicons-menu"></span></a>',l(o.array).each(function(e,t){o.html+='<a href="#" data-acfe-flexible-category="'+t+'" class="nav-tab">'+t+"</a>"}),o.html+="</h2>");t=acf.__("Add Row");a.has("acfeFlexibleModalTitle")&&(t=a.get("acfeFlexibleModalTitle"));var c=l('<div class="acfe-modal acfe-modal-select-'+a.get("name")+" acfe-modal-select-"+a.get("key")+'">'+o.html+'<div class="acfe-flex-container">'+n+"</div></div>").appendTo("body");new acfe.Popup(c,{title:t,size:"full",destroy:!0}),a.has("acfeFlexibleModalCol")&&c.find(".acfe-modal-content .acfe-flex-container").addClass("acfe-col-"+a.get("acfeFlexibleModalCol")),a.has("acfeFlexibleThumbnails")&&c.find(".acfe-modal-content .acfe-flex-container").addClass("acfe-flex-thumbnails"),c.find("li:first-of-type a").blur(),c.find("li a span.badge").each(function(){l(this).addClass("acf-js-tooltip dashicons dashicons-info")}),c.find(".acfe-flexible-categories a").click(function(e){e.preventDefault();e=l(this);e.closest(".acfe-flexible-categories").find("a").removeClass("nav-tab-active"),e.addClass("nav-tab-active");var i=e.data("acfe-flexible-category");c.find("a[data-layout] span[data-acfe-flexible-category]").each(function(){var a=l(this);a.closest("li").show();var e=a.data("acfe-flexible-category");"acfe-all"!==i&&(a.closest("li").hide(),l.each(e,function(e,t){if(i.toLowerCase()===t.toLowerCase())return a.closest("li").show(),!1}))})}),c.on("click","a[data-layout]",function(e){e.preventDefault(),acfe.closePopup(),a.add({layout:l(this).data("layout"),before:i})})},acf.addAction("new_field/type=flexible_content",function(e){e.has("acfeFlexibleModal")&&(e.$clones().length<=1||(e.removeEvents({'click [data-name="add-layout"]':"onClickAdd"}),e.addEvents({'click [data-name="add-layout"]':"acfeModalSelect"})))}))}(jQuery),function(c){var e;"undefined"!=typeof acf&&((e=acf.getFieldType("flexible_content").prototype).addSortable=function(a){1!=this.get("max")&&this.$layoutsWrap().sortable({items:" > .layout",handle:"> .acf-fc-layout-handle",forceHelperSize:!1,forcePlaceholderSize:!0,revert:50,tolerance:"pointer",scroll:!0,stop:function(e,t){a.render()},update:function(e,t){a.$input().trigger("change")}})},e.acfeOneClick=function(e,t){var a=this.$clones(),i=c(a[0]).data("layout"),a=null;t.hasClass("acf-icon")&&(a=t.closest(".layout"));this.add({layout:i,before:a});a=c(".acf-fc-popup");a.length&&a.hide()},e.acfeLayoutInit=function(t){var e,a,i=this,n=(t.find("> .acf-fc-layout-controls"),t.find("> .acf-fc-layout-handle"),t.find("> .acfe-fc-placeholder"));n.removeClass("acf-hidden"),i.has("acfeFlexibleModalEdition")||i.isLayoutClosed(t)||n.addClass("acf-hidden"),i.isLayoutClosed(t)&&i.has("acfeFlexiblePreview")&&!n.hasClass("-loading")&&(n.addClass("acfe-fc-preview -loading").find("> .acfe-flexible-placeholder").prepend('<span class="spinner"></span>'),n.find("> .acfe-fc-overlay").addClass("-hover"),e=t.children("input").attr("name").replace("[acf_fc_layout]",""),a={action:"acfe/flexible/layout_preview",field_key:i.get("key"),i:t.index(),layout:t.data("layout"),value:acf.serialize(t,e)},acf.doAction("acfe/fields/flexible_content/before_preview",i.$el,t,a),acf.doAction("acfe/fields/flexible_content/before_preview/name="+i.get("name"),i.$el,t,a),acf.doAction("acfe/fields/flexible_content/before_preview/key="+i.get("key"),i.$el,t,a),acf.doAction("acfe/fields/flexible_content/before_preview/name="+i.get("name")+"&layout="+t.data("layout"),i.$el,t,a),acf.doAction("acfe/fields/flexible_content/before_preview/key="+i.get("key")+"&layout="+t.data("layout"),i.$el,t,a),c.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),dataType:"html",type:"post",success:function(e){e?n.find("> .acfe-flexible-placeholder").html(e):n.removeClass("acfe-fc-preview"),acf.doAction("acfe/fields/flexible_content/preview",e,i.$el,t,a),acf.doAction("acfe/fields/flexible_content/preview/name="+i.get("name"),e,i.$el,t,a),acf.doAction("acfe/fields/flexible_content/preview/key="+i.get("key"),e,i.$el,t,a),acf.doAction("acfe/fields/flexible_content/preview/name="+i.get("name")+"&layout="+t.data("layout"),e,i.$el,t,a),acf.doAction("acfe/fields/flexible_content/preview/key="+i.get("key")+"&layout="+t.data("layout"),e,i.$el,t,a)},complete:function(){n.find("> .acfe-fc-overlay").removeClass("-hover"),n.removeClass("-loading").find("> .acfe-flexible-placeholder > .spinner").remove()}}))},acf.getFieldType("wysiwyg").prototype.initialize=function(){this.has("id")||this.$control().hasClass("delay")||this.initializeEditor()},acf.addAction("show_field/type=wysiwyg",e=function(e){var t;e.has("id")||!e.$el.is(":visible")||acfe.isFilterEnabled("acfeForceOpen")||(t=e.$control()).hasClass("delay")&&(t.removeClass("delay"),t.find(".acf-editor-toolbar").remove(),e.initializeEditor())}),acf.addAction("ready_field/type=wysiwyg",e),acf.addAction("new_field/type=flexible_content",function(a){var e=a.$clones(),t=a.$layouts();c.merge(t,e);t.each(function(){var e=c(this),t=e.data("layout");acf.doAction("acfe/flexible/layouts",e,a),acf.doAction("acfe/flexible/layout/name="+t,e,a)}),1===e.length&&(a.removeEvents({'click [data-name="add-layout"]':"onClickAdd"}),a.addEvents({'click [data-name="add-layout"]':"acfeOneClick"})),a.addEvents({"click .acfe-fc-placeholder":"onClickCollapse"}),a.addEvents({"click .acfe-flexible-opened-actions > a":"onClickCollapse"}),a.has("acfeFlexibleAjax")&&(a.add=function(n){var o=this;if(n=acf.parseArgs(n,{layout:"",before:!1}),!this.allowAdd())return!1;c.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax({action:"acfe/flexible/models",field_key:this.get("key"),layout:n.layout}),dataType:"html",type:"post",beforeSend:function(){c("body").addClass("-loading")},success:function(e){if(e){var t=c(e),a=acf.uniqid(),i="acf["+o.get("key")+"][acfcloneindex]",e=o.$control().find("> input[type=hidden]").attr("name")+"["+a+"]",e=acf.duplicate({target:t,search:i,replace:e,append:o.proxy(function(e,t){n.before?n.before.before(t):o.$layoutsWrap().append(t),acf.enable(t,o.cid),o.render()})});return e.attr("data-id",a),o.$input().trigger("change"),e}},complete:function(){c("body").removeClass("-loading")}})})}),acf.addAction("acfe/flexible/layouts",function(e,t){t.isLayoutClosed(e)&&(e.find("> .acfe-fc-placeholder").removeClass("acf-hidden"),t.has("acfeFlexibleOpen")&&(acfe.enableFilter("acfeForceOpen"),t.openLayout(e),acfe.disableFilter("acfeForceOpen")))}),acf.addAction("show",function(e,t){"collapse"===t&&e.is(".layout")&&(acf.getInstance(e.closest(".acf-field-flexible-content")).has("acfeFlexibleModalEdition")||e.find("> .acfe-fc-placeholder").addClass("acf-hidden"))}),acf.addAction("hide",function(e,t){"collapse"===t&&e.is(".layout")&&!e.is(".acf-clone")&&((t=acf.getInstance(e.closest(".acf-field-flexible-content"))).has("acfeFlexibleRemoveAjaxTitle")&&(t.renderLayout=function(e){}),t.acfeLayoutInit(e))}),acf.addAction("append",function(e){var t;e.is(".layout")&&(t=acf.getInstance(e.closest(".acf-field-flexible-content")),e.is(".acfe-layout-duplicated")||(t.has("acfeFlexibleModalEdition")?e.find('> [data-action="acfe-flexible-modal-edit"]:first').trigger("click"):t.openLayout(e)),t.acfeLayoutInit(e),(t=t.$el.closest(".acfe-modal.-open")).length?t.find("> .acfe-modal-wrapper > .acfe-modal-content").animate({scrollTop:parseInt(e.offset().top)-200},200):!acfe.versionCompare(acf.get("acf_version"),"<","5.9")&&e.hasClass("-focused")||c("html, body").animate({scrollTop:parseInt(e.offset().top)-200},200))}),acf.addAction("invalid_field",function(e){e.$el.parents(".layout").addClass("acfe-flexible-modal-edit-error")}),acf.addAction("valid_field",function(e){e.$el.parents(".layout").each(function(){var e=c(this);e.find(".acf-error").length||e.removeClass("acfe-flexible-modal-edit-error")})}))}(jQuery),function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({wait:!1,type:"group",events:{'click [data-name="edit"]':"onClick",duplicateField:"onDuplicate"},initialize:function(){var e;this.has("acfeGroupModal")&&(e=this.get("acfeGroupModalButton"),this.$el.find("> .acf-input > .acf-fields, > .acf-input > .acf-table").wrapAll('<div class="acfe-modal"><div class="acfe-modal-wrapper"><div class="acfe-modal-content"></div></div></div>'),this.$el.find("> .acf-input").append('<a data-name="edit" class="acf-button button" href="#">'+e+"</a>"))},onClick:function(e,t){var a=this.$labelWrap().find("label").text().trim(),i=this.$el.find("> .acf-input > .acfe-modal").addClass("acfe-modal-edit-"+this.get("name")+" acfe-modal-edit-"+this.get("key"));a.length||(a=this.get("acfeGroupModalButton"));var n=!1;this.has("acfeGroupModalClose")&&(n=acf.__("Close"));var o="large";this.has("acfeGroupModalSize")&&(o=this.get("acfeGroupModalSize")),new acfe.Popup(i,{title:a,size:o,footer:n})},onDuplicate:function(e,t,a){a.find('a[data-name="edit"]').remove()}}),acf.registerFieldType(e))}(jQuery),function(e){"undefined"!=typeof acf&&new acf.Model({actions:{"new_field/type=radio":"newField"},newField:function(a){a.has("acfeLabels")&&(e.each(a.get("acfeLabels"),function(e,t){a.$control().find('input[type=radio][value="'+t+'"]').closest("li").addClass("parent").prepend("<strong>"+e+"</strong>")}),a.$control().hasClass("acf-hl")&&a.$control().find("li.parent").each(function(){e(this).nextUntil("li.parent").addBack().wrapAll("<li><ul></ul></li>")}))}})}(jQuery),function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({type:"acfe_recaptcha",wait:"load",actions:{validation_failure:"validationFailure"},$control:function(){return this.$(".acfe-field-recaptcha")},$input:function(){return this.$('input[type="hidden"]')},$selector:function(){return this.$control().find("> div")},selector:function(){return this.$selector()[0]},initialize:function(){"v2"===this.get("version")?this.renderV2(this):"v3"===this.get("version")&&this.renderV3()},renderV2:function(t){var e=this.selector(),a=this.$input(),i=this.get("siteKey"),n=this.get("theme"),o=this.get("size");this.recaptcha=grecaptcha.render(e,{sitekey:i,theme:n,size:o,callback:function(e){acf.val(a,e,!0),t.removeError()},"error-callback":function(){acf.val(a,"",!0),t.showError("An error has occured")},"expired-callback":function(){acf.val(a,"",!0),t.showError("reCaptcha has expired")}})},renderV3:function(){var t=this.$input(),e=this.get("siteKey");grecaptcha.ready(function(){grecaptcha.execute(e,{action:"homepage"}).then(function(e){acf.val(t,e,!0)})})},validationFailure:function(e){"v2"===this.get("version")&&grecaptcha.reset(this.recaptcha)}}),acf.registerFieldType(e))}(jQuery),jQuery,"undefined"!=typeof acf&&(acf.getFieldType("repeater").prototype.acfeOnHover=function(){this.off("mouseover")},acf.addAction("new_field/type=repeater",function(e){e.has("acfeRepeaterLock")&&(e.removeEvents({mouseover:"onHover"}),e.addEvents({mouseover:"acfeOnHover"})),e.has("acfeRepeaterRemoveActions")&&(e.$actions().remove(),e.$el.find("thead:first > tr > th.acf-row-handle:last").remove(),e.$rows().find("> .acf-row-handle:last").remove(),e.$control().find("> .acfe-repeater-stylised-button").remove()),e.has("acfeRepeaterStylisedButton")&&(e.$button().removeClass("button-primary"),e.$actions().wrap('<div class="acfe-repeater-stylised-button" />'))})),function(o){"undefined"!=typeof acf&&(new acf.Model({actions:{select2_init:"selectInit"},filters:{select2_args:"selectArgs",select2_ajax_data:"selectAjax"},selectInit:function(e,t,a,i,n){acf.doAction("select2_init/type="+i.get("type"),e,t,a,i,n),acf.doAction("select2_init/name="+i.get("name"),e,t,a,i,n),acf.doAction("select2_init/key="+i.get("key"),e,t,a,i,n)},selectArgs:function(e,t,a,i,n){return e=acf.applyFilters("select2_args/type="+i.get("type"),e,t,a,i,n),e=acf.applyFilters("select2_args/name="+i.get("name"),e,t,a,i,n),e=acf.applyFilters("select2_args/key="+i.get("key"),e,t,a,i,n)},selectAjax:function(e,t,a,i,n){return e=acf.applyFilters("select2_ajax_data/type="+i.get("type"),e,t,a,i,n),e=acf.applyFilters("select2_ajax_data/name="+i.get("name"),e,t,a,i,n),e=(e=acf.applyFilters("select2_ajax_data/key="+i.get("key"),e,t,a,i,n)).action?acf.applyFilters("select2_ajax_data/action="+e.action,e,t,a,i,n):e}}),new acf.Model({actions:{"new_field/type=select":"selectNew",select2_init:"selectInit"},filters:{select2_args:"selectArgs"},selectNew:function(e){e.inherit(e.$input()),!e.get("ui")&&e.get("allow_null")&&e.$input().find("option").each(function(e,t){t.value||t.text.startsWith("- ")&&t.text.endsWith(" -")&&(t.text=t.text.substring(2),t.text=t.text.substring(0,t.text.length-2))}),(e.has("acfePrepend")||e.has("acfeAppend"))&&(e.$input().parent(".acf-input-wrap").length||(e.$input().wrapAll('<div class="acf-input-wrap"></div>'),e.get("ui")&&e.$(".acf-input-wrap:first").append(e.$(".select2")),e.has("acfePrepend")&&(e.$(".acf-input-wrap:first").before('<div class="acf-input-prepend">'+e.get("acfePrepend")+"</div>"),e.$input().addClass("acf-is-prepended")),e.has("acfeAppend")&&(e.$(".acf-input-wrap:first").before('<div class="acf-input-append">'+e.get("acfeAppend")+"</div>"),e.$input().addClass("acf-is-appended"))))},selectInit:function(e,t,a,i,n){e.data("select2")&&e.data("select2").$dropdown.addClass("select2-dropdown-acf").addClass("select2-dropdown-acf-field-"+i.get("name")).addClass("select2-dropdown-acf-field-"+i.get("key")),i.get("multiple")||i.get("acfeSearchPlaceholder")&&e.on("select2:open",function(e){o(".select2-search.select2-search--dropdown > .select2-search__field").attr("placeholder",i.get("acfeSearchPlaceholder"))})},selectArgs:function(e,t,a,i,n){return i.get("acfeAllowCustom")&&(e.tags=!0,e.createTag=function(e){var t=o.trim(e.term);if(""===t)return null;var a=!1;return this.$element.find("option").each(function(){if(this.value.toLowerCase()===t.toLowerCase())return!(a=!0)}),a?null:{id:t,text:t}},e.insertTag=function(e,t){var a=!1;o.each(e,function(){if(o.trim(t.text).toUpperCase()===o.trim(this.text).toUpperCase())return!(a=!0)}),a||e.unshift(t)}),e}}))}(jQuery),function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({type:"acfe_slug",events:{"input input":"onInput","focusout input":"onFocusOut"},onInput:function(e,t){t.val(t.val().toLowerCase().replace(/\s+/g,"-").replace(/[^\w\-]+/g,"").replace(/\-\-+/g,"-").replace(/\_\_+/g,"_").replace(/^-+/,""))},onFocusOut:function(e,t){t.val(t.val().toLowerCase().replace(/-+$/,"").replace(/_+$/,""))}}),acf.registerFieldType(e))}(jQuery),function(a){"undefined"!=typeof acf&&new acf.Model({actions:{"prepare_field/type=tab":"prepareField"},prepareField:function(e){var t,i,n;e.has("noPreference")&&(t=e.findTabs(),t=acf.getInstances(t),i=e.get("key"),!t.length||(n=acf.getPreference("this.tabs"))&&(a.each(t,function(e,t){var a=t.get("index");t.data.key===i&&(n[a]=0)}),acf.setPreference("this.tabs",n)))}})}(jQuery),function(){var e;"undefined"!=typeof acf&&(e=acf.Field.extend({type:"textarea",events:{"keydown textarea":"onInput"},onInput:function(e,t){var a,i;this.has("acfeTextareaCode")&&9===e.keyCode&&(e.preventDefault(),a=this.$el.find("textarea")[0],i=a.selectionStart,this.$el.find("textarea").val(function(e,t){return t.substring(0,i)+" "+t.substring(a.selectionEnd)}),a.selectionEnd=i+4)}}),acf.registerFieldType(e))}(jQuery),jQuery,"undefined"!=typeof acf&&(acf.registerConditionForFieldType("contains","checkbox"),acf.registerConditionForFieldType("contains","radio"),acf.registerConditionForFieldType("equalTo","acfe_code_editor"),acf.registerConditionForFieldType("notEqualTo","acfe_code_editor"),acf.registerConditionForFieldType("patternMatch","acfe_code_editor"),acf.registerConditionForFieldType("contains","acfe_code_editor"),acf.registerConditionForFieldType("hasValue","acfe_code_editor"),acf.registerConditionForFieldType("hasNoValue","acfe_code_editor"),acf.registerConditionForFieldType("equalTo","date_picker"),acf.registerConditionForFieldType("notEqualTo","date_picker"),acf.registerConditionForFieldType("patternMatch","date_picker"),acf.registerConditionForFieldType("contains","date_picker"),acf.registerConditionForFieldType("greaterThan","date_picker"),acf.registerConditionForFieldType("lessThan","date_picker"),acf.registerConditionForFieldType("equalTo","date_time_picker"),acf.registerConditionForFieldType("notEqualTo","date_time_picker"),acf.registerConditionForFieldType("patternMatch","date_time_picker"),acf.registerConditionForFieldType("contains","date_time_picker"),acf.registerConditionForFieldType("equalTo","acfe_forms"),acf.registerConditionForFieldType("notEqualTo","acfe_forms"),acf.registerConditionForFieldType("patternMatch","acfe_forms"),acf.registerConditionForFieldType("contains","acfe_forms"),acf.registerConditionForFieldType("hasValue","acfe_forms"),acf.registerConditionForFieldType("hasNoValue","acfe_forms"),acf.registerConditionForFieldType("equalTo","acfe_hidden"),acf.registerConditionForFieldType("notEqualTo","acfe_hidden"),acf.registerConditionForFieldType("patternMatch","acfe_hidden"),acf.registerConditionForFieldType("contains","acfe_hidden"),acf.registerConditionForFieldType("hasValue","acfe_hidden"),acf.registerConditionForFieldType("hasNoValue","acfe_hidden"),acf.registerConditionForFieldType("equalTo","acfe_post_statuses"),acf.registerConditionForFieldType("notEqualTo","acfe_post_statuses"),acf.registerConditionForFieldType("patternMatch","acfe_post_statuses"),acf.registerConditionForFieldType("contains","acfe_post_statuses"),acf.registerConditionForFieldType("hasValue","acfe_post_statuses"),acf.registerConditionForFieldType("hasNoValue","acfe_post_statuses"),acf.registerConditionForFieldType("equalTo","acfe_post_types"),acf.registerConditionForFieldType("notEqualTo","acfe_post_types"),acf.registerConditionForFieldType("patternMatch","acfe_post_types"),acf.registerConditionForFieldType("contains","acfe_post_types"),acf.registerConditionForFieldType("hasValue","acfe_post_types"),acf.registerConditionForFieldType("hasNoValue","acfe_post_types"),acf.registerConditionForFieldType("equalTo","acfe_slug"),acf.registerConditionForFieldType("notEqualTo","acfe_slug"),acf.registerConditionForFieldType("patternMatch","acfe_slug"),acf.registerConditionForFieldType("contains","acfe_slug"),acf.registerConditionForFieldType("hasValue","acfe_slug"),acf.registerConditionForFieldType("hasNoValue","acfe_slug"),acf.registerConditionForFieldType("equalTo","acfe_taxonomies"),acf.registerConditionForFieldType("notEqualTo","acfe_taxonomies"),acf.registerConditionForFieldType("patternMatch","acfe_taxonomies"),acf.registerConditionForFieldType("contains","acfe_taxonomies"),acf.registerConditionForFieldType("hasValue","acfe_taxonomies"),acf.registerConditionForFieldType("hasNoValue","acfe_taxonomies"),acf.registerConditionForFieldType("equalTo","taxonomy"),acf.registerConditionForFieldType("notEqualTo","taxonomy"),acf.registerConditionForFieldType("patternMatch","taxonomy"),acf.registerConditionForFieldType("contains","taxonomy"),acf.registerConditionForFieldType("hasValue","taxonomy"),acf.registerConditionForFieldType("hasNoValue","taxonomy"),acf.registerConditionForFieldType("equalTo","acfe_taxonomy_terms"),acf.registerConditionForFieldType("notEqualTo","acfe_taxonomy_terms"),acf.registerConditionForFieldType("patternMatch","acfe_taxonomy_terms"),acf.registerConditionForFieldType("contains","acfe_taxonomy_terms"),acf.registerConditionForFieldType("hasValue","acfe_taxonomy_terms"),acf.registerConditionForFieldType("hasNoValue","acfe_taxonomy_terms"),acf.registerConditionForFieldType("equalTo","time_picker"),acf.registerConditionForFieldType("notEqualTo","time_picker"),acf.registerConditionForFieldType("patternMatch","time_picker"),acf.registerConditionForFieldType("contains","time_picker"),acf.registerConditionForFieldType("equalTo","acfe_user_roles"),acf.registerConditionForFieldType("notEqualTo","acfe_user_roles"),acf.registerConditionForFieldType("patternMatch","acfe_user_roles"),acf.registerConditionForFieldType("contains","acfe_user_roles"),acf.registerConditionForFieldType("hasValue","acfe_user_roles"),acf.registerConditionForFieldType("hasNoValue","acfe_user_roles")),function(i){"undefined"!=typeof acf&&new acf.Model({field:!1,placement:!1,actions:{new_field:"newField"},newField:function(e){(this.field=e).has("instructionTooltip")&&this.setTooltip(),e.has("instructionAboveField")&&this.setAboveField(),e.has("instructionPlacement")&&this.overridePlacement(e.get("instructionPlacement"))},setTooltip:function(){this.field.$labelWrap().prepend('<span class="acfe-field-tooltip acf-js-tooltip dashicons dashicons-info" title="'+_.escape(this.field.get("instructionTooltip"))+'"></span>'),this.field.$labelWrap().find(".description").remove()},setAboveField:function(){this.field.$inputWrap().prepend('<p class="description">'+this.field.get("instructionAboveField")+"</p>"),this.field.$labelWrap().find(".description").remove()},overridePlacement:function(e){var t=this.getPlacement();t&&t!==e&&this.setPlacement(e)},getPlacement:function(){var e=!1;return this.field.$labelWrap().find(">.description").length?e="label":this.field.$inputWrap().find(">.description:first-child").length?e="above_field":this.field.$inputWrap().find(">.description:last-child").length?e="field":this.field.$labelWrap().find(">.acfe-field-tooltip").length&&(e="tooltip"),this.placement=e,this.placement},$getInstruction:function(){var e=this.getPlacement();return"label"===e?this.field.$labelWrap().find(">.description"):"above_field"===e?this.field.$inputWrap().find(">.description:first-child"):"field"===e?this.field.$inputWrap().find(">.description:last-child"):"tooltip"===e&&this.field.$labelWrap().find(">.acfe-field-tooltip")},setPlacement:function(e){var t,a=this.$getInstruction();"tooltip"===this.placement&&(t=a.attr("title"),a.remove(),a=i('<p class="description">'+t+"</p>")),"label"===e?this.field.$labelWrap().append(a):"above_field"===e?this.field.$inputWrap().prepend(a):"field"===e?this.field.$inputWrap().append(a):"tooltip"===e&&(this.field.$labelWrap().prepend(i('<span class="acfe-field-tooltip acf-js-tooltip dashicons dashicons-info" title="'+_.escape(a.html())+'"></span>')),a.remove())}})}(jQuery),jQuery,function(c){"undefined"!=typeof acf&&(new acf.Model({actions:{prepare:"prepare","new_field/type=date_picker":"datePicker","new_field/type=date_time_picker":"datePicker","new_field/type=time_picker":"datePicker","new_field/type=google_map":"googleMap",invalid_field:"invalidField",validation_begin:"validationBegin"},prepare:function(){var e;acfe.get("is_admin")||(acf.isset(window,"wp","media","view","settings","post")&&(wp.media.view.settings.post=!1),c('.acfe-form[data-hide-unload="1"]').length&&acf.unload.disable(),(e=c(".acfe-form-success")).length&&(window.history.replaceState&&window.history.replaceState(null,null,window.location.href),e.each(function(){var e=c(this).data("form-name"),t=c(this).data("form-id");acf.doAction("acfe/form/submit/success"),acf.doAction("acfe/form/submit/success/id="+t),acf.doAction("acfe/form/submit/success/name="+e)})),c('.acf-form .button, .acf-form [type="submit"], .acfe-form .button, .acfe-form [type="submit"]').click(function(e){c(this).hasClass("disabled")&&e.preventDefault()}))},datePicker:function(e){var t;acfe.get("is_admin")||(!(t=e.$el.closest(".acfe-form")).length||(t=t.data("fields-class"))&&e.$inputText().addClass(t))},googleMap:function(e){var t;acfe.get("is_admin")||(!(t=e.$el.closest(".acfe-form")).length||(t=t.data("fields-class"))&&e.$search().addClass(t))},invalidField:function(e){var t,a,i,n,o;acfe.get("is_admin")||(t=e.$el.closest(".acfe-form")).length&&(a=t.data("errors-position"),(o=t.data("errors-class"))&&o.length&&e.$el.find(".acf-notice.-error").addClass(o),a&&"below"===a?(e.$control().length?e.$el.find(".acf-notice.-error").insertAfter(e.$control()):e.$input().length&&e.$el.find(".acf-notice.-error").insertAfter(e.$input()),n=!1,e.$control().length?n=e.$control():e.$input().length&&(n=e.$input()),n&&e.$el.find(".acf-notice.-error").insertAfter(n)):a&&"group"===a?(i=e.$el.find(".acf-label label").text().trim(),o=e.$el.find('.acf-input-wrap [placeholder!=""]').attr("placeholder"),n=e.$el.find(".acf-notice.-error").text().trim(),e.$el.find(".acf-notice.-error").remove(),n=i&&i.length&&"*"!==i?i+": "+n:o&&o.length&&""!==o?o+": "+n:e.get("name")+": "+n,(o=!(o=t.find("> .acfe-form-error")).length?c('<div class="acf-notice -error acf-error-message acfe-form-error" />').prependTo(t):o).append("<p>"+n+"</p>")):a&&"hide"===a&&e.$el.find(".acf-notice.-error").remove())},validationBegin:function(e){acfe.get("is_admin")||void 0!==e&&e.find(".acf-error-message").remove()}}),acf.newCondition=function(e,t){var a=t.get("field"),i=a.getField(e.field);if(a&&!i&&(i=acf.getField(e.field)),!a||!i)return!1;t={rule:e,target:a,conditions:t,field:i},i=i.get("type"),e=e.operator;return new(acf.getConditionTypes({fieldType:i,operator:e})[0]||acf.Condition)(t)})}(jQuery);
|
assets/js/acfe-ui.js
CHANGED
@@ -242,6 +242,10 @@
|
|
242 |
|
243 |
var enhancedListUI = acf.Model.extend({
|
244 |
|
|
|
|
|
|
|
|
|
245 |
setup: function(props) {
|
246 |
|
247 |
// Extend data
|
@@ -315,10 +319,11 @@
|
|
315 |
e.preventDefault();
|
316 |
var $wrap = $('.acfe-bt');
|
317 |
|
318 |
-
if ($wrap.is(':visible'))
|
319 |
$wrap.hide();
|
320 |
-
else
|
321 |
$wrap.show();
|
|
|
322 |
|
323 |
});
|
324 |
|
@@ -347,9 +352,28 @@
|
|
347 |
|
348 |
$wpmlWidget.wrapAll('<div class="form-field acf-field"><div class="acf-input"></div></div>').parent().parent().prepend('<div class="acf-label"><label>' + wpmlTitle + '</label></div>');
|
349 |
|
350 |
-
|
351 |
}
|
352 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
}
|
354 |
|
355 |
});
|
242 |
|
243 |
var enhancedListUI = acf.Model.extend({
|
244 |
|
245 |
+
data: {
|
246 |
+
taxonomy: false,
|
247 |
+
},
|
248 |
+
|
249 |
setup: function(props) {
|
250 |
|
251 |
// Extend data
|
319 |
e.preventDefault();
|
320 |
var $wrap = $('.acfe-bt');
|
321 |
|
322 |
+
if ($wrap.is(':visible')) {
|
323 |
$wrap.hide();
|
324 |
+
} else {
|
325 |
$wrap.show();
|
326 |
+
}
|
327 |
|
328 |
});
|
329 |
|
352 |
|
353 |
$wpmlWidget.wrapAll('<div class="form-field acf-field"><div class="acf-input"></div></div>').parent().parent().prepend('<div class="acf-label"><label>' + wpmlTitle + '</label></div>');
|
354 |
|
|
|
355 |
}
|
356 |
|
357 |
+
this.addAction('ready', 'ready');
|
358 |
+
|
359 |
+
},
|
360 |
+
|
361 |
+
ready: function() {
|
362 |
+
|
363 |
+
// LearnDash taxonomies buttons
|
364 |
+
$('.global-new-entity-button').click(function(e) {
|
365 |
+
|
366 |
+
e.preventDefault();
|
367 |
+
var $wrap = $('.acfe-bt');
|
368 |
+
|
369 |
+
if ($wrap.is(':visible')) {
|
370 |
+
$wrap.hide();
|
371 |
+
} else {
|
372 |
+
$wrap.show();
|
373 |
+
}
|
374 |
+
|
375 |
+
});
|
376 |
+
|
377 |
}
|
378 |
|
379 |
});
|
assets/js/acfe-ui.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(a){var i,t;"undefined"!=typeof acf&&(acfe.enhancedEditUI=function(e){return new i(e)},i=acf.Model.extend({data:{screen:!1,submit:"> p.submit",pageTitle:!1},title:!1,$form:!1,$main:!1,$sidebar:!1,setup:function(e){a.extend(this.data,e),this.$el=a(".wrap"),this.$el.attr("id","poststuff"),this.$("> form").wrapInner('<div class="acf-columns-2"><div class="acf-column-1"></div></div>'),a("#side-sortables").appendTo(".acf-columns-2").wrapAll('<div class="acf-column-2"></div>'),this.title=this.$("> h1").text(),this.$form=this.$("> form"),this.$main=this.$(".acf-column-1"),this.$sidebar=this.$(".acf-column-2"),this.get("pageTitle")&&this.$main.find("> table:first").before("<h2>"+this.title+"</h2>"),a("#submitdiv > .postbox-header > h2.hndle").text(this.title),this.$main.find(this.get("submit")).contents().appendTo("#publishing-action"),this.$main.find(this.get("submit")).remove(),a("#submitdiv #publishing-action .button").addClass("button-large").after('<span class="spinner"></span>')},events:{"submit form":"onSubmit"},initialize:function(){this.addActions({"acfe/ui/user-edit":"userEdit","acfe/ui/user-new":"userNew","acfe/ui/term-edit":"termEdit","acfe/ui/settings":"settings"}),acf.doAction("acfe/ui/"+this.get("screen"),this)},onSubmit:function(e,i){acf.lockForm(i)},userEdit:function(){var e=this.$main;e.prepend(a("#acf_after_title-sortables"));var i=this.$("> form .yoast.yoast-settings");i.length&&(i.addClass("postbox"),i.find("> h2").wrapAll('<div class="postbox-header"></div>'),i.find("> .postbox-header ~ *").wrapAll('<div class="acf-fields -left"></div>'),i.find(".acf-fields > label:nth-of-type(1), .acf-fields > input:nth-of-type(1)").wrapAll('<div class="acf-field"></div>'),i.find(".acf-fields > label:nth-of-type(1), .acf-fields > label:nth-of-type(1) ~ *").wrapAll('<div class="acf-field"></div>'),i.find(".acf-fields > br").remove(),i.find(".acf-field").each(function(){var e=a(this);e.find("label:nth-of-type(1)").wrapAll('<div class="acf-label"></div>'),e.find(".acf-label ~ *").wrapAll('<div class="acf-input"></div>')}));var t=this.$("#ure_select_other_roles");t.length&&t.closest("table").find("tr:eq(1) > td > br").remove();i=a("#application-passwords-section");i.length&&(t=i.find("> h2").text(),i.addClass("postbox"),i.wrapInner('<div class="acf-fields -left"><div class="acf-field"><div class="acf-input"></div></div></div>'),i.find(".acf-input > h2").insertBefore(i.find(".acf-fields")).wrapAll('<div class="postbox-header"></div>'),i.find(".acf-input").before('<div class="acf-label"><label>'+t+"</label></div>"),i.find(".acf-input > p:first").css("margin-top",15).insertBefore(i.find("p.submit")),i.find(".acf-input > .create-application-password > .form-field").removeClass("form-field"),i.find(".acf-input > .create-application-password > div > label").remove());i=a("input#nickname");i.length&&(i.wrapAll('<div id="titlediv"><div id="titlewrap"></div></div>'),a("#titlediv").append(a("#edit-slug-box")).prependTo(e),e.find("tr.user-nickname-wrap").remove()),e.find("> h2:eq(1), > h2:eq(1) + table").insertBefore(e.find("> h2:first"))},userNew:function(){var e=this.$main;this.$("> p:first").insertAfter(e.find(">h2:first")),e.prepend(a("#acf_after_title-sortables"))},termEdit:function(){var e=this.$main,i=a("input#name");i.length&&(i.wrapAll('<div id="titlediv"><div id="titlewrap"></div></div>'),a("#titlediv").append(a(".permalink")).prependTo(e),e.find("tr.term-name-wrap").remove());e=a("#icl_tax_menu");e.length&&(t=e.find("h3.hndle").text(),e.find(".inside").addClass("icl-tax-postbox-content").attr("style","").insertAfter("#submitdiv"),this.$sidebar.find(".icl-tax-postbox-content").wrapAll('<div id="icl-tax-postbox" class="postbox"></div>').parent().prepend('<div class="postbox-header"><h2 class="hdnle">'+t+"</h2></div>"));var t,e=a(".wpseo-taxonomy-metabox-postbox");e.length&&(t=e.find("> h2").text(),e.find("> .inside").removeClass("inside").wrapAll('<div class="acf-fields -left"><div class="acf-field"><div class="acf-input"></div></div></div>'),a('<div class="acf-label"><label>'+t+"</label></div>").insertBefore(e.find(".acf-input"))),a("#submitdiv #publishing-action").addClass("edit-tag-actions")},settings:function(){acf.get("locale")||acf.set("locale","en_US"),a("#acf-form-data").prependTo(this.$form),a("#acf_after_title-sortables").prependTo(this.$main),a("#normal-sortables").appendTo(this.$main);var e=this.$("#ping_sites");e.length&&(e.wrap('<table class="form-table"><tbody><td class="td-full"></td></tbody></table>'),e.css("width","100%"));e=this.$(".permalink-structure");e.length&&e.prev().prev("p").insertBefore(e)}}),acfe.enhancedListUI=function(e){return new t(e)},t=acf.Model.extend({setup:function(e){a.extend(this.data,e)},initialize:function(){a(".wrap .wp-heading-inline").after(a("#tmpl-button-add-term").html()),a("#ajax-response").after(a("#col-container #col-left").addClass("acfe-bt")),a(".acfe-bt").hide(),a(".acfe-bt .form-wrap").append('<div id="poststuff"></div>');var e=a(".acfe-bt .form-wrap form");a(".acfe-bt #poststuff").append(e),e.wrapInner('<div class="postbox" id="acfe-bt-form"><div class="inside"></div></div>');var i=a(".acfe-bt .form-wrap > h2");a(".acfe-bt .postbox").prepend('<h2 class="hndle">'+i.text()+"</h2>"),i.remove(),a(".acfe-bt .inside .form-field").addClass("acf-field"),a(".acfe-bt .inside .submit").addClass("form-field"),a(".acfe-bt .inside .form-field").each(function(){var e,i=a(this);i.is("#term-translations")||(i.append('<div class="acf-input"></div>'),i.find(".acf-input").append(i.find('> :not("label")')),(e=i.find("> label")).length?e.wrap('<div class="acf-label"></div>'):i.addClass("acfe-bt-no-label"))}),a("#acf-term-fields").contents().unwrap(),a(".acfe-bt-admin-button-add").click(function(e){e.preventDefault();e=a(".acfe-bt");e.is(":visible")?e.hide():e.show()}),"undefined"!=typeof acf&&acf.postbox.render({id:"acfe-bt-form",label:"left"}),a("#acfe-bt-form .acf-tab-wrap.-left").removeClass("-left").addClass("-top");e=a("#icl_tax_menu");e.length&&((i=e.find(".postbox").removeClass("postbox")).find(".inside").removeClass("inside").css("padding",0),i.insertBefore(".acfe-bt .inside .submit"),e=i.find("h3.hndle").text(),i.find(".hndle").remove(),i.wrapAll('<div class="form-field acf-field"><div class="acf-input"></div></div>').parent().parent().prepend('<div class="acf-label"><label>'+e+"</label></div>"))}}))}(jQuery);
|
1 |
+
!function(a){var i,t;"undefined"!=typeof acf&&(acfe.enhancedEditUI=function(e){return new i(e)},i=acf.Model.extend({data:{screen:!1,submit:"> p.submit",pageTitle:!1},title:!1,$form:!1,$main:!1,$sidebar:!1,setup:function(e){a.extend(this.data,e),this.$el=a(".wrap"),this.$el.attr("id","poststuff"),this.$("> form").wrapInner('<div class="acf-columns-2"><div class="acf-column-1"></div></div>'),a("#side-sortables").appendTo(".acf-columns-2").wrapAll('<div class="acf-column-2"></div>'),this.title=this.$("> h1").text(),this.$form=this.$("> form"),this.$main=this.$(".acf-column-1"),this.$sidebar=this.$(".acf-column-2"),this.get("pageTitle")&&this.$main.find("> table:first").before("<h2>"+this.title+"</h2>"),a("#submitdiv > .postbox-header > h2.hndle").text(this.title),this.$main.find(this.get("submit")).contents().appendTo("#publishing-action"),this.$main.find(this.get("submit")).remove(),a("#submitdiv #publishing-action .button").addClass("button-large").after('<span class="spinner"></span>')},events:{"submit form":"onSubmit"},initialize:function(){this.addActions({"acfe/ui/user-edit":"userEdit","acfe/ui/user-new":"userNew","acfe/ui/term-edit":"termEdit","acfe/ui/settings":"settings"}),acf.doAction("acfe/ui/"+this.get("screen"),this)},onSubmit:function(e,i){acf.lockForm(i)},userEdit:function(){var e=this.$main;e.prepend(a("#acf_after_title-sortables"));var i=this.$("> form .yoast.yoast-settings");i.length&&(i.addClass("postbox"),i.find("> h2").wrapAll('<div class="postbox-header"></div>'),i.find("> .postbox-header ~ *").wrapAll('<div class="acf-fields -left"></div>'),i.find(".acf-fields > label:nth-of-type(1), .acf-fields > input:nth-of-type(1)").wrapAll('<div class="acf-field"></div>'),i.find(".acf-fields > label:nth-of-type(1), .acf-fields > label:nth-of-type(1) ~ *").wrapAll('<div class="acf-field"></div>'),i.find(".acf-fields > br").remove(),i.find(".acf-field").each(function(){var e=a(this);e.find("label:nth-of-type(1)").wrapAll('<div class="acf-label"></div>'),e.find(".acf-label ~ *").wrapAll('<div class="acf-input"></div>')}));var t=this.$("#ure_select_other_roles");t.length&&t.closest("table").find("tr:eq(1) > td > br").remove();i=a("#application-passwords-section");i.length&&(t=i.find("> h2").text(),i.addClass("postbox"),i.wrapInner('<div class="acf-fields -left"><div class="acf-field"><div class="acf-input"></div></div></div>'),i.find(".acf-input > h2").insertBefore(i.find(".acf-fields")).wrapAll('<div class="postbox-header"></div>'),i.find(".acf-input").before('<div class="acf-label"><label>'+t+"</label></div>"),i.find(".acf-input > p:first").css("margin-top",15).insertBefore(i.find("p.submit")),i.find(".acf-input > .create-application-password > .form-field").removeClass("form-field"),i.find(".acf-input > .create-application-password > div > label").remove());i=a("input#nickname");i.length&&(i.wrapAll('<div id="titlediv"><div id="titlewrap"></div></div>'),a("#titlediv").append(a("#edit-slug-box")).prependTo(e),e.find("tr.user-nickname-wrap").remove()),e.find("> h2:eq(1), > h2:eq(1) + table").insertBefore(e.find("> h2:first"))},userNew:function(){var e=this.$main;this.$("> p:first").insertAfter(e.find(">h2:first")),e.prepend(a("#acf_after_title-sortables"))},termEdit:function(){var e=this.$main,i=a("input#name");i.length&&(i.wrapAll('<div id="titlediv"><div id="titlewrap"></div></div>'),a("#titlediv").append(a(".permalink")).prependTo(e),e.find("tr.term-name-wrap").remove());e=a("#icl_tax_menu");e.length&&(t=e.find("h3.hndle").text(),e.find(".inside").addClass("icl-tax-postbox-content").attr("style","").insertAfter("#submitdiv"),this.$sidebar.find(".icl-tax-postbox-content").wrapAll('<div id="icl-tax-postbox" class="postbox"></div>').parent().prepend('<div class="postbox-header"><h2 class="hdnle">'+t+"</h2></div>"));var t,e=a(".wpseo-taxonomy-metabox-postbox");e.length&&(t=e.find("> h2").text(),e.find("> .inside").removeClass("inside").wrapAll('<div class="acf-fields -left"><div class="acf-field"><div class="acf-input"></div></div></div>'),a('<div class="acf-label"><label>'+t+"</label></div>").insertBefore(e.find(".acf-input"))),a("#submitdiv #publishing-action").addClass("edit-tag-actions")},settings:function(){acf.get("locale")||acf.set("locale","en_US"),a("#acf-form-data").prependTo(this.$form),a("#acf_after_title-sortables").prependTo(this.$main),a("#normal-sortables").appendTo(this.$main);var e=this.$("#ping_sites");e.length&&(e.wrap('<table class="form-table"><tbody><td class="td-full"></td></tbody></table>'),e.css("width","100%"));e=this.$(".permalink-structure");e.length&&e.prev().prev("p").insertBefore(e)}}),acfe.enhancedListUI=function(e){return new t(e)},t=acf.Model.extend({data:{taxonomy:!1},setup:function(e){a.extend(this.data,e)},initialize:function(){a(".wrap .wp-heading-inline").after(a("#tmpl-button-add-term").html()),a("#ajax-response").after(a("#col-container #col-left").addClass("acfe-bt")),a(".acfe-bt").hide(),a(".acfe-bt .form-wrap").append('<div id="poststuff"></div>');var e=a(".acfe-bt .form-wrap form");a(".acfe-bt #poststuff").append(e),e.wrapInner('<div class="postbox" id="acfe-bt-form"><div class="inside"></div></div>');var i=a(".acfe-bt .form-wrap > h2");a(".acfe-bt .postbox").prepend('<h2 class="hndle">'+i.text()+"</h2>"),i.remove(),a(".acfe-bt .inside .form-field").addClass("acf-field"),a(".acfe-bt .inside .submit").addClass("form-field"),a(".acfe-bt .inside .form-field").each(function(){var e,i=a(this);i.is("#term-translations")||(i.append('<div class="acf-input"></div>'),i.find(".acf-input").append(i.find('> :not("label")')),(e=i.find("> label")).length?e.wrap('<div class="acf-label"></div>'):i.addClass("acfe-bt-no-label"))}),a("#acf-term-fields").contents().unwrap(),a(".acfe-bt-admin-button-add").click(function(e){e.preventDefault();e=a(".acfe-bt");e.is(":visible")?e.hide():e.show()}),"undefined"!=typeof acf&&acf.postbox.render({id:"acfe-bt-form",label:"left"}),a("#acfe-bt-form .acf-tab-wrap.-left").removeClass("-left").addClass("-top");e=a("#icl_tax_menu");e.length&&((i=e.find(".postbox").removeClass("postbox")).find(".inside").removeClass("inside").css("padding",0),i.insertBefore(".acfe-bt .inside .submit"),e=i.find("h3.hndle").text(),i.find(".hndle").remove(),i.wrapAll('<div class="form-field acf-field"><div class="acf-input"></div></div>').parent().parent().prepend('<div class="acf-label"><label>'+e+"</label></div>")),this.addAction("ready","ready")},ready:function(){a(".global-new-entity-button").click(function(e){e.preventDefault();e=a(".acfe-bt");e.is(":visible")?e.hide():e.show()})}}))}(jQuery);
|
assets/js/acfe.js
CHANGED
@@ -286,6 +286,122 @@
|
|
286 |
|
287 |
}
|
288 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
289 |
})(jQuery);
|
290 |
(function($) {
|
291 |
|
286 |
|
287 |
}
|
288 |
|
289 |
+
/*
|
290 |
+
* Version Compare
|
291 |
+
* https://locutus.io/php/info/version_compare/
|
292 |
+
*/
|
293 |
+
acfe.versionCompare = function(v1, operator, v2) {
|
294 |
+
// eslint-disable-line camelcase
|
295 |
+
// discuss at: https://locutus.io/php/version_compare/
|
296 |
+
// original by: Philippe Jausions (https://pear.php.net/user/jausions)
|
297 |
+
// original by: Aidan Lister (https://aidanlister.com/)
|
298 |
+
// reimplemented by: Kankrelune (https://www.webfaktory.info/)
|
299 |
+
// improved by: Brett Zamir (https://brett-zamir.me)
|
300 |
+
// improved by: Scott Baker
|
301 |
+
// improved by: Theriault (https://github.com/Theriault)
|
302 |
+
// example 1: version_compare('8.2.5rc', '8.2.5a')
|
303 |
+
// returns 1: 1
|
304 |
+
// example 2: version_compare('8.2.50', '8.2.52', '<')
|
305 |
+
// returns 2: true
|
306 |
+
// example 3: version_compare('5.3.0-dev', '5.3.0')
|
307 |
+
// returns 3: -1
|
308 |
+
// example 4: version_compare('4.1.0.52','4.01.0.51')
|
309 |
+
// returns 4: 1
|
310 |
+
// Important: compare must be initialized at 0.
|
311 |
+
let i
|
312 |
+
let x
|
313 |
+
let compare = 0
|
314 |
+
// vm maps textual PHP versions to negatives so they're less than 0.
|
315 |
+
// PHP currently defines these as CASE-SENSITIVE. It is important to
|
316 |
+
// leave these as negatives so that they can come before numerical versions
|
317 |
+
// and as if no letters were there to begin with.
|
318 |
+
// (1alpha is < 1 and < 1.1 but > 1dev1)
|
319 |
+
// If a non-numerical value can't be mapped to this table, it receives
|
320 |
+
// -7 as its value.
|
321 |
+
const vm = {
|
322 |
+
dev: -6,
|
323 |
+
alpha: -5,
|
324 |
+
a: -5,
|
325 |
+
beta: -4,
|
326 |
+
b: -4,
|
327 |
+
RC: -3,
|
328 |
+
rc: -3,
|
329 |
+
'#': -2,
|
330 |
+
p: 1,
|
331 |
+
pl: 1
|
332 |
+
}
|
333 |
+
// This function will be called to prepare each version argument.
|
334 |
+
// It replaces every _, -, and + with a dot.
|
335 |
+
// It surrounds any nonsequence of numbers/dots with dots.
|
336 |
+
// It replaces sequences of dots with a single dot.
|
337 |
+
// version_compare('4..0', '4.0') === 0
|
338 |
+
// Important: A string of 0 length needs to be converted into a value
|
339 |
+
// even less than an unexisting value in vm (-7), hence [-8].
|
340 |
+
// It's also important to not strip spaces because of this.
|
341 |
+
// version_compare('', ' ') === 1
|
342 |
+
const _prepVersion = function(v) {
|
343 |
+
v = ('' + v).replace(/[_\-+]/g, '.')
|
344 |
+
v = v.replace(/([^.\d]+)/g, '.$1.').replace(/\.{2,}/g, '.')
|
345 |
+
return (!v.length ? [-8] : v.split('.'))
|
346 |
+
}
|
347 |
+
// This converts a version component to a number.
|
348 |
+
// Empty component becomes 0.
|
349 |
+
// Non-numerical component becomes a negative number.
|
350 |
+
// Numerical component becomes itself as an integer.
|
351 |
+
const _numVersion = function(v) {
|
352 |
+
return !v ? 0 : (isNaN(v) ? vm[v] || -7 : parseInt(v, 10))
|
353 |
+
}
|
354 |
+
v1 = _prepVersion(v1)
|
355 |
+
v2 = _prepVersion(v2)
|
356 |
+
x = Math.max(v1.length, v2.length)
|
357 |
+
for (i = 0; i < x; i++) {
|
358 |
+
if (v1[i] === v2[i]) {
|
359 |
+
continue
|
360 |
+
}
|
361 |
+
v1[i] = _numVersion(v1[i])
|
362 |
+
v2[i] = _numVersion(v2[i])
|
363 |
+
if (v1[i] < v2[i]) {
|
364 |
+
compare = -1
|
365 |
+
break
|
366 |
+
} else if (v1[i] > v2[i]) {
|
367 |
+
compare = 1
|
368 |
+
break
|
369 |
+
}
|
370 |
+
}
|
371 |
+
if (!operator) {
|
372 |
+
return compare
|
373 |
+
}
|
374 |
+
// Important: operator is CASE-SENSITIVE.
|
375 |
+
// "No operator" seems to be treated as "<."
|
376 |
+
// Any other values seem to make the function return null.
|
377 |
+
switch (operator) {
|
378 |
+
case '>':
|
379 |
+
case 'gt':
|
380 |
+
return (compare > 0)
|
381 |
+
case '>=':
|
382 |
+
case 'ge':
|
383 |
+
return (compare >= 0)
|
384 |
+
case '<=':
|
385 |
+
case 'le':
|
386 |
+
return (compare <= 0)
|
387 |
+
case '===':
|
388 |
+
case '=':
|
389 |
+
case 'eq':
|
390 |
+
return (compare === 0)
|
391 |
+
case '<>':
|
392 |
+
case '!==':
|
393 |
+
case 'ne':
|
394 |
+
return (compare !== 0)
|
395 |
+
case '':
|
396 |
+
case '<':
|
397 |
+
case 'lt':
|
398 |
+
return (compare < 0)
|
399 |
+
default:
|
400 |
+
return null
|
401 |
+
}
|
402 |
+
|
403 |
+
}
|
404 |
+
|
405 |
})(jQuery);
|
406 |
(function($) {
|
407 |
|
assets/js/acfe.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(n){var l,a;"undefined"!=typeof acf&&(acf.data.acfe={},l={},(window.acfe=l).get=function(e){return acf.data.acfe[e]||null},l.has=function(e){return null!==this.get(e)},l.set=function(e,t){return acf.data.acfe[e]=t,this},l.parseString=function(e){return e?""+e:""},l.inArray=function(e,t){return-1<(t=t.map(function(e){return l.parseString(e)})).indexOf(e)},l.parseURL=function(e){var t={},e=(e=e||l.currentURL()).replace(/^[^\?]+\??/,"");if(!e)return t;for(var n=e.split(/[;&]/),a=0;a<n.length;a++){var i,o=n[a].split("=");o&&2===o.length&&(i=decodeURI(o[0]),o=(o=decodeURI(o[1])).replace(/\+/g," "),t[i]=o)}return t},l.currentURL=function(){return self.location.href},l.currentPath=function(){return self.location.pathname},l.currentFilename=function(){return l.currentPath().split("/").pop()},l.parentObject=function(e){return Object.getPrototypeOf(e)},l.getTextNode=function(e){var t;return e.contents().each(function(){var e=n.trim(n(this).text());if(e)return t=e,!1}),t},l.findSubmitWrap=function(e){var t=(e=e||n("form")).find("#submitdiv");return t.length||(t=e.find("#submitpost")).length||(t=e.find("p.submit").last()).length||(t=e.find(".acf-form-submit")).length?t:e},l.findSubmit=function(e){return e=e||n("form"),this.findSubmitWrap(e).find('.button, [type="submit"]')},l.findSpinner=function(e){return e=e||n("form"),this.findSubmitWrap(e).find(".spinner, .acf-spinner")},a=[],l.disableFilters=function(){a=[]},l.getFilters=function(){return a},l.isFilterEnabled=function(e){return-1<a.indexOf(e)},l.enableFilter=function(e){-1===a.indexOf(e)&&a.push(e)},l.disableFilter=function(e){for(var t=a.length;t--;)a[t]===e&&a.splice(t,1)},l.fieldExtend=function(e,t){var n=acf.getFieldType(e);return t.parent=function(){return n.prototype},t.initialize||(t.initialize=function(){n.prototype.initialize.apply(this,arguments),t.init&&t.init.apply(this,arguments),t._events&&n.prototype.addEvents.apply(this,[t._events]),t._actions&&n.prototype.addActions.apply(this,[t._actions]),t._filters&&n.prototype.addFilters.apply(this,[t._filters])}),n.extend(t)})}(jQuery),function(o){var n;"undefined"!=typeof acf&&(n=[],acfe.Popup=acf.Model.extend({data:{title:!1,footer:!1,size:!1,destroy:!1,onOpen:function(){},onClose:function(){}},events:{"click .acfe-modal-title>.close":"onClickClose","click .acfe-modal-footer>button":"onClickClose"},setup:function(e,t){o.extend(this.data,t),this.$el=e,this.render()},initialize:function(){this.open()},render:function(){this.get("size")&&this.$el.addClass("-"+this.get("size")),this.$("> .acfe-modal-wrapper").length||this.$el.wrapInner('<div class="acfe-modal-wrapper" />');var e=this.$("> .acfe-modal-wrapper");e.find("> .acfe-modal-content").length||e.wrapInner('<div class="acfe-modal-content" />'),this.get("title")&&e.prepend('<div class="acfe-modal-title"><span class="title">'+this.get("title")+'</span><button class="close"></button></div>'),e.prepend('<div class="acfe-modal-wrapper-overlay"></div>'),this.get("footer")&&e.append('<div class="acfe-modal-footer"><button class="button button-primary">'+this.get("footer")+"</button></div>"),"undefined"!=typeof tinymce&&acf.isset(tinymce,"ui","FloatPanel")&&e.find(".acfe-modal-content").off("scroll.tinymcePanel").on("scroll.tinymcePanel",function(e){tinymce.ui.FloatPanel.hideAll()})},open:function(){this.$el.addClass("-open"),n.push(this),acfe.syncPopup(),acf.getFields({parent:this.$el,visible:!0}).map(function(e){acf.doAction("show_field",e,"group")},this),acf.doAction("acfe/modal/open",this.$el,this.data),this.get("onOpen").apply(this.$el)},close:function(){this.$(".acfe-modal-wrapper-overlay").remove(),this.$(".acfe-modal-title").remove(),this.$(".acfe-modal-footer").remove(),this.$el.removeAttr("style"),this.$el.removeClass("-open"),acfe.syncPopup(),acf.doAction("acfe/modal/close",this.$el,this.data),this.get("onClose").apply(this.$el),this.remove(),this.get("destroy")&&this.$el.remove()},remove:function(){this.removeEvents(),this.removeActions(),this.removeFilters()},onClickClose:function(e){if(e.preventDefault(),!n.length)return!1;n.pop().close()}}),acfe.closePopup=function(){if(!n.length)return!1;n.pop().close()},acfe.syncPopup=function(){var e=o("body");n.length?(e.hasClass("acfe-modal-opened")||(e.addClass("acfe-modal-opened").append(o('<div class="acfe-modal-overlay" />')),o(".acfe-modal-overlay").on("click",function(e){e.preventDefault(),acfe.closePopup()})),n.map(function(e,t){return t===n.length-1?e.$el.removeClass("acfe-modal-sub").css("margin-left",""):void e.$el.addClass("acfe-modal-sub").css("margin-left",-500/(t+1))})):(o(".acfe-modal-overlay").remove(),e.removeClass("acfe-modal-opened"))},o(window).on("keydown",function(e){27===e.keyCode&&o("body").hasClass("acfe-modal-opened")&&(e.preventDefault(),acfe.closePopup())}),acfe.modal={open:function(e,t){new acfe.Popup(e,t)},close:function(){acfe.closePopup()}},new acf.Model({events:{"click a[data-acfe-modal]":"onClick","click button[data-acfe-modal]":"onClick","click input[data-acfe-modal]":"onClick"},onClick:function(e,t){e.preventDefault();var n=t.attr("data-acfe-modal")||!1,a=t.attr("data-acfe-modal-size")||"medium",i=t.attr("data-acfe-modal-title")||!1,e=t.attr("data-acfe-modal-footer")||!1;(n=!((n=n||t.parent().find(".acfe-modal").first())instanceof jQuery)?o(".acfe-modal[data-acfe-modal="+n+"]"):n).length&&(a={size:a},i&&(a.title=i),e&&(a.footer=e),new acfe.Popup(n,a))}}))}(jQuery),jQuery,"undefined"!=typeof acf&&new acf.Model({tooltip:!1,events:{"click .acfe-field-tooltip":"showTitle"},showTitle:function(e,t){var n=t.attr("title");n&&(t.attr("title",""),this.tooltip?this.tooltip.update({text:n,target:t}):this.tooltip=acf.newTooltip({text:n,target:t}))}});
|
1 |
+
!function(n){var l,a;"undefined"!=typeof acf&&(acf.data.acfe={},l={},(window.acfe=l).get=function(e){return acf.data.acfe[e]||null},l.has=function(e){return null!==this.get(e)},l.set=function(e,t){return acf.data.acfe[e]=t,this},l.parseString=function(e){return e?""+e:""},l.inArray=function(e,t){return-1<(t=t.map(function(e){return l.parseString(e)})).indexOf(e)},l.parseURL=function(e){var t={},e=(e=e||l.currentURL()).replace(/^[^\?]+\??/,"");if(!e)return t;for(var n=e.split(/[;&]/),a=0;a<n.length;a++){var i,o=n[a].split("=");o&&2===o.length&&(i=decodeURI(o[0]),o=(o=decodeURI(o[1])).replace(/\+/g," "),t[i]=o)}return t},l.currentURL=function(){return self.location.href},l.currentPath=function(){return self.location.pathname},l.currentFilename=function(){return l.currentPath().split("/").pop()},l.parentObject=function(e){return Object.getPrototypeOf(e)},l.getTextNode=function(e){var t;return e.contents().each(function(){var e=n.trim(n(this).text());if(e)return t=e,!1}),t},l.findSubmitWrap=function(e){var t=(e=e||n("form")).find("#submitdiv");return t.length||(t=e.find("#submitpost")).length||(t=e.find("p.submit").last()).length||(t=e.find(".acf-form-submit")).length?t:e},l.findSubmit=function(e){return e=e||n("form"),this.findSubmitWrap(e).find('.button, [type="submit"]')},l.findSpinner=function(e){return e=e||n("form"),this.findSubmitWrap(e).find(".spinner, .acf-spinner")},a=[],l.disableFilters=function(){a=[]},l.getFilters=function(){return a},l.isFilterEnabled=function(e){return-1<a.indexOf(e)},l.enableFilter=function(e){-1===a.indexOf(e)&&a.push(e)},l.disableFilter=function(e){for(var t=a.length;t--;)a[t]===e&&a.splice(t,1)},l.fieldExtend=function(e,t){var n=acf.getFieldType(e);return t.parent=function(){return n.prototype},t.initialize||(t.initialize=function(){n.prototype.initialize.apply(this,arguments),t.init&&t.init.apply(this,arguments),t._events&&n.prototype.addEvents.apply(this,[t._events]),t._actions&&n.prototype.addActions.apply(this,[t._actions]),t._filters&&n.prototype.addFilters.apply(this,[t._filters])}),n.extend(t)},l.versionCompare=function(e,t,n){let a;var i;let o=0;const l={dev:-6,alpha:-5,a:-5,beta:-4,b:-4,RC:-3,rc:-3,"#":-2,p:1,pl:1};function c(e){return(e=(e=(""+e).replace(/[_\-+]/g,".")).replace(/([^.\d]+)/g,".$1.").replace(/\.{2,}/g,".")).length?e.split("."):[-8]}function r(e){return e?isNaN(e)?l[e]||-7:parseInt(e,10):0}for(e=c(e),n=c(n),i=Math.max(e.length,n.length),a=0;a<i;a++)if(e[a]!==n[a]){if(e[a]=r(e[a]),n[a]=r(n[a]),e[a]<n[a]){o=-1;break}if(e[a]>n[a]){o=1;break}}if(!t)return o;switch(t){case">":case"gt":return 0<o;case">=":case"ge":return 0<=o;case"<=":case"le":return o<=0;case"===":case"=":case"eq":return 0===o;case"<>":case"!==":case"ne":return 0!==o;case"":case"<":case"lt":return o<0;default:return null}})}(jQuery),function(o){var n;"undefined"!=typeof acf&&(n=[],acfe.Popup=acf.Model.extend({data:{title:!1,footer:!1,size:!1,destroy:!1,onOpen:function(){},onClose:function(){}},events:{"click .acfe-modal-title>.close":"onClickClose","click .acfe-modal-footer>button":"onClickClose"},setup:function(e,t){o.extend(this.data,t),this.$el=e,this.render()},initialize:function(){this.open()},render:function(){this.get("size")&&this.$el.addClass("-"+this.get("size")),this.$("> .acfe-modal-wrapper").length||this.$el.wrapInner('<div class="acfe-modal-wrapper" />');var e=this.$("> .acfe-modal-wrapper");e.find("> .acfe-modal-content").length||e.wrapInner('<div class="acfe-modal-content" />'),this.get("title")&&e.prepend('<div class="acfe-modal-title"><span class="title">'+this.get("title")+'</span><button class="close"></button></div>'),e.prepend('<div class="acfe-modal-wrapper-overlay"></div>'),this.get("footer")&&e.append('<div class="acfe-modal-footer"><button class="button button-primary">'+this.get("footer")+"</button></div>"),"undefined"!=typeof tinymce&&acf.isset(tinymce,"ui","FloatPanel")&&e.find(".acfe-modal-content").off("scroll.tinymcePanel").on("scroll.tinymcePanel",function(e){tinymce.ui.FloatPanel.hideAll()})},open:function(){this.$el.addClass("-open"),n.push(this),acfe.syncPopup(),acf.getFields({parent:this.$el,visible:!0}).map(function(e){acf.doAction("show_field",e,"group")},this),acf.doAction("acfe/modal/open",this.$el,this.data),this.get("onOpen").apply(this.$el)},close:function(){this.$(".acfe-modal-wrapper-overlay").remove(),this.$(".acfe-modal-title").remove(),this.$(".acfe-modal-footer").remove(),this.$el.removeAttr("style"),this.$el.removeClass("-open"),acfe.syncPopup(),acf.doAction("acfe/modal/close",this.$el,this.data),this.get("onClose").apply(this.$el),this.remove(),this.get("destroy")&&this.$el.remove()},remove:function(){this.removeEvents(),this.removeActions(),this.removeFilters()},onClickClose:function(e){if(e.preventDefault(),!n.length)return!1;n.pop().close()}}),acfe.closePopup=function(){if(!n.length)return!1;n.pop().close()},acfe.syncPopup=function(){var e=o("body");n.length?(e.hasClass("acfe-modal-opened")||(e.addClass("acfe-modal-opened").append(o('<div class="acfe-modal-overlay" />')),o(".acfe-modal-overlay").on("click",function(e){e.preventDefault(),acfe.closePopup()})),n.map(function(e,t){return t===n.length-1?e.$el.removeClass("acfe-modal-sub").css("margin-left",""):void e.$el.addClass("acfe-modal-sub").css("margin-left",-500/(t+1))})):(o(".acfe-modal-overlay").remove(),e.removeClass("acfe-modal-opened"))},o(window).on("keydown",function(e){27===e.keyCode&&o("body").hasClass("acfe-modal-opened")&&(e.preventDefault(),acfe.closePopup())}),acfe.modal={open:function(e,t){new acfe.Popup(e,t)},close:function(){acfe.closePopup()}},new acf.Model({events:{"click a[data-acfe-modal]":"onClick","click button[data-acfe-modal]":"onClick","click input[data-acfe-modal]":"onClick"},onClick:function(e,t){e.preventDefault();var n=t.attr("data-acfe-modal")||!1,a=t.attr("data-acfe-modal-size")||"medium",i=t.attr("data-acfe-modal-title")||!1,e=t.attr("data-acfe-modal-footer")||!1;(n=!((n=n||t.parent().find(".acfe-modal").first())instanceof jQuery)?o(".acfe-modal[data-acfe-modal="+n+"]"):n).length&&(a={size:a},i&&(a.title=i),e&&(a.footer=e),new acfe.Popup(n,a))}}))}(jQuery),jQuery,"undefined"!=typeof acf&&new acf.Model({tooltip:!1,events:{"click .acfe-field-tooltip":"showTitle"},showTitle:function(e,t){var n=t.attr("title");n&&(t.attr("title",""),this.tooltip?this.tooltip.update({text:n,target:t}):this.tooltip=acf.newTooltip({text:n,target:t}))}});
|
includes/acfe-helper-functions.php
CHANGED
@@ -52,14 +52,14 @@ function acfe_maybe_get_REQUEST($key = '', $default = null){
|
|
52 |
*/
|
53 |
function acfe_is_json($string){
|
54 |
|
55 |
-
// in case string = 1
|
56 |
-
if(is_numeric($string)){
|
57 |
return false;
|
58 |
}
|
59 |
|
60 |
json_decode($string);
|
61 |
|
62 |
-
return
|
63 |
|
64 |
}
|
65 |
|
@@ -288,6 +288,8 @@ function acfe_add_validation_error($selector = '', $message = ''){
|
|
288 |
return $message;
|
289 |
});
|
290 |
|
|
|
|
|
291 |
}
|
292 |
|
293 |
/**
|
52 |
*/
|
53 |
function acfe_is_json($string){
|
54 |
|
55 |
+
// in case string = 1 or not string
|
56 |
+
if(is_numeric($string) || !is_string($string)){
|
57 |
return false;
|
58 |
}
|
59 |
|
60 |
json_decode($string);
|
61 |
|
62 |
+
return json_last_error() == JSON_ERROR_NONE;
|
63 |
|
64 |
}
|
65 |
|
288 |
return $message;
|
289 |
});
|
290 |
|
291 |
+
return false;
|
292 |
+
|
293 |
}
|
294 |
|
295 |
/**
|
includes/acfe-meta-functions.php
CHANGED
@@ -108,9 +108,9 @@ function acfe_get_meta($post_id = false){
|
|
108 |
$field = acf_get_field($field_key);
|
109 |
|
110 |
// Check clone in sub field: field_123456abcdef_field_123456abcfed
|
111 |
-
if(!$field && substr_count($field_key, 'field_')
|
112 |
|
113 |
-
// get field key (last
|
114 |
$_field_key = substr($field_key, strrpos($field_key, 'field_'));
|
115 |
|
116 |
// get field
|
@@ -299,19 +299,26 @@ function acfe_get_orphan_meta($post_id = 0){
|
|
299 |
$clones[] = $field;
|
300 |
|
301 |
// get clone seamless sub field: field_123456abcdef_field_123456abcfed
|
302 |
-
}elseif(substr_count($field_key, 'field_')
|
303 |
|
304 |
-
//
|
305 |
-
$
|
306 |
-
|
307 |
-
|
308 |
-
$clone = acf_get_field($clone_key);
|
309 |
-
|
310 |
-
if(acf_maybe_get($clone, 'type') === 'clone'){
|
311 |
-
|
312 |
-
// add to collection
|
313 |
-
$clones[] = $clone;
|
314 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
315 |
}
|
316 |
|
317 |
}
|
108 |
$field = acf_get_field($field_key);
|
109 |
|
110 |
// Check clone in sub field: field_123456abcdef_field_123456abcfed
|
111 |
+
if(!$field && substr_count($field_key, 'field_') > 1){
|
112 |
|
113 |
+
// get field key (last key)
|
114 |
$_field_key = substr($field_key, strrpos($field_key, 'field_'));
|
115 |
|
116 |
// get field
|
299 |
$clones[] = $field;
|
300 |
|
301 |
// get clone seamless sub field: field_123456abcdef_field_123456abcfed
|
302 |
+
}elseif(substr_count($field_key, 'field_') > 1){
|
303 |
|
304 |
+
// explode field_xxxxxxxxxxx
|
305 |
+
$_clones = explode('_field_', $field_key);
|
306 |
+
|
307 |
+
foreach($_clones as $_clone_key){
|
|
|
|
|
|
|
|
|
|
|
|
|
308 |
|
309 |
+
// prepend 'field_'
|
310 |
+
if(strpos($_clone_key, 'field_') !== 0){
|
311 |
+
$_clone_key = "field_{$_clone_key}";
|
312 |
+
}
|
313 |
+
|
314 |
+
// get clone field
|
315 |
+
$clone = acf_get_field($_clone_key);
|
316 |
+
|
317 |
+
// check type & add to collection
|
318 |
+
if(acf_maybe_get($clone, 'type') === 'clone'){
|
319 |
+
$clones[] = $clone;
|
320 |
+
}
|
321 |
+
|
322 |
}
|
323 |
|
324 |
}
|
includes/acfe-screen-functions.php
CHANGED
@@ -173,15 +173,40 @@ function acfe_is_dynamic_preview(){
|
|
173 |
|
174 |
}
|
175 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
/**
|
177 |
* acfe_is_gutenberg
|
178 |
*
|
179 |
* Check if current screen is block editor
|
180 |
*
|
181 |
* @return bool
|
|
|
182 |
*/
|
183 |
function acfe_is_gutenberg(){
|
184 |
|
185 |
-
return
|
186 |
|
187 |
}
|
173 |
|
174 |
}
|
175 |
|
176 |
+
/**
|
177 |
+
* acfe_is_block_editor
|
178 |
+
*
|
179 |
+
* An enhanced version of acf_is_block_editor that also check if currently in a block type
|
180 |
+
*
|
181 |
+
* @return bool
|
182 |
+
*/
|
183 |
+
function acfe_is_block_editor(){
|
184 |
+
|
185 |
+
// check block editor screen
|
186 |
+
if(acf_is_block_editor()){
|
187 |
+
return true;
|
188 |
+
}
|
189 |
+
|
190 |
+
// check if a block is currently fetched (edit mode)
|
191 |
+
if(acf_maybe_get_POST('action') === 'acf/ajax/fetch-block'){
|
192 |
+
return true;
|
193 |
+
}
|
194 |
+
|
195 |
+
return false;
|
196 |
+
|
197 |
+
}
|
198 |
+
|
199 |
+
|
200 |
/**
|
201 |
* acfe_is_gutenberg
|
202 |
*
|
203 |
* Check if current screen is block editor
|
204 |
*
|
205 |
* @return bool
|
206 |
+
* @deprecated
|
207 |
*/
|
208 |
function acfe_is_gutenberg(){
|
209 |
|
210 |
+
return acfe_is_block_editor();
|
211 |
|
212 |
}
|
includes/admin/settings.php
CHANGED
@@ -651,8 +651,8 @@ class acfe_admin_settings_ui{
|
|
651 |
|
652 |
}
|
653 |
|
654 |
-
$
|
655 |
-
$tab .= ' <span class="
|
656 |
|
657 |
// Tab
|
658 |
acf_render_field_wrap(array(
|
651 |
|
652 |
}
|
653 |
|
654 |
+
$class = $count > 0 ? 'acfe-tab-badge' : 'acfe-tab-badge acf-hidden';
|
655 |
+
$tab .= ' <span class="' . $class . '">' . $count . '</span>';
|
656 |
|
657 |
// Tab
|
658 |
acf_render_field_wrap(array(
|
includes/field-groups/field-groups.php
CHANGED
@@ -809,26 +809,31 @@ class ACFE_Field_Groups{
|
|
809 |
function seamless_metabox($post_type, $post, $field_groups){
|
810 |
|
811 |
// check gutenberg
|
812 |
-
$is_gutenberg =
|
813 |
|
814 |
foreach($field_groups as $field_group){
|
815 |
|
816 |
add_filter("postbox_classes_{$post_type}_acf-{$field_group['key']}", function($classes) use($field_group, $is_gutenberg){
|
817 |
|
|
|
818 |
$classes[] = 'acf-postbox';
|
819 |
|
820 |
-
//
|
821 |
-
if(!$is_gutenberg && $field_group['style'] === 'seamless')
|
822 |
$classes[] = 'seamless';
|
|
|
823 |
|
824 |
-
//
|
825 |
-
if($field_group['label_placement'] === 'left')
|
826 |
$classes[] = 'acfe-postbox-left';
|
|
|
827 |
|
828 |
-
//
|
829 |
-
if($field_group['label_placement'] === 'top')
|
830 |
$classes[] = 'acfe-postbox-top';
|
|
|
831 |
|
|
|
832 |
return $classes;
|
833 |
|
834 |
});
|
809 |
function seamless_metabox($post_type, $post, $field_groups){
|
810 |
|
811 |
// check gutenberg
|
812 |
+
$is_gutenberg = acfe_is_block_editor();
|
813 |
|
814 |
foreach($field_groups as $field_group){
|
815 |
|
816 |
add_filter("postbox_classes_{$post_type}_acf-{$field_group['key']}", function($classes) use($field_group, $is_gutenberg){
|
817 |
|
818 |
+
// default
|
819 |
$classes[] = 'acf-postbox';
|
820 |
|
821 |
+
// seamless
|
822 |
+
if(!$is_gutenberg && $field_group['style'] === 'seamless'){
|
823 |
$classes[] = 'seamless';
|
824 |
+
}
|
825 |
|
826 |
+
// left
|
827 |
+
if($field_group['label_placement'] === 'left'){
|
828 |
$classes[] = 'acfe-postbox-left';
|
829 |
+
}
|
830 |
|
831 |
+
// top
|
832 |
+
if($field_group['label_placement'] === 'top'){
|
833 |
$classes[] = 'acfe-postbox-top';
|
834 |
+
}
|
835 |
|
836 |
+
// return
|
837 |
return $classes;
|
838 |
|
839 |
});
|
includes/fields/field-group.php
CHANGED
@@ -123,27 +123,21 @@ class acfe_field_group_field{
|
|
123 |
*/
|
124 |
function field_wrapper_attributes($wrapper, $field){
|
125 |
|
126 |
-
if(
|
127 |
|
128 |
$wrapper['data-acfe-group-modal'] = 1;
|
129 |
$wrapper['data-acfe-group-modal-button'] = __('Edit', 'acf');
|
130 |
|
131 |
-
if(
|
132 |
-
|
133 |
$wrapper['data-acfe-group-modal-button'] = $field['acfe_group_modal_button'];
|
134 |
-
|
135 |
}
|
136 |
|
137 |
if(acf_maybe_get($field, 'acfe_group_modal_close')){
|
138 |
-
|
139 |
$wrapper['data-acfe-group-modal-close'] = $field['acfe_group_modal_close'];
|
140 |
-
|
141 |
}
|
142 |
|
143 |
if(acf_maybe_get($field, 'acfe_group_modal_size')){
|
144 |
-
|
145 |
$wrapper['data-acfe-group-modal-size'] = $field['acfe_group_modal_size'];
|
146 |
-
|
147 |
}
|
148 |
|
149 |
}
|
@@ -158,9 +152,7 @@ class acfe_field_group_field{
|
|
158 |
function prepare_field($field){
|
159 |
|
160 |
if(acf_maybe_get($field, 'acfe_seamless_style')){
|
161 |
-
|
162 |
$field['wrapper']['class'] .= ' acfe-seamless-style';
|
163 |
-
|
164 |
}
|
165 |
|
166 |
$field['wrapper']['class'] .= ' acfe-field-group-layout-' . $field['layout'];
|
123 |
*/
|
124 |
function field_wrapper_attributes($wrapper, $field){
|
125 |
|
126 |
+
if(acf_maybe_get($field, 'acfe_group_modal')){
|
127 |
|
128 |
$wrapper['data-acfe-group-modal'] = 1;
|
129 |
$wrapper['data-acfe-group-modal-button'] = __('Edit', 'acf');
|
130 |
|
131 |
+
if(acf_maybe_get($field, 'acfe_group_modal_button')){
|
|
|
132 |
$wrapper['data-acfe-group-modal-button'] = $field['acfe_group_modal_button'];
|
|
|
133 |
}
|
134 |
|
135 |
if(acf_maybe_get($field, 'acfe_group_modal_close')){
|
|
|
136 |
$wrapper['data-acfe-group-modal-close'] = $field['acfe_group_modal_close'];
|
|
|
137 |
}
|
138 |
|
139 |
if(acf_maybe_get($field, 'acfe_group_modal_size')){
|
|
|
140 |
$wrapper['data-acfe-group-modal-size'] = $field['acfe_group_modal_size'];
|
|
|
141 |
}
|
142 |
|
143 |
}
|
152 |
function prepare_field($field){
|
153 |
|
154 |
if(acf_maybe_get($field, 'acfe_seamless_style')){
|
|
|
155 |
$field['wrapper']['class'] .= ' acfe-seamless-style';
|
|
|
156 |
}
|
157 |
|
158 |
$field['wrapper']['class'] .= ' acfe-field-group-layout-' . $field['layout'];
|
includes/modules/author.php
CHANGED
@@ -41,7 +41,7 @@ class acfe_author{
|
|
41 |
function add_post_meta_boxes($post_type, $post){
|
42 |
|
43 |
// disable on block editor
|
44 |
-
if(
|
45 |
return;
|
46 |
}
|
47 |
|
41 |
function add_post_meta_boxes($post_type, $post){
|
42 |
|
43 |
// disable on block editor
|
44 |
+
if(acfe_is_block_editor()){
|
45 |
return;
|
46 |
}
|
47 |
|
includes/modules/dev.php
CHANGED
@@ -702,9 +702,9 @@ class acfe_dev{
|
|
702 |
$field = acf_get_field($field_key);
|
703 |
|
704 |
// Check clone in sub field: field_123456abcdef_field_123456abcfed
|
705 |
-
if(!$field && substr_count($field_key, 'field_')
|
706 |
|
707 |
-
// get field key (last
|
708 |
$_field_key = substr($field_key, strrpos($field_key, 'field_'));
|
709 |
|
710 |
// get field
|
702 |
$field = acf_get_field($field_key);
|
703 |
|
704 |
// Check clone in sub field: field_123456abcdef_field_123456abcfed
|
705 |
+
if(!$field && substr_count($field_key, 'field_') > 1){
|
706 |
|
707 |
+
// get field key (last key)
|
708 |
$_field_key = substr($field_key, strrpos($field_key, 'field_'));
|
709 |
|
710 |
// get field
|
includes/modules/forms-action-post.php
CHANGED
@@ -36,6 +36,7 @@ class acfe_form_post{
|
|
36 |
add_filter('acf/prepare_field/name=acfe_form_post_save_post_title', array($helpers, 'map_fields_deep'));
|
37 |
add_filter('acf/prepare_field/name=acfe_form_post_save_post_name', array($helpers, 'map_fields_deep'));
|
38 |
add_filter('acf/prepare_field/name=acfe_form_post_save_post_content', array($helpers, 'map_fields_deep'));
|
|
|
39 |
add_filter('acf/prepare_field/name=acfe_form_post_save_post_author', array($helpers, 'map_fields_deep'));
|
40 |
add_filter('acf/prepare_field/name=acfe_form_post_save_post_parent', array($helpers, 'map_fields_deep'));
|
41 |
add_filter('acf/prepare_field/name=acfe_form_post_save_post_terms', array($helpers, 'map_fields_deep'));
|
@@ -45,6 +46,7 @@ class acfe_form_post{
|
|
45 |
add_filter('acf/prepare_field/name=acfe_form_post_map_post_title', array($helpers, 'map_fields_deep_no_custom'));
|
46 |
add_filter('acf/prepare_field/name=acfe_form_post_map_post_name', array($helpers, 'map_fields_deep_no_custom'));
|
47 |
add_filter('acf/prepare_field/name=acfe_form_post_map_post_content', array($helpers, 'map_fields_deep_no_custom'));
|
|
|
48 |
add_filter('acf/prepare_field/name=acfe_form_post_map_post_author', array($helpers, 'map_fields_deep_no_custom'));
|
49 |
add_filter('acf/prepare_field/name=acfe_form_post_map_post_parent', array($helpers, 'map_fields_deep_no_custom'));
|
50 |
add_filter('acf/prepare_field/name=acfe_form_post_map_post_terms', array($helpers, 'map_fields_deep_no_custom'));
|
@@ -79,6 +81,7 @@ class acfe_form_post{
|
|
79 |
$_post_title = get_sub_field('acfe_form_post_map_post_title');
|
80 |
$_post_name = get_sub_field('acfe_form_post_map_post_name');
|
81 |
$_post_content = get_sub_field('acfe_form_post_map_post_content');
|
|
|
82 |
$_post_author = get_sub_field('acfe_form_post_map_post_author');
|
83 |
$_post_parent = get_sub_field('acfe_form_post_map_post_parent');
|
84 |
$_post_terms = get_sub_field('acfe_form_post_map_post_terms');
|
@@ -90,6 +93,7 @@ class acfe_form_post{
|
|
90 |
$_post_title = acfe_form_map_field_value_load($_post_title, $current_post_id, $form);
|
91 |
$_post_name = acfe_form_map_field_value_load($_post_name, $current_post_id, $form);
|
92 |
$_post_content = acfe_form_map_field_value_load($_post_content, $current_post_id, $form);
|
|
|
93 |
$_post_author = acfe_form_map_field_value_load($_post_author, $current_post_id, $form);
|
94 |
$_post_parent = acfe_form_map_field_value_load($_post_parent, $current_post_id, $form);
|
95 |
$_post_terms = acfe_form_map_field_value_load($_post_terms, $current_post_id, $form);
|
@@ -165,6 +169,18 @@ class acfe_form_post{
|
|
165 |
|
166 |
}
|
167 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
// Post author
|
169 |
if(acf_is_field_key($_post_author)){
|
170 |
|
@@ -285,8 +301,17 @@ class acfe_form_post{
|
|
285 |
$_post_content = $_post_content_group['acfe_form_post_save_post_content'];
|
286 |
$_post_content_custom = $_post_content_group['acfe_form_post_save_post_content_custom'];
|
287 |
|
288 |
-
if($_post_content === 'custom')
|
289 |
$_post_content = $_post_content_custom;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
290 |
|
291 |
$map = array();
|
292 |
|
@@ -299,6 +324,7 @@ class acfe_form_post{
|
|
299 |
'post_title' => get_sub_field('acfe_form_post_map_post_title'),
|
300 |
'post_name' => get_sub_field('acfe_form_post_map_post_name'),
|
301 |
'post_content' => get_sub_field('acfe_form_post_map_post_content'),
|
|
|
302 |
'post_author' => get_sub_field('acfe_form_post_map_post_author'),
|
303 |
'post_parent' => get_sub_field('acfe_form_post_map_post_parent'),
|
304 |
'post_terms' => get_sub_field('acfe_form_post_map_post_terms'),
|
@@ -314,6 +340,7 @@ class acfe_form_post{
|
|
314 |
'post_title' => get_sub_field('acfe_form_post_save_post_title'),
|
315 |
'post_name' => get_sub_field('acfe_form_post_save_post_name'),
|
316 |
'post_content' => $_post_content,
|
|
|
317 |
'post_author' => get_sub_field('acfe_form_post_save_post_author'),
|
318 |
'post_parent' => get_sub_field('acfe_form_post_save_post_parent'),
|
319 |
'post_terms' => get_sub_field('acfe_form_post_save_post_terms'),
|
@@ -407,6 +434,16 @@ class acfe_form_post{
|
|
407 |
|
408 |
}
|
409 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
410 |
// Post author
|
411 |
if(!empty($data['post_author'])){
|
412 |
|
@@ -1259,6 +1296,107 @@ class acfe_form_post{
|
|
1259 |
),
|
1260 |
'acfe_permissions' => '',
|
1261 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1262 |
array(
|
1263 |
'key' => 'field_acfe_form_post_save_post_author',
|
1264 |
'label' => 'Post author',
|
@@ -1435,7 +1573,7 @@ class acfe_form_post{
|
|
1435 |
'label' => 'Save ACF fields',
|
1436 |
'name' => 'acfe_form_post_save_meta',
|
1437 |
'type' => 'checkbox',
|
1438 |
-
'instructions' => 'Choose which ACF fields should be saved
|
1439 |
'required' => 0,
|
1440 |
'conditional_logic' => 0,
|
1441 |
'wrapper' => array(
|
@@ -1706,6 +1844,41 @@ class acfe_form_post{
|
|
1706 |
),
|
1707 |
),
|
1708 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1709 |
array(
|
1710 |
'key' => 'field_acfe_form_post_map_post_author',
|
1711 |
'label' => 'Post author',
|
36 |
add_filter('acf/prepare_field/name=acfe_form_post_save_post_title', array($helpers, 'map_fields_deep'));
|
37 |
add_filter('acf/prepare_field/name=acfe_form_post_save_post_name', array($helpers, 'map_fields_deep'));
|
38 |
add_filter('acf/prepare_field/name=acfe_form_post_save_post_content', array($helpers, 'map_fields_deep'));
|
39 |
+
add_filter('acf/prepare_field/name=acfe_form_post_save_post_excerpt', array($helpers, 'map_fields_deep'));
|
40 |
add_filter('acf/prepare_field/name=acfe_form_post_save_post_author', array($helpers, 'map_fields_deep'));
|
41 |
add_filter('acf/prepare_field/name=acfe_form_post_save_post_parent', array($helpers, 'map_fields_deep'));
|
42 |
add_filter('acf/prepare_field/name=acfe_form_post_save_post_terms', array($helpers, 'map_fields_deep'));
|
46 |
add_filter('acf/prepare_field/name=acfe_form_post_map_post_title', array($helpers, 'map_fields_deep_no_custom'));
|
47 |
add_filter('acf/prepare_field/name=acfe_form_post_map_post_name', array($helpers, 'map_fields_deep_no_custom'));
|
48 |
add_filter('acf/prepare_field/name=acfe_form_post_map_post_content', array($helpers, 'map_fields_deep_no_custom'));
|
49 |
+
add_filter('acf/prepare_field/name=acfe_form_post_map_post_excerpt', array($helpers, 'map_fields_deep_no_custom'));
|
50 |
add_filter('acf/prepare_field/name=acfe_form_post_map_post_author', array($helpers, 'map_fields_deep_no_custom'));
|
51 |
add_filter('acf/prepare_field/name=acfe_form_post_map_post_parent', array($helpers, 'map_fields_deep_no_custom'));
|
52 |
add_filter('acf/prepare_field/name=acfe_form_post_map_post_terms', array($helpers, 'map_fields_deep_no_custom'));
|
81 |
$_post_title = get_sub_field('acfe_form_post_map_post_title');
|
82 |
$_post_name = get_sub_field('acfe_form_post_map_post_name');
|
83 |
$_post_content = get_sub_field('acfe_form_post_map_post_content');
|
84 |
+
$_post_excerpt = get_sub_field('acfe_form_post_map_post_excerpt');
|
85 |
$_post_author = get_sub_field('acfe_form_post_map_post_author');
|
86 |
$_post_parent = get_sub_field('acfe_form_post_map_post_parent');
|
87 |
$_post_terms = get_sub_field('acfe_form_post_map_post_terms');
|
93 |
$_post_title = acfe_form_map_field_value_load($_post_title, $current_post_id, $form);
|
94 |
$_post_name = acfe_form_map_field_value_load($_post_name, $current_post_id, $form);
|
95 |
$_post_content = acfe_form_map_field_value_load($_post_content, $current_post_id, $form);
|
96 |
+
$_post_excerpt = acfe_form_map_field_value_load($_post_excerpt, $current_post_id, $form);
|
97 |
$_post_author = acfe_form_map_field_value_load($_post_author, $current_post_id, $form);
|
98 |
$_post_parent = acfe_form_map_field_value_load($_post_parent, $current_post_id, $form);
|
99 |
$_post_terms = acfe_form_map_field_value_load($_post_terms, $current_post_id, $form);
|
169 |
|
170 |
}
|
171 |
|
172 |
+
// Post excerpt
|
173 |
+
if(acf_is_field_key($_post_excerpt)){
|
174 |
+
|
175 |
+
$key = array_search($_post_excerpt, $load_meta);
|
176 |
+
|
177 |
+
if($key !== false)
|
178 |
+
unset($load_meta[$key]);
|
179 |
+
|
180 |
+
$form['map'][$_post_excerpt]['value'] = get_post_field('post_excerpt', $_post_id);
|
181 |
+
|
182 |
+
}
|
183 |
+
|
184 |
// Post author
|
185 |
if(acf_is_field_key($_post_author)){
|
186 |
|
301 |
$_post_content = $_post_content_group['acfe_form_post_save_post_content'];
|
302 |
$_post_content_custom = $_post_content_group['acfe_form_post_save_post_content_custom'];
|
303 |
|
304 |
+
if($_post_content === 'custom'){
|
305 |
$_post_content = $_post_content_custom;
|
306 |
+
}
|
307 |
+
|
308 |
+
$_post_excerpt_group = get_sub_field('acfe_form_post_save_post_excerpt_group');
|
309 |
+
$_post_excerpt = $_post_excerpt_group['acfe_form_post_save_post_excerpt'];
|
310 |
+
$_post_excerpt_custom = $_post_excerpt_group['acfe_form_post_save_post_excerpt_custom'];
|
311 |
+
|
312 |
+
if($_post_excerpt === 'custom'){
|
313 |
+
$_post_excerpt = $_post_excerpt_custom;
|
314 |
+
}
|
315 |
|
316 |
$map = array();
|
317 |
|
324 |
'post_title' => get_sub_field('acfe_form_post_map_post_title'),
|
325 |
'post_name' => get_sub_field('acfe_form_post_map_post_name'),
|
326 |
'post_content' => get_sub_field('acfe_form_post_map_post_content'),
|
327 |
+
'post_excerpt' => get_sub_field('acfe_form_post_map_post_excerpt'),
|
328 |
'post_author' => get_sub_field('acfe_form_post_map_post_author'),
|
329 |
'post_parent' => get_sub_field('acfe_form_post_map_post_parent'),
|
330 |
'post_terms' => get_sub_field('acfe_form_post_map_post_terms'),
|
340 |
'post_title' => get_sub_field('acfe_form_post_save_post_title'),
|
341 |
'post_name' => get_sub_field('acfe_form_post_save_post_name'),
|
342 |
'post_content' => $_post_content,
|
343 |
+
'post_excerpt' => $_post_excerpt,
|
344 |
'post_author' => get_sub_field('acfe_form_post_save_post_author'),
|
345 |
'post_parent' => get_sub_field('acfe_form_post_save_post_parent'),
|
346 |
'post_terms' => get_sub_field('acfe_form_post_save_post_terms'),
|
434 |
|
435 |
}
|
436 |
|
437 |
+
// Post excerpt
|
438 |
+
if(!empty($data['post_excerpt'])){
|
439 |
+
|
440 |
+
if(is_array($data['post_excerpt']))
|
441 |
+
$data['post_excerpt'] = acfe_array_to_string($data['post_excerpt']);
|
442 |
+
|
443 |
+
$args['post_excerpt'] = $data['post_excerpt'];
|
444 |
+
|
445 |
+
}
|
446 |
+
|
447 |
// Post author
|
448 |
if(!empty($data['post_author'])){
|
449 |
|
1296 |
),
|
1297 |
'acfe_permissions' => '',
|
1298 |
),
|
1299 |
+
array(
|
1300 |
+
'key' => 'field_acfe_form_post_save_post_excerpt_group',
|
1301 |
+
'label' => 'Post excerpt',
|
1302 |
+
'name' => 'acfe_form_post_save_post_excerpt_group',
|
1303 |
+
'type' => 'group',
|
1304 |
+
'instructions' => '',
|
1305 |
+
'required' => 0,
|
1306 |
+
'conditional_logic' => array(
|
1307 |
+
array(
|
1308 |
+
array(
|
1309 |
+
'field' => 'field_acfe_form_post_map_post_excerpt',
|
1310 |
+
'operator' => '==empty',
|
1311 |
+
),
|
1312 |
+
),
|
1313 |
+
),
|
1314 |
+
'wrapper' => array(
|
1315 |
+
'width' => '',
|
1316 |
+
'class' => '',
|
1317 |
+
'id' => '',
|
1318 |
+
),
|
1319 |
+
'acfe_permissions' => '',
|
1320 |
+
'layout' => 'block',
|
1321 |
+
'acfe_seamless_style' => true,
|
1322 |
+
'acfe_group_modal' => 0,
|
1323 |
+
'sub_fields' => array(
|
1324 |
+
array(
|
1325 |
+
'key' => 'field_acfe_form_post_save_post_excerpt',
|
1326 |
+
'label' => '',
|
1327 |
+
'name' => 'acfe_form_post_save_post_excerpt',
|
1328 |
+
'type' => 'select',
|
1329 |
+
'instructions' => '',
|
1330 |
+
'required' => 0,
|
1331 |
+
'conditional_logic' => 0,
|
1332 |
+
'wrapper' => array(
|
1333 |
+
'width' => '',
|
1334 |
+
'class' => '',
|
1335 |
+
'id' => '',
|
1336 |
+
),
|
1337 |
+
'acfe_permissions' => '',
|
1338 |
+
'choices' => array(
|
1339 |
+
'custom' => 'Textarea',
|
1340 |
+
),
|
1341 |
+
'default_value' => array(
|
1342 |
+
),
|
1343 |
+
'allow_null' => 1,
|
1344 |
+
'multiple' => 0,
|
1345 |
+
'ui' => 1,
|
1346 |
+
'return_format' => 'value',
|
1347 |
+
'placeholder' => 'Default',
|
1348 |
+
'ajax' => 0,
|
1349 |
+
'search_placeholder' => 'Enter a custom value or template tag. (See "Cheatsheet" tab)',
|
1350 |
+
'allow_custom' => 1,
|
1351 |
+
),
|
1352 |
+
array(
|
1353 |
+
'key' => 'field_acfe_form_post_save_post_excerpt_custom',
|
1354 |
+
'label' => '',
|
1355 |
+
'name' => 'acfe_form_post_save_post_excerpt_custom',
|
1356 |
+
'type' => 'textarea',
|
1357 |
+
'instructions' => '',
|
1358 |
+
'required' => 0,
|
1359 |
+
'conditional_logic' => array(
|
1360 |
+
array(
|
1361 |
+
array(
|
1362 |
+
'field' => 'field_acfe_form_post_save_post_excerpt',
|
1363 |
+
'operator' => '==',
|
1364 |
+
'value' => 'custom',
|
1365 |
+
),
|
1366 |
+
),
|
1367 |
+
),
|
1368 |
+
'wrapper' => array(
|
1369 |
+
'width' => '',
|
1370 |
+
'class' => '',
|
1371 |
+
'id' => '',
|
1372 |
+
),
|
1373 |
+
'acfe_permissions' => '',
|
1374 |
+
'default_value' => '',
|
1375 |
+
),
|
1376 |
+
),
|
1377 |
+
),
|
1378 |
+
array(
|
1379 |
+
'key' => 'field_acfe_form_post_map_post_excerpt_message',
|
1380 |
+
'label' => 'Post excerpt',
|
1381 |
+
'name' => 'acfe_form_post_map_post_excerpt_message',
|
1382 |
+
'type' => 'acfe_dynamic_render',
|
1383 |
+
'instructions' => '',
|
1384 |
+
'required' => 0,
|
1385 |
+
'conditional_logic' => array(
|
1386 |
+
array(
|
1387 |
+
array(
|
1388 |
+
'field' => 'field_acfe_form_post_map_post_excerpt',
|
1389 |
+
'operator' => '!=empty',
|
1390 |
+
),
|
1391 |
+
),
|
1392 |
+
),
|
1393 |
+
'wrapper' => array(
|
1394 |
+
'width' => '',
|
1395 |
+
'class' => '',
|
1396 |
+
'id' => '',
|
1397 |
+
),
|
1398 |
+
'acfe_permissions' => '',
|
1399 |
+
),
|
1400 |
array(
|
1401 |
'key' => 'field_acfe_form_post_save_post_author',
|
1402 |
'label' => 'Post author',
|
1573 |
'label' => 'Save ACF fields',
|
1574 |
'name' => 'acfe_form_post_save_meta',
|
1575 |
'type' => 'checkbox',
|
1576 |
+
'instructions' => 'Choose which ACF fields should be saved as metadata',
|
1577 |
'required' => 0,
|
1578 |
'conditional_logic' => 0,
|
1579 |
'wrapper' => array(
|
1844 |
),
|
1845 |
),
|
1846 |
),
|
1847 |
+
array(
|
1848 |
+
'key' => 'field_acfe_form_post_map_post_excerpt',
|
1849 |
+
'label' => 'Post excerpt',
|
1850 |
+
'name' => 'acfe_form_post_map_post_excerpt',
|
1851 |
+
'type' => 'select',
|
1852 |
+
'instructions' => '',
|
1853 |
+
'required' => 0,
|
1854 |
+
'wrapper' => array(
|
1855 |
+
'width' => '',
|
1856 |
+
'class' => '',
|
1857 |
+
'id' => '',
|
1858 |
+
),
|
1859 |
+
'acfe_permissions' => '',
|
1860 |
+
'choices' => array(
|
1861 |
+
),
|
1862 |
+
'default_value' => array(
|
1863 |
+
),
|
1864 |
+
'allow_null' => 1,
|
1865 |
+
'multiple' => 0,
|
1866 |
+
'ui' => 1,
|
1867 |
+
'return_format' => 'value',
|
1868 |
+
'placeholder' => 'Default',
|
1869 |
+
'ajax' => 0,
|
1870 |
+
'search_placeholder' => 'Enter a custom value or template tag. (See "Cheatsheet" tab)',
|
1871 |
+
'allow_custom' => 1,
|
1872 |
+
'conditional_logic' => array(
|
1873 |
+
array(
|
1874 |
+
array(
|
1875 |
+
'field' => 'field_acfe_form_post_load_values',
|
1876 |
+
'operator' => '==',
|
1877 |
+
'value' => '1',
|
1878 |
+
),
|
1879 |
+
),
|
1880 |
+
),
|
1881 |
+
),
|
1882 |
array(
|
1883 |
'key' => 'field_acfe_form_post_map_post_author',
|
1884 |
'label' => 'Post author',
|
includes/modules/forms-action-term.php
CHANGED
@@ -940,7 +940,7 @@ class acfe_form_term{
|
|
940 |
'label' => 'Save ACF fields',
|
941 |
'name' => 'acfe_form_term_save_meta',
|
942 |
'type' => 'checkbox',
|
943 |
-
'instructions' => 'Choose which ACF fields should be saved
|
944 |
'required' => 0,
|
945 |
'conditional_logic' => 0,
|
946 |
'wrapper' => array(
|
940 |
'label' => 'Save ACF fields',
|
941 |
'name' => 'acfe_form_term_save_meta',
|
942 |
'type' => 'checkbox',
|
943 |
+
'instructions' => 'Choose which ACF fields should be saved as metadata',
|
944 |
'required' => 0,
|
945 |
'conditional_logic' => 0,
|
946 |
'wrapper' => array(
|
includes/modules/forms-action-user.php
CHANGED
@@ -1984,7 +1984,7 @@ class acfe_form_user{
|
|
1984 |
'label' => 'Save ACF fields',
|
1985 |
'name' => 'acfe_form_user_save_meta',
|
1986 |
'type' => 'checkbox',
|
1987 |
-
'instructions' => 'Choose which ACF fields should be saved
|
1988 |
'required' => 0,
|
1989 |
'wrapper' => array(
|
1990 |
'width' => '',
|
1984 |
'label' => 'Save ACF fields',
|
1985 |
'name' => 'acfe_form_user_save_meta',
|
1986 |
'type' => 'checkbox',
|
1987 |
+
'instructions' => 'Choose which ACF fields should be saved as metadata',
|
1988 |
'required' => 0,
|
1989 |
'wrapper' => array(
|
1990 |
'width' => '',
|
includes/modules/forms-helpers.php
CHANGED
@@ -721,7 +721,13 @@ function acfe_form_filter_meta($meta, $acf){
|
|
721 |
|
722 |
}
|
723 |
|
724 |
-
function acfe_form_format_value($value, $field){
|
|
|
|
|
|
|
|
|
|
|
|
|
725 |
|
726 |
return acf_get_instance('acfe_dynamic_forms_helpers')->format_value($value, $field);
|
727 |
|
721 |
|
722 |
}
|
723 |
|
724 |
+
function acfe_form_format_value($value, $field, $deprecated = null){
|
725 |
+
|
726 |
+
// compatibility for 0.8.7.6 old argument
|
727 |
+
// second argument was $post_id
|
728 |
+
if($deprecated !== null){
|
729 |
+
$field = $deprecated;
|
730 |
+
}
|
731 |
|
732 |
return acf_get_instance('acfe_dynamic_forms_helpers')->format_value($value, $field);
|
733 |
|
includes/modules/ui-term.php
CHANGED
@@ -148,7 +148,9 @@ class acfe_enhanced_ui_term extends acfe_enhanced_ui{
|
|
148 |
<script type="text/javascript">
|
149 |
(function($){
|
150 |
|
151 |
-
acfe.enhancedListUI(
|
|
|
|
|
152 |
|
153 |
// Polylang + WPML Compatibility New Lang
|
154 |
<?php if((acf_maybe_get_GET('from_tag') && acf_maybe_get_GET('new_lang')) || acf_maybe_get_GET('trid')){ ?>
|
148 |
<script type="text/javascript">
|
149 |
(function($){
|
150 |
|
151 |
+
acfe.enhancedListUI({
|
152 |
+
taxonomy: '<?php echo $tax->name; ?>'
|
153 |
+
});
|
154 |
|
155 |
// Polylang + WPML Compatibility New Lang
|
156 |
<?php if((acf_maybe_get_GET('from_tag') && acf_maybe_get_GET('new_lang')) || acf_maybe_get_GET('trid')){ ?>
|
lang/acfe-fr_FR.mo
CHANGED
Binary file
|
lang/acfe-fr_FR.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Advanced Custom Fields: Extended\n"
|
4 |
-
"POT-Creation-Date: 2021-
|
5 |
-
"PO-Revision-Date: 2021-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: https://www.acf-extended.com\n"
|
8 |
"Language: fr_FR\n"
|
@@ -22,33 +22,33 @@ msgstr ""
|
|
22 |
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
|
23 |
"X-Poedit-SearchPathExcluded-1: .build\n"
|
24 |
|
25 |
-
#: assets/js/acfe-admin.js:
|
26 |
-
#: includes/modules/options.php:469 pro/includes/updates.php:
|
27 |
msgid "Yes"
|
28 |
msgstr "Oui"
|
29 |
|
30 |
-
#: assets/js/acfe-admin.js:
|
31 |
-
#: includes/modules/options.php:468 pro/includes/updates.php:
|
32 |
msgid "No"
|
33 |
msgstr "Non"
|
34 |
|
35 |
#: assets/js/acfe-input.js:106 assets/js/acfe-input.js:370
|
36 |
-
#: assets/js/acfe-input.js:734 assets/js/acfe-input.js:
|
37 |
-
#: assets/js/acfe-input.js:
|
38 |
#: includes/field-groups/field-group-meta.php:145
|
39 |
#: includes/fields-settings/data.php:81
|
40 |
#: includes/fields/field-flexible-content.php:616
|
41 |
#: includes/fields/field-flexible-content.php:622 includes/modules/dev.php:129
|
42 |
#: pro/assets/js/acfe-pro-admin.js:375 pro/assets/js/acfe-pro-input.js:631
|
43 |
#: pro/includes/field-groups/field-group-ui.php:237
|
44 |
-
#: pro/includes/fields/field-payment.php:
|
45 |
-
#: pro/includes/modules/dev.php:
|
46 |
-
#: pro/includes/modules/dev.php:
|
47 |
-
#: pro/includes/modules/dev.php:
|
48 |
msgid "Close"
|
49 |
msgstr "Fermer"
|
50 |
|
51 |
-
#: assets/js/acfe-input.js:
|
52 |
msgid "Add Row"
|
53 |
msgstr "Ajouter une rangée"
|
54 |
|
@@ -186,7 +186,7 @@ msgstr ""
|
|
186 |
"thème.php fichier ou l’inclure dans un fichier externe."
|
187 |
|
188 |
#: includes/admin/tools/module-import.php:24
|
189 |
-
#: pro/assets/js/acfe-pro-input.js:
|
190 |
#: pro/includes/admin/tools/settings-import.php:27
|
191 |
msgid "Select File"
|
192 |
msgstr "Choisir un fichier"
|
@@ -302,7 +302,7 @@ msgstr "Options"
|
|
302 |
msgid "Add New"
|
303 |
msgstr "Ajouter"
|
304 |
|
305 |
-
#: includes/assets.php:101 pro/assets/js/acfe-pro-input.js:
|
306 |
msgid "Read more"
|
307 |
msgstr "Lire la suite"
|
308 |
|
@@ -411,7 +411,7 @@ msgstr "Clé"
|
|
411 |
#: includes/field-groups/field-group-meta.php:74
|
412 |
#: includes/fields/field-hidden.php:43 includes/modules/options.class.php:196
|
413 |
#: pro/includes/field-groups/field-group-ui.php:172
|
414 |
-
#: pro/includes/fields/field-color-picker.php:
|
415 |
#: pro/includes/fields/field-image-selector.php:147
|
416 |
msgid "Value"
|
417 |
msgstr "Valeur"
|
@@ -790,17 +790,17 @@ msgid "Button"
|
|
790 |
msgstr "Bouton"
|
791 |
|
792 |
#: includes/fields/field-button.php:16 includes/modules/options.php:480
|
793 |
-
#: pro/includes/modules/dev.php:
|
794 |
msgid "Submit"
|
795 |
msgstr "Envoyer"
|
796 |
|
797 |
#: includes/fields/field-button.php:66
|
798 |
-
#: pro/includes/fields/field-payment.php:
|
799 |
msgid "Button value"
|
800 |
msgstr "Valeur du bouton"
|
801 |
|
802 |
#: includes/fields/field-button.php:67
|
803 |
-
#: pro/includes/fields/field-payment.php:
|
804 |
msgid "Set a default button value"
|
805 |
msgstr "Définir une valeur de bouton par défaut"
|
806 |
|
@@ -817,37 +817,37 @@ msgid "Input"
|
|
817 |
msgstr "Entrée"
|
818 |
|
819 |
#: includes/fields/field-button.php:87
|
820 |
-
#: pro/includes/fields/field-payment.php:
|
821 |
msgid "Button attributes"
|
822 |
msgstr "Attributs du bouton"
|
823 |
|
824 |
#: includes/fields/field-button.php:91
|
825 |
-
#: pro/includes/fields/field-payment.php:
|
826 |
msgid "class"
|
827 |
msgstr "classe"
|
828 |
|
829 |
#: includes/fields/field-button.php:100
|
830 |
-
#: pro/includes/fields/field-payment.php:
|
831 |
msgid "id"
|
832 |
msgstr "id"
|
833 |
|
834 |
#: includes/fields/field-button.php:106
|
835 |
-
#: pro/includes/fields/field-payment.php:
|
836 |
msgid "Before HTML"
|
837 |
msgstr "Avant HTML"
|
838 |
|
839 |
#: includes/fields/field-button.php:107
|
840 |
-
#: pro/includes/fields/field-payment.php:
|
841 |
msgid "Custom HTML before the button"
|
842 |
msgstr "HTML personnalisé avant le bouton"
|
843 |
|
844 |
#: includes/fields/field-button.php:115
|
845 |
-
#: pro/includes/fields/field-payment.php:
|
846 |
msgid "After HTML"
|
847 |
msgstr "Après HTML"
|
848 |
|
849 |
#: includes/fields/field-button.php:116
|
850 |
-
#: pro/includes/fields/field-payment.php:
|
851 |
msgid "Custom HTML after the button"
|
852 |
msgstr "HTML personnalisé après le bouton"
|
853 |
|
@@ -1470,7 +1470,7 @@ msgstr "Entrer chaque valeur par défaut sur une nouvelle ligne"
|
|
1470 |
#: includes/fields/field-taxonomies.php:78
|
1471 |
#: includes/fields/field-taxonomy-terms.php:848
|
1472 |
#: pro/includes/fields/field-block-types.php:98
|
1473 |
-
#: pro/includes/fields/field-color-picker.php:
|
1474 |
#: pro/includes/fields/field-countries.php:87
|
1475 |
#: pro/includes/fields/field-currencies.php:102
|
1476 |
#: pro/includes/fields/field-field-groups.php:97
|
@@ -1998,8 +1998,8 @@ msgstr ""
|
|
1998 |
"target=\"_blank\">Administration de l’API reCaptcha</a>"
|
1999 |
|
2000 |
#: includes/fields/field-recaptcha.php:113
|
2001 |
-
#: pro/includes/fields/field-payment.php:
|
2002 |
-
#: pro/includes/fields/field-payment.php:
|
2003 |
msgid "Secret key"
|
2004 |
msgstr "Clé secrète"
|
2005 |
|
@@ -2013,12 +2013,12 @@ msgstr ""
|
|
2013 |
|
2014 |
#: includes/fields/field-recaptcha.php:242
|
2015 |
#: includes/fields/field-recaptcha.php:248
|
2016 |
-
#: pro/includes/fields/field-payment.php:
|
2017 |
-
#: pro/includes/fields/field-payment.php:
|
2018 |
-
#: pro/includes/fields/field-payment.php:
|
2019 |
-
#: pro/includes/fields/field-payment.php:
|
2020 |
-
#: pro/includes/fields/field-payment.php:
|
2021 |
-
#: pro/includes/fields/field-payment.php:
|
2022 |
msgid "An error has occured"
|
2023 |
msgstr "Une erreur s’est produite"
|
2024 |
|
@@ -2173,7 +2173,7 @@ msgstr "Archives de type de contenu"
|
|
2173 |
#: includes/locations/taxonomy-list.php:198 includes/modules/options.php:510
|
2174 |
#: pro/includes/admin/settings.php:306
|
2175 |
#: pro/includes/locations/attachment-list.php:190
|
2176 |
-
#: pro/includes/locations/user-list.php:188 pro/includes/modules/dev.php:
|
2177 |
msgid "Update"
|
2178 |
msgstr "Mettre à jour"
|
2179 |
|
@@ -2185,7 +2185,7 @@ msgstr "Liste de Type d’article"
|
|
2185 |
msgid "Taxonomy List"
|
2186 |
msgstr "Liste de sites web"
|
2187 |
|
2188 |
-
#: includes/modules/author.php:
|
2189 |
msgid "Author"
|
2190 |
msgstr "Auteur"
|
2191 |
|
@@ -2216,10 +2216,10 @@ msgstr "Meta supprimées"
|
|
2216 |
|
2217 |
#: includes/modules/dev.php:129 includes/modules/options-pages.php:315
|
2218 |
#: includes/modules/post-types.php:175 includes/modules/taxonomies.php:262
|
2219 |
-
#: pro/includes/fields/field-payment.php:
|
2220 |
-
#: pro/includes/modules/dev.php:
|
2221 |
-
#: pro/includes/modules/dev.php:
|
2222 |
-
#: pro/includes/modules/dev.php:
|
2223 |
#: pro/includes/modules/scripts-list.php:197
|
2224 |
msgid "View"
|
2225 |
msgstr "Voir"
|
@@ -2251,7 +2251,7 @@ msgstr "vide"
|
|
2251 |
#: includes/modules/forms-action-post.php:799
|
2252 |
#: includes/modules/forms-action-redirect.php:87
|
2253 |
#: includes/modules/forms-action-term.php:486
|
2254 |
-
#: includes/modules/forms-action-user.php:
|
2255 |
#: pro/includes/modules/forms-action-option.php:216
|
2256 |
msgid "Documentation"
|
2257 |
msgstr "Documentation"
|
@@ -2285,19 +2285,19 @@ msgstr "Nom d'utilisateur invalide"
|
|
2285 |
msgid "Invalid username or password"
|
2286 |
msgstr "Nom d'utilisateur ou mot de passe invalide"
|
2287 |
|
2288 |
-
#: includes/modules/forms-action-user.php:
|
2289 |
msgid "Cannot create a user with an empty login name."
|
2290 |
msgstr "Impossible de créer un utilisateur avec un identifiant vide."
|
2291 |
|
2292 |
-
#: includes/modules/forms-action-user.php:
|
2293 |
msgid "Username may not be longer than 60 characters."
|
2294 |
msgstr "Nom d'utilisateur ne peut pas excéder 60 caractères."
|
2295 |
|
2296 |
-
#: includes/modules/forms-action-user.php:
|
2297 |
msgid "Sorry, that username already exists!"
|
2298 |
msgstr "Désolé, cet identifiant existe déjà !"
|
2299 |
|
2300 |
-
#: includes/modules/forms-action-user.php:
|
2301 |
msgid "Nicename may not be longer than 50 characters."
|
2302 |
msgstr "Un pseudo ne devrait pas dépasser les 50 caractères."
|
2303 |
|
@@ -2407,10 +2407,10 @@ msgid "No options avaliable."
|
|
2407 |
msgstr "Aucune option disponible."
|
2408 |
|
2409 |
#: includes/modules/options.class.php:194 pro/includes/modules/dev.php:68
|
2410 |
-
#: pro/includes/modules/dev.php:
|
2411 |
-
#: pro/includes/modules/dev.php:
|
2412 |
-
#: pro/includes/modules/dev.php:
|
2413 |
-
#: pro/includes/modules/dev.php:
|
2414 |
msgid "ID"
|
2415 |
msgstr "ID"
|
2416 |
|
@@ -2503,34 +2503,34 @@ msgstr "ou"
|
|
2503 |
msgid "Clear"
|
2504 |
msgstr "Effacer"
|
2505 |
|
2506 |
-
#: pro/assets/js/acfe-pro-input.js:
|
2507 |
msgid "Maximum items reached ({max} items)"
|
2508 |
msgstr "Nombre maximal d’objets atteints ({max} éléments)"
|
2509 |
|
2510 |
-
#: pro/assets/js/acfe-pro-input.js:
|
2511 |
msgid "Edit File"
|
2512 |
msgstr "Modifier le fichier"
|
2513 |
|
2514 |
-
#: pro/assets/js/acfe-pro-input.js:
|
2515 |
msgid "Update File"
|
2516 |
msgstr "Mettre à jour le fichier"
|
2517 |
|
2518 |
-
#: pro/assets/js/acfe-pro-input.js:
|
2519 |
msgid "This field has a limit of {max} {label} {identifier}"
|
2520 |
msgstr "Ce champ a une limite de {Max} {label} {identificateur}"
|
2521 |
|
2522 |
-
#: pro/assets/js/acfe-pro-input.js:
|
2523 |
#: pro/includes/fields/field-flexible-content-locations.php:180
|
2524 |
msgid "layout"
|
2525 |
msgid_plural "layouts"
|
2526 |
msgstr[0] "disposition"
|
2527 |
msgstr[1] "mises en page"
|
2528 |
|
2529 |
-
#: pro/assets/js/acfe-pro-input.js:
|
2530 |
msgid "OK"
|
2531 |
msgstr "OK"
|
2532 |
|
2533 |
-
#: pro/assets/js/acfe-pro-input.js:
|
2534 |
msgid "Cancel"
|
2535 |
msgstr "Annuler"
|
2536 |
|
@@ -2580,7 +2580,7 @@ msgstr "Aucun modèle sélectionné"
|
|
2580 |
msgid "Import Templates"
|
2581 |
msgstr "Importer un modèle"
|
2582 |
|
2583 |
-
#: pro/includes/fields-settings/instructions.php:
|
2584 |
msgid "Instructions Placement"
|
2585 |
msgstr "Instructions Placement"
|
2586 |
|
@@ -2647,68 +2647,69 @@ msgstr "Nom du type de bloc"
|
|
2647 |
msgid "Toggle All"
|
2648 |
msgstr "Sélectionner tout"
|
2649 |
|
2650 |
-
#: pro/includes/fields/field-color-picker.php:
|
2651 |
-
#: pro/includes/fields/field-color-picker.php:
|
2652 |
msgid "Select Color"
|
2653 |
msgstr "Sélectionner une couleur"
|
2654 |
|
2655 |
-
#: pro/includes/fields/field-color-picker.php:
|
2656 |
msgid "Display Style"
|
2657 |
msgstr "Style d’affichage"
|
2658 |
|
2659 |
-
#: pro/includes/fields/field-color-picker.php:
|
|
|
2660 |
msgid "Label"
|
2661 |
msgstr "Label"
|
2662 |
|
2663 |
-
#: pro/includes/fields/field-color-picker.php:
|
2664 |
msgid "Both (Array)"
|
2665 |
msgstr "Les deux (Tableau)"
|
2666 |
|
2667 |
-
#: pro/includes/fields/field-color-picker.php:
|
2668 |
#: pro/includes/fields/field-file.php:354
|
2669 |
msgid "Button Label"
|
2670 |
msgstr "Nom du bouton"
|
2671 |
|
2672 |
-
#: pro/includes/fields/field-color-picker.php:
|
2673 |
msgid "Color Picker"
|
2674 |
msgstr "Sélecteur de couleur"
|
2675 |
|
2676 |
-
#: pro/includes/fields/field-color-picker.php:
|
2677 |
msgid "Position Absolute"
|
2678 |
msgstr "Position Absolue"
|
2679 |
|
2680 |
-
#: pro/includes/fields/field-color-picker.php:
|
2681 |
msgid "Text Input"
|
2682 |
msgstr "Saisie de texte"
|
2683 |
|
2684 |
-
#: pro/includes/fields/field-color-picker.php:
|
2685 |
#: pro/includes/fields/field-date-range-picker.php:228
|
2686 |
msgid "Allow null"
|
2687 |
msgstr "Autoriser une valeur « null »"
|
2688 |
|
2689 |
-
#: pro/includes/fields/field-color-picker.php:
|
2690 |
msgid "RGBA"
|
2691 |
msgstr "RGBA"
|
2692 |
|
2693 |
-
#: pro/includes/fields/field-color-picker.php:
|
2694 |
msgid "Use Theme Colors"
|
2695 |
msgstr "Utiliser les couleurs du thème"
|
2696 |
|
2697 |
-
#: pro/includes/fields/field-color-picker.php:
|
2698 |
msgid "Custom Colors"
|
2699 |
msgstr "Couleurs personnalisées"
|
2700 |
|
2701 |
-
#: pro/includes/fields/field-color-picker.php:
|
2702 |
msgid "Enter each choice on a new line."
|
2703 |
msgstr "Entrez chaque choix sur une nouvelle ligne."
|
2704 |
|
2705 |
-
#: pro/includes/fields/field-color-picker.php:
|
2706 |
msgid "For more control, you may specify both a value and label like this:"
|
2707 |
msgstr ""
|
2708 |
"Pour plus de contrôle, vous pouvez spécifier à la fois une valeur et une "
|
2709 |
"étiquette comme ceci:"
|
2710 |
|
2711 |
-
#: pro/includes/fields/field-color-picker.php:
|
2712 |
msgid "#2271b1 : Primary"
|
2713 |
msgstr "#2271b1 : Primaire"
|
2714 |
|
@@ -3327,163 +3328,170 @@ msgstr "Paiement"
|
|
3327 |
msgid "Pay now"
|
3328 |
msgstr "Payer maintenant"
|
3329 |
|
3330 |
-
#: pro/includes/fields/field-payment.php:
|
3331 |
msgid "Gateways"
|
3332 |
msgstr "Passerelles"
|
3333 |
|
3334 |
-
#: pro/includes/fields/field-payment.php:
|
3335 |
msgid "Choose your payment gateways"
|
3336 |
msgstr "Choisissez vos passerelles de paiement"
|
3337 |
|
3338 |
-
#: pro/includes/fields/field-payment.php:
|
3339 |
-
#: pro/includes/fields/field-payment.php:
|
|
|
3340 |
msgid "Amount"
|
3341 |
msgstr "Montant"
|
3342 |
|
3343 |
-
#: pro/includes/fields/field-payment.php:
|
3344 |
msgid "The amount to charge"
|
3345 |
msgstr "Le montant à facturer"
|
3346 |
|
3347 |
-
#: pro/includes/fields/field-payment.php:
|
3348 |
msgid "Currency"
|
3349 |
msgstr "Devise"
|
3350 |
|
3351 |
-
#: pro/includes/fields/field-payment.php:
|
3352 |
msgid "The currency to use"
|
3353 |
msgstr "La devise à utiliser"
|
3354 |
|
3355 |
-
#: pro/includes/fields/field-payment.php:
|
3356 |
#: pro/includes/modules/scripts-list.php:260
|
3357 |
msgid "Description"
|
3358 |
msgstr "Description"
|
3359 |
|
3360 |
-
#: pro/includes/fields/field-payment.php:
|
3361 |
msgid "A description attached to the payment. Useful for displaying to users"
|
3362 |
msgstr ""
|
3363 |
"Une description jointe au paiement. Utile pour l’affichage aux utilisateurs"
|
3364 |
|
3365 |
-
#: pro/includes/fields/field-payment.php:
|
3366 |
msgid "Display Button"
|
3367 |
msgstr "Affichager Bouton"
|
3368 |
|
3369 |
-
#: pro/includes/fields/field-payment.php:
|
3370 |
msgid "Stripe Test API"
|
3371 |
msgstr "Stripe Test API"
|
3372 |
|
3373 |
-
#: pro/includes/fields/field-payment.php:
|
3374 |
msgid "Your Stripe Test API Keys"
|
3375 |
msgstr "Vos clés API Stripe test"
|
3376 |
|
3377 |
-
#: pro/includes/fields/field-payment.php:
|
3378 |
-
#: pro/includes/fields/field-payment.php:
|
3379 |
msgid "Public key"
|
3380 |
msgstr "Clé publique"
|
3381 |
|
3382 |
-
#: pro/includes/fields/field-payment.php:
|
3383 |
msgid "Stripe Production API"
|
3384 |
msgstr "Stripe Production API"
|
3385 |
|
3386 |
-
#: pro/includes/fields/field-payment.php:
|
3387 |
msgid "Your Stripe Production API Keys"
|
3388 |
msgstr "Vos clés API Stripe Production"
|
3389 |
|
3390 |
-
#: pro/includes/fields/field-payment.php:
|
3391 |
msgid "PayPal Test API"
|
3392 |
msgstr "PayPal Test API"
|
3393 |
|
3394 |
-
#: pro/includes/fields/field-payment.php:
|
3395 |
msgid "Your PayPal Sandbox Credentials"
|
3396 |
msgstr "Vos informations d’identification sandbox PayPal"
|
3397 |
|
3398 |
-
#: pro/includes/fields/field-payment.php:
|
3399 |
-
#: pro/includes/fields/field-payment.php:
|
3400 |
msgid "Username"
|
3401 |
msgstr "Nom d'utilisateur"
|
3402 |
|
3403 |
-
#: pro/includes/fields/field-payment.php:
|
3404 |
-
#: pro/includes/fields/field-payment.php:
|
3405 |
msgid "Password"
|
3406 |
msgstr "Mot de passe"
|
3407 |
|
3408 |
-
#: pro/includes/fields/field-payment.php:
|
3409 |
-
#: pro/includes/fields/field-payment.php:
|
3410 |
msgid "Signature"
|
3411 |
msgstr "Signature"
|
3412 |
|
3413 |
-
#: pro/includes/fields/field-payment.php:
|
3414 |
-
#: pro/includes/fields/field-payment.php:
|
3415 |
msgid "Merchant ID"
|
3416 |
msgstr "ID du Marchand"
|
3417 |
|
3418 |
-
#: pro/includes/fields/field-payment.php:
|
3419 |
msgid "PayPal Production API"
|
3420 |
msgstr "PayPal Production API"
|
3421 |
|
3422 |
-
#: pro/includes/fields/field-payment.php:
|
3423 |
msgid "Your PayPal Production Credentials"
|
3424 |
msgstr "Vos informations d’identification de production PayPal"
|
3425 |
|
3426 |
-
#: pro/includes/fields/field-payment.php:
|
3427 |
-
#: pro/includes/fields/field-payment.php:
|
|
|
3428 |
msgid "Mode"
|
3429 |
msgstr "Mode"
|
3430 |
|
3431 |
-
#: pro/includes/fields/field-payment.php:
|
3432 |
msgid "Switch API mode"
|
3433 |
msgstr "Changer de mode API"
|
3434 |
|
3435 |
-
#: pro/includes/fields/field-payment.php:
|
3436 |
-
#: pro/includes/fields/field-payment.php:
|
3437 |
msgid "Test"
|
3438 |
msgstr "Test"
|
3439 |
|
3440 |
-
#: pro/includes/fields/field-payment.php:
|
3441 |
-
#: pro/includes/fields/field-payment.php:
|
3442 |
msgid "Production"
|
3443 |
msgstr "Production"
|
3444 |
|
3445 |
-
#: pro/includes/fields/field-payment.php:
|
3446 |
msgid "Payment meta is invalid."
|
3447 |
msgstr "Les données meta du paiement sont invalides."
|
3448 |
|
3449 |
-
#: pro/includes/fields/field-payment.php:
|
|
|
3450 |
msgid "Gateway"
|
3451 |
msgstr "Passerelle"
|
3452 |
|
3453 |
-
#: pro/includes/fields/field-payment.php:
|
|
|
3454 |
msgid "Items"
|
3455 |
msgstr "Articles"
|
3456 |
|
3457 |
-
#: pro/includes/fields/field-payment.php:
|
|
|
3458 |
#: pro/includes/fields/field-post-field.php:38
|
3459 |
msgid "Date"
|
3460 |
msgstr "Date"
|
3461 |
|
3462 |
-
#: pro/includes/fields/field-payment.php:
|
|
|
3463 |
msgid "IP Address"
|
3464 |
msgstr "Adresse IP"
|
3465 |
|
3466 |
-
#: pro/includes/fields/field-payment.php:
|
|
|
3467 |
msgid "Payment ID"
|
3468 |
msgstr "ID du Paiement"
|
3469 |
|
3470 |
-
#: pro/includes/fields/field-payment.php:
|
3471 |
msgid "Payment Object"
|
3472 |
msgstr "Objet de Paiement"
|
3473 |
|
3474 |
-
#: pro/includes/fields/field-payment.php:
|
3475 |
msgid "PayPal Checkout"
|
3476 |
msgstr "Paiement PayPal"
|
3477 |
|
3478 |
-
#: pro/includes/fields/field-payment.php:
|
3479 |
msgid "Amount can't be null"
|
3480 |
msgstr "Le montant ne peut pas être nul"
|
3481 |
|
3482 |
-
#: pro/includes/fields/field-payment.php:
|
3483 |
msgid "Payment failed"
|
3484 |
msgstr "Échec de paiement"
|
3485 |
|
3486 |
-
#: pro/includes/fields/field-payment.php:
|
3487 |
msgid "Your card number is invalid"
|
3488 |
msgstr "Votre numéro de carte n’est pas valide"
|
3489 |
|
@@ -3612,7 +3620,7 @@ msgstr "Statut"
|
|
3612 |
#: pro/includes/fields/field-post-field.php:48
|
3613 |
#: pro/includes/fields/field-post-field.php:57
|
3614 |
#: pro/includes/locations/menu-item-type.php:23
|
3615 |
-
#: pro/includes/modules/dev.php:
|
3616 |
msgid "Taxonomy"
|
3617 |
msgstr "Taxonomie"
|
3618 |
|
@@ -3967,70 +3975,70 @@ msgstr "Terme enfant (a un parent)"
|
|
3967 |
msgid "Taxonomy Term"
|
3968 |
msgstr "Terme de taxonomie"
|
3969 |
|
3970 |
-
#: pro/includes/modules/dev.php:76 pro/includes/modules/dev.php:
|
3971 |
-
#: pro/includes/modules/dev.php:
|
3972 |
-
#: pro/includes/modules/dev.php:
|
3973 |
-
#: pro/includes/modules/dev.php:
|
3974 |
msgid "Object data"
|
3975 |
-
msgstr "
|
3976 |
|
3977 |
#: pro/includes/modules/dev.php:77
|
3978 |
msgid "Post Object"
|
3979 |
msgstr "Objet de l'article"
|
3980 |
|
3981 |
-
#: pro/includes/modules/dev.php:80 pro/includes/modules/dev.php:
|
3982 |
-
#: pro/includes/modules/dev.php:
|
3983 |
-
#: pro/includes/modules/dev.php:
|
3984 |
-
#: pro/includes/modules/dev.php:
|
3985 |
-
#: pro/includes/modules/dev.php:
|
3986 |
msgid "Meta count"
|
3987 |
msgstr "Nombre de meta"
|
3988 |
|
3989 |
-
#: pro/includes/modules/dev.php:83 pro/includes/modules/dev.php:
|
3990 |
-
#: pro/includes/modules/dev.php:
|
3991 |
-
#: pro/includes/modules/dev.php:
|
3992 |
-
#: pro/includes/modules/dev.php:
|
3993 |
-
#: pro/includes/modules/dev.php:
|
3994 |
msgid "Clean"
|
3995 |
msgstr "Nettoyer"
|
3996 |
|
3997 |
-
#: pro/includes/modules/dev.php:89 pro/includes/modules/dev.php:
|
3998 |
-
#: pro/includes/modules/dev.php:
|
3999 |
-
#: pro/includes/modules/dev.php:
|
4000 |
-
#: pro/includes/modules/dev.php:
|
4001 |
-
#: pro/includes/modules/dev.php:
|
4002 |
msgid "Single meta"
|
4003 |
msgstr "Méta unique"
|
4004 |
|
4005 |
-
#: pro/includes/modules/dev.php:90 pro/includes/modules/dev.php:
|
4006 |
-
#: pro/includes/modules/dev.php:
|
4007 |
-
#: pro/includes/modules/dev.php:
|
4008 |
-
#: pro/includes/modules/dev.php:
|
4009 |
-
#: pro/includes/modules/dev.php:
|
4010 |
msgid "Enabled"
|
4011 |
msgstr "Activé"
|
4012 |
|
4013 |
-
#: pro/includes/modules/dev.php:
|
4014 |
msgid "Term Object"
|
4015 |
msgstr "Objet du terme"
|
4016 |
|
4017 |
-
#: pro/includes/modules/dev.php:
|
4018 |
msgid "User Object"
|
4019 |
msgstr "Objet utilisateur"
|
4020 |
|
4021 |
-
#: pro/includes/modules/dev.php:
|
4022 |
msgid "Options Page Object"
|
4023 |
msgstr "Objet de Page Options"
|
4024 |
|
4025 |
-
#: pro/includes/modules/dev.php:
|
4026 |
msgid "Post Type Object"
|
4027 |
msgstr "Object du type de publication"
|
4028 |
|
4029 |
-
#: pro/includes/modules/dev.php:
|
4030 |
msgid "Taxonomy Object"
|
4031 |
msgstr "Objet de la taxonomie"
|
4032 |
|
4033 |
-
#: pro/includes/modules/dev.php:
|
4034 |
msgid "Users"
|
4035 |
msgstr "Utilisateurs"
|
4036 |
|
@@ -4151,19 +4159,19 @@ msgstr ""
|
|
4151 |
msgid "Error"
|
4152 |
msgstr "Erreur"
|
4153 |
|
4154 |
-
#: pro/includes/updates.php:
|
4155 |
msgid "Deactivate License"
|
4156 |
msgstr "Désactiver la licence"
|
4157 |
|
4158 |
-
#: pro/includes/updates.php:
|
4159 |
msgid "Activate License"
|
4160 |
msgstr "Activer la licence"
|
4161 |
|
4162 |
-
#: pro/includes/updates.php:
|
4163 |
msgid "ACF Extended: License Information"
|
4164 |
msgstr "ACF Extended : informations de licence"
|
4165 |
|
4166 |
-
#: pro/includes/updates.php:
|
4167 |
#, php-format
|
4168 |
msgid ""
|
4169 |
"To unlock updates, please enter your license key below. If you don't have a "
|
@@ -4174,71 +4182,71 @@ msgstr ""
|
|
4174 |
"dessous. Si vous n’en possédez pas encore une, jetez un œil à nos <a href="
|
4175 |
"\"%s\" target=\"_blank\">détails & tarifs</a>."
|
4176 |
|
4177 |
-
#: pro/includes/updates.php:
|
4178 |
msgid "License Key"
|
4179 |
msgstr "Clé de licence"
|
4180 |
|
4181 |
-
#: pro/includes/updates.php:
|
4182 |
msgid "ACF Extended: Update Information"
|
4183 |
msgstr "ACF Extended : informations de mise à jour"
|
4184 |
|
4185 |
-
#: pro/includes/updates.php:
|
4186 |
msgid "Current Version"
|
4187 |
msgstr "Version Actuelle"
|
4188 |
|
4189 |
-
#: pro/includes/updates.php:
|
4190 |
msgid "Latest Version"
|
4191 |
msgstr "Dernière version"
|
4192 |
|
4193 |
-
#: pro/includes/updates.php:
|
4194 |
msgid "Update Available"
|
4195 |
msgstr "Mise à jour disponible"
|
4196 |
|
4197 |
-
#: pro/includes/updates.php:
|
4198 |
msgid "Update Plugin"
|
4199 |
msgstr "Mettre à jour l'extension"
|
4200 |
|
4201 |
-
#: pro/includes/updates.php:
|
4202 |
msgid "Please enter your license key above to unlock updates"
|
4203 |
msgstr "Ajouter une clé pour obtenir les futures mise à jour"
|
4204 |
|
4205 |
-
#: pro/includes/updates.php:
|
4206 |
msgid "Check Again"
|
4207 |
msgstr "Vérifier à nouveau"
|
4208 |
|
4209 |
-
#: pro/includes/updates.php:
|
4210 |
msgid "Changelog"
|
4211 |
msgstr "Changelog"
|
4212 |
|
4213 |
-
#: pro/includes/updates.php:
|
4214 |
msgid "An error occurred, please try again."
|
4215 |
msgstr "Une erreur est survenue, veuillez réessayer."
|
4216 |
|
4217 |
-
#: pro/includes/updates.php:
|
4218 |
msgid "Your license key has expired."
|
4219 |
msgstr "Votre clé de licence a expiré."
|
4220 |
|
4221 |
-
#: pro/includes/updates.php:
|
4222 |
msgid "Your license key has been disabled."
|
4223 |
msgstr "Votre clé de licence a été désactivée."
|
4224 |
|
4225 |
-
#: pro/includes/updates.php:
|
4226 |
msgid "Licence key invalid."
|
4227 |
msgstr "Clé de licence non valide."
|
4228 |
|
4229 |
-
#: pro/includes/updates.php:
|
4230 |
msgid "Your license is not active for this URL."
|
4231 |
msgstr "Votre licence n'est pas active pour cette URL."
|
4232 |
|
4233 |
-
#: pro/includes/updates.php:
|
4234 |
msgid "This appears to be an invalid license key for ACF Extended Pro."
|
4235 |
msgstr "Cette clé de licence semble être invalide pour ACF Extended Pro."
|
4236 |
|
4237 |
-
#: pro/includes/updates.php:
|
4238 |
msgid "Your license key has reached its activation limit."
|
4239 |
msgstr "Votre clé de licence a atteint sa limite d'activation."
|
4240 |
|
4241 |
-
#: pro/includes/updates.php:
|
4242 |
msgid "<b>Licence key activated</b>. Updates are now enabled."
|
4243 |
msgstr ""
|
4244 |
"<b>Clé de licence activée</b>. Les mises à jour sont maintenant activées."
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Advanced Custom Fields: Extended\n"
|
4 |
+
"POT-Creation-Date: 2021-09-12 18:42+0200\n"
|
5 |
+
"PO-Revision-Date: 2021-09-12 18:42+0200\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: https://www.acf-extended.com\n"
|
8 |
"Language: fr_FR\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
|
23 |
"X-Poedit-SearchPathExcluded-1: .build\n"
|
24 |
|
25 |
+
#: assets/js/acfe-admin.js:475 includes/modules/options-pages.php:301
|
26 |
+
#: includes/modules/options.php:469 pro/includes/updates.php:361
|
27 |
msgid "Yes"
|
28 |
msgstr "Oui"
|
29 |
|
30 |
+
#: assets/js/acfe-admin.js:476 includes/modules/options-pages.php:297
|
31 |
+
#: includes/modules/options.php:468 pro/includes/updates.php:373
|
32 |
msgid "No"
|
33 |
msgstr "Non"
|
34 |
|
35 |
#: assets/js/acfe-input.js:106 assets/js/acfe-input.js:370
|
36 |
+
#: assets/js/acfe-input.js:734 assets/js/acfe-input.js:1511
|
37 |
+
#: assets/js/acfe-input.js:2304 includes/assets.php:100
|
38 |
#: includes/field-groups/field-group-meta.php:145
|
39 |
#: includes/fields-settings/data.php:81
|
40 |
#: includes/fields/field-flexible-content.php:616
|
41 |
#: includes/fields/field-flexible-content.php:622 includes/modules/dev.php:129
|
42 |
#: pro/assets/js/acfe-pro-admin.js:375 pro/assets/js/acfe-pro-input.js:631
|
43 |
#: pro/includes/field-groups/field-group-ui.php:237
|
44 |
+
#: pro/includes/fields/field-payment.php:444 pro/includes/modules/dev.php:77
|
45 |
+
#: pro/includes/modules/dev.php:154 pro/includes/modules/dev.php:213
|
46 |
+
#: pro/includes/modules/dev.php:297 pro/includes/modules/dev.php:345
|
47 |
+
#: pro/includes/modules/dev.php:393 pro/includes/modules/dev.php:441
|
48 |
msgid "Close"
|
49 |
msgstr "Fermer"
|
50 |
|
51 |
+
#: assets/js/acfe-input.js:1643 includes/fields/field-flexible-content.php:250
|
52 |
msgid "Add Row"
|
53 |
msgstr "Ajouter une rangée"
|
54 |
|
186 |
"thème.php fichier ou l’inclure dans un fichier externe."
|
187 |
|
188 |
#: includes/admin/tools/module-import.php:24
|
189 |
+
#: pro/assets/js/acfe-pro-input.js:1050 pro/assets/js/acfe-pro-input.js:1068
|
190 |
#: pro/includes/admin/tools/settings-import.php:27
|
191 |
msgid "Select File"
|
192 |
msgstr "Choisir un fichier"
|
302 |
msgid "Add New"
|
303 |
msgstr "Ajouter"
|
304 |
|
305 |
+
#: includes/assets.php:101 pro/assets/js/acfe-pro-input.js:4950
|
306 |
msgid "Read more"
|
307 |
msgstr "Lire la suite"
|
308 |
|
411 |
#: includes/field-groups/field-group-meta.php:74
|
412 |
#: includes/fields/field-hidden.php:43 includes/modules/options.class.php:196
|
413 |
#: pro/includes/field-groups/field-group-ui.php:172
|
414 |
+
#: pro/includes/fields/field-color-picker.php:132
|
415 |
#: pro/includes/fields/field-image-selector.php:147
|
416 |
msgid "Value"
|
417 |
msgstr "Valeur"
|
790 |
msgstr "Bouton"
|
791 |
|
792 |
#: includes/fields/field-button.php:16 includes/modules/options.php:480
|
793 |
+
#: pro/includes/modules/dev.php:539
|
794 |
msgid "Submit"
|
795 |
msgstr "Envoyer"
|
796 |
|
797 |
#: includes/fields/field-button.php:66
|
798 |
+
#: pro/includes/fields/field-payment.php:118
|
799 |
msgid "Button value"
|
800 |
msgstr "Valeur du bouton"
|
801 |
|
802 |
#: includes/fields/field-button.php:67
|
803 |
+
#: pro/includes/fields/field-payment.php:119
|
804 |
msgid "Set a default button value"
|
805 |
msgstr "Définir une valeur de bouton par défaut"
|
806 |
|
817 |
msgstr "Entrée"
|
818 |
|
819 |
#: includes/fields/field-button.php:87
|
820 |
+
#: pro/includes/fields/field-payment.php:133
|
821 |
msgid "Button attributes"
|
822 |
msgstr "Attributs du bouton"
|
823 |
|
824 |
#: includes/fields/field-button.php:91
|
825 |
+
#: pro/includes/fields/field-payment.php:137
|
826 |
msgid "class"
|
827 |
msgstr "classe"
|
828 |
|
829 |
#: includes/fields/field-button.php:100
|
830 |
+
#: pro/includes/fields/field-payment.php:153
|
831 |
msgid "id"
|
832 |
msgstr "id"
|
833 |
|
834 |
#: includes/fields/field-button.php:106
|
835 |
+
#: pro/includes/fields/field-payment.php:166
|
836 |
msgid "Before HTML"
|
837 |
msgstr "Avant HTML"
|
838 |
|
839 |
#: includes/fields/field-button.php:107
|
840 |
+
#: pro/includes/fields/field-payment.php:167
|
841 |
msgid "Custom HTML before the button"
|
842 |
msgstr "HTML personnalisé avant le bouton"
|
843 |
|
844 |
#: includes/fields/field-button.php:115
|
845 |
+
#: pro/includes/fields/field-payment.php:182
|
846 |
msgid "After HTML"
|
847 |
msgstr "Après HTML"
|
848 |
|
849 |
#: includes/fields/field-button.php:116
|
850 |
+
#: pro/includes/fields/field-payment.php:183
|
851 |
msgid "Custom HTML after the button"
|
852 |
msgstr "HTML personnalisé après le bouton"
|
853 |
|
1470 |
#: includes/fields/field-taxonomies.php:78
|
1471 |
#: includes/fields/field-taxonomy-terms.php:848
|
1472 |
#: pro/includes/fields/field-block-types.php:98
|
1473 |
+
#: pro/includes/fields/field-color-picker.php:126
|
1474 |
#: pro/includes/fields/field-countries.php:87
|
1475 |
#: pro/includes/fields/field-currencies.php:102
|
1476 |
#: pro/includes/fields/field-field-groups.php:97
|
1998 |
"target=\"_blank\">Administration de l’API reCaptcha</a>"
|
1999 |
|
2000 |
#: includes/fields/field-recaptcha.php:113
|
2001 |
+
#: pro/includes/fields/field-payment.php:202
|
2002 |
+
#: pro/includes/fields/field-payment.php:221
|
2003 |
msgid "Secret key"
|
2004 |
msgstr "Clé secrète"
|
2005 |
|
2013 |
|
2014 |
#: includes/fields/field-recaptcha.php:242
|
2015 |
#: includes/fields/field-recaptcha.php:248
|
2016 |
+
#: pro/includes/fields/field-payment.php:582
|
2017 |
+
#: pro/includes/fields/field-payment.php:681
|
2018 |
+
#: pro/includes/fields/field-payment.php:807
|
2019 |
+
#: pro/includes/fields/field-payment.php:830
|
2020 |
+
#: pro/includes/fields/field-payment.php:878
|
2021 |
+
#: pro/includes/fields/field-payment.php:970
|
2022 |
msgid "An error has occured"
|
2023 |
msgstr "Une erreur s’est produite"
|
2024 |
|
2173 |
#: includes/locations/taxonomy-list.php:198 includes/modules/options.php:510
|
2174 |
#: pro/includes/admin/settings.php:306
|
2175 |
#: pro/includes/locations/attachment-list.php:190
|
2176 |
+
#: pro/includes/locations/user-list.php:188 pro/includes/modules/dev.php:586
|
2177 |
msgid "Update"
|
2178 |
msgstr "Mettre à jour"
|
2179 |
|
2185 |
msgid "Taxonomy List"
|
2186 |
msgstr "Liste de sites web"
|
2187 |
|
2188 |
+
#: includes/modules/author.php:65 pro/includes/fields/field-post-field.php:35
|
2189 |
msgid "Author"
|
2190 |
msgstr "Auteur"
|
2191 |
|
2216 |
|
2217 |
#: includes/modules/dev.php:129 includes/modules/options-pages.php:315
|
2218 |
#: includes/modules/post-types.php:175 includes/modules/taxonomies.php:262
|
2219 |
+
#: pro/includes/fields/field-payment.php:444 pro/includes/modules/dev.php:77
|
2220 |
+
#: pro/includes/modules/dev.php:154 pro/includes/modules/dev.php:213
|
2221 |
+
#: pro/includes/modules/dev.php:297 pro/includes/modules/dev.php:345
|
2222 |
+
#: pro/includes/modules/dev.php:393 pro/includes/modules/dev.php:441
|
2223 |
#: pro/includes/modules/scripts-list.php:197
|
2224 |
msgid "View"
|
2225 |
msgstr "Voir"
|
2251 |
#: includes/modules/forms-action-post.php:799
|
2252 |
#: includes/modules/forms-action-redirect.php:87
|
2253 |
#: includes/modules/forms-action-term.php:486
|
2254 |
+
#: includes/modules/forms-action-user.php:982 includes/modules/forms.php:174
|
2255 |
#: pro/includes/modules/forms-action-option.php:216
|
2256 |
msgid "Documentation"
|
2257 |
msgstr "Documentation"
|
2285 |
msgid "Invalid username or password"
|
2286 |
msgstr "Nom d'utilisateur ou mot de passe invalide"
|
2287 |
|
2288 |
+
#: includes/modules/forms-action-user.php:679
|
2289 |
msgid "Cannot create a user with an empty login name."
|
2290 |
msgstr "Impossible de créer un utilisateur avec un identifiant vide."
|
2291 |
|
2292 |
+
#: includes/modules/forms-action-user.php:683
|
2293 |
msgid "Username may not be longer than 60 characters."
|
2294 |
msgstr "Nom d'utilisateur ne peut pas excéder 60 caractères."
|
2295 |
|
2296 |
+
#: includes/modules/forms-action-user.php:689
|
2297 |
msgid "Sorry, that username already exists!"
|
2298 |
msgstr "Désolé, cet identifiant existe déjà !"
|
2299 |
|
2300 |
+
#: includes/modules/forms-action-user.php:697
|
2301 |
msgid "Nicename may not be longer than 50 characters."
|
2302 |
msgstr "Un pseudo ne devrait pas dépasser les 50 caractères."
|
2303 |
|
2407 |
msgstr "Aucune option disponible."
|
2408 |
|
2409 |
#: includes/modules/options.class.php:194 pro/includes/modules/dev.php:68
|
2410 |
+
#: pro/includes/modules/dev.php:145 pro/includes/modules/dev.php:204
|
2411 |
+
#: pro/includes/modules/dev.php:255 pro/includes/modules/dev.php:292
|
2412 |
+
#: pro/includes/modules/dev.php:340 pro/includes/modules/dev.php:388
|
2413 |
+
#: pro/includes/modules/dev.php:436 pro/includes/modules/dev.php:483
|
2414 |
msgid "ID"
|
2415 |
msgstr "ID"
|
2416 |
|
2503 |
msgid "Clear"
|
2504 |
msgstr "Effacer"
|
2505 |
|
2506 |
+
#: pro/assets/js/acfe-pro-input.js:979
|
2507 |
msgid "Maximum items reached ({max} items)"
|
2508 |
msgstr "Nombre maximal d’objets atteints ({max} éléments)"
|
2509 |
|
2510 |
+
#: pro/assets/js/acfe-pro-input.js:1094
|
2511 |
msgid "Edit File"
|
2512 |
msgstr "Modifier le fichier"
|
2513 |
|
2514 |
+
#: pro/assets/js/acfe-pro-input.js:1095
|
2515 |
msgid "Update File"
|
2516 |
msgstr "Mettre à jour le fichier"
|
2517 |
|
2518 |
+
#: pro/assets/js/acfe-pro-input.js:1547
|
2519 |
msgid "This field has a limit of {max} {label} {identifier}"
|
2520 |
msgstr "Ce champ a une limite de {Max} {label} {identificateur}"
|
2521 |
|
2522 |
+
#: pro/assets/js/acfe-pro-input.js:1548
|
2523 |
#: pro/includes/fields/field-flexible-content-locations.php:180
|
2524 |
msgid "layout"
|
2525 |
msgid_plural "layouts"
|
2526 |
msgstr[0] "disposition"
|
2527 |
msgstr[1] "mises en page"
|
2528 |
|
2529 |
+
#: pro/assets/js/acfe-pro-input.js:3617
|
2530 |
msgid "OK"
|
2531 |
msgstr "OK"
|
2532 |
|
2533 |
+
#: pro/assets/js/acfe-pro-input.js:3617
|
2534 |
msgid "Cancel"
|
2535 |
msgstr "Annuler"
|
2536 |
|
2580 |
msgid "Import Templates"
|
2581 |
msgstr "Importer un modèle"
|
2582 |
|
2583 |
+
#: pro/includes/fields-settings/instructions.php:38
|
2584 |
msgid "Instructions Placement"
|
2585 |
msgstr "Instructions Placement"
|
2586 |
|
2647 |
msgid "Toggle All"
|
2648 |
msgstr "Sélectionner tout"
|
2649 |
|
2650 |
+
#: pro/includes/fields/field-color-picker.php:29
|
2651 |
+
#: pro/includes/fields/field-color-picker.php:145
|
2652 |
msgid "Select Color"
|
2653 |
msgstr "Sélectionner une couleur"
|
2654 |
|
2655 |
+
#: pro/includes/fields/field-color-picker.php:111
|
2656 |
msgid "Display Style"
|
2657 |
msgstr "Style d’affichage"
|
2658 |
|
2659 |
+
#: pro/includes/fields/field-color-picker.php:133
|
2660 |
+
#: pro/includes/fields/field-color-picker.php:261
|
2661 |
msgid "Label"
|
2662 |
msgstr "Label"
|
2663 |
|
2664 |
+
#: pro/includes/fields/field-color-picker.php:134
|
2665 |
msgid "Both (Array)"
|
2666 |
msgstr "Les deux (Tableau)"
|
2667 |
|
2668 |
+
#: pro/includes/fields/field-color-picker.php:141
|
2669 |
#: pro/includes/fields/field-file.php:354
|
2670 |
msgid "Button Label"
|
2671 |
msgstr "Nom du bouton"
|
2672 |
|
2673 |
+
#: pro/includes/fields/field-color-picker.php:158
|
2674 |
msgid "Color Picker"
|
2675 |
msgstr "Sélecteur de couleur"
|
2676 |
|
2677 |
+
#: pro/includes/fields/field-color-picker.php:166
|
2678 |
msgid "Position Absolute"
|
2679 |
msgstr "Position Absolue"
|
2680 |
|
2681 |
+
#: pro/includes/fields/field-color-picker.php:183
|
2682 |
msgid "Text Input"
|
2683 |
msgstr "Saisie de texte"
|
2684 |
|
2685 |
+
#: pro/includes/fields/field-color-picker.php:207
|
2686 |
#: pro/includes/fields/field-date-range-picker.php:228
|
2687 |
msgid "Allow null"
|
2688 |
msgstr "Autoriser une valeur « null »"
|
2689 |
|
2690 |
+
#: pro/includes/fields/field-color-picker.php:218
|
2691 |
msgid "RGBA"
|
2692 |
msgstr "RGBA"
|
2693 |
|
2694 |
+
#: pro/includes/fields/field-color-picker.php:228
|
2695 |
msgid "Use Theme Colors"
|
2696 |
msgstr "Utiliser les couleurs du thème"
|
2697 |
|
2698 |
+
#: pro/includes/fields/field-color-picker.php:236
|
2699 |
msgid "Custom Colors"
|
2700 |
msgstr "Couleurs personnalisées"
|
2701 |
|
2702 |
+
#: pro/includes/fields/field-color-picker.php:237
|
2703 |
msgid "Enter each choice on a new line."
|
2704 |
msgstr "Entrez chaque choix sur une nouvelle ligne."
|
2705 |
|
2706 |
+
#: pro/includes/fields/field-color-picker.php:237
|
2707 |
msgid "For more control, you may specify both a value and label like this:"
|
2708 |
msgstr ""
|
2709 |
"Pour plus de contrôle, vous pouvez spécifier à la fois une valeur et une "
|
2710 |
"étiquette comme ceci:"
|
2711 |
|
2712 |
+
#: pro/includes/fields/field-color-picker.php:237
|
2713 |
msgid "#2271b1 : Primary"
|
2714 |
msgstr "#2271b1 : Primaire"
|
2715 |
|
3328 |
msgid "Pay now"
|
3329 |
msgstr "Payer maintenant"
|
3330 |
|
3331 |
+
#: pro/includes/fields/field-payment.php:65
|
3332 |
msgid "Gateways"
|
3333 |
msgstr "Passerelles"
|
3334 |
|
3335 |
+
#: pro/includes/fields/field-payment.php:66
|
3336 |
msgid "Choose your payment gateways"
|
3337 |
msgstr "Choisissez vos passerelles de paiement"
|
3338 |
|
3339 |
+
#: pro/includes/fields/field-payment.php:79
|
3340 |
+
#: pro/includes/fields/field-payment.php:422
|
3341 |
+
#: pro/includes/fields/field-payment.php:1154
|
3342 |
msgid "Amount"
|
3343 |
msgstr "Montant"
|
3344 |
|
3345 |
+
#: pro/includes/fields/field-payment.php:80
|
3346 |
msgid "The amount to charge"
|
3347 |
msgstr "Le montant à facturer"
|
3348 |
|
3349 |
+
#: pro/includes/fields/field-payment.php:88
|
3350 |
msgid "Currency"
|
3351 |
msgstr "Devise"
|
3352 |
|
3353 |
+
#: pro/includes/fields/field-payment.php:89
|
3354 |
msgid "The currency to use"
|
3355 |
msgstr "La devise à utiliser"
|
3356 |
|
3357 |
+
#: pro/includes/fields/field-payment.php:101
|
3358 |
#: pro/includes/modules/scripts-list.php:260
|
3359 |
msgid "Description"
|
3360 |
msgstr "Description"
|
3361 |
|
3362 |
+
#: pro/includes/fields/field-payment.php:102
|
3363 |
msgid "A description attached to the payment. Useful for displaying to users"
|
3364 |
msgstr ""
|
3365 |
"Une description jointe au paiement. Utile pour l’affichage aux utilisateurs"
|
3366 |
|
3367 |
+
#: pro/includes/fields/field-payment.php:109
|
3368 |
msgid "Display Button"
|
3369 |
msgstr "Affichager Bouton"
|
3370 |
|
3371 |
+
#: pro/includes/fields/field-payment.php:198
|
3372 |
msgid "Stripe Test API"
|
3373 |
msgstr "Stripe Test API"
|
3374 |
|
3375 |
+
#: pro/includes/fields/field-payment.php:199
|
3376 |
msgid "Your Stripe Test API Keys"
|
3377 |
msgstr "Vos clés API Stripe test"
|
3378 |
|
3379 |
+
#: pro/includes/fields/field-payment.php:211
|
3380 |
+
#: pro/includes/fields/field-payment.php:230
|
3381 |
msgid "Public key"
|
3382 |
msgstr "Clé publique"
|
3383 |
|
3384 |
+
#: pro/includes/fields/field-payment.php:217
|
3385 |
msgid "Stripe Production API"
|
3386 |
msgstr "Stripe Production API"
|
3387 |
|
3388 |
+
#: pro/includes/fields/field-payment.php:218
|
3389 |
msgid "Your Stripe Production API Keys"
|
3390 |
msgstr "Vos clés API Stripe Production"
|
3391 |
|
3392 |
+
#: pro/includes/fields/field-payment.php:236
|
3393 |
msgid "PayPal Test API"
|
3394 |
msgstr "PayPal Test API"
|
3395 |
|
3396 |
+
#: pro/includes/fields/field-payment.php:237
|
3397 |
msgid "Your PayPal Sandbox Credentials"
|
3398 |
msgstr "Vos informations d’identification sandbox PayPal"
|
3399 |
|
3400 |
+
#: pro/includes/fields/field-payment.php:240
|
3401 |
+
#: pro/includes/fields/field-payment.php:279
|
3402 |
msgid "Username"
|
3403 |
msgstr "Nom d'utilisateur"
|
3404 |
|
3405 |
+
#: pro/includes/fields/field-payment.php:249
|
3406 |
+
#: pro/includes/fields/field-payment.php:288
|
3407 |
msgid "Password"
|
3408 |
msgstr "Mot de passe"
|
3409 |
|
3410 |
+
#: pro/includes/fields/field-payment.php:259
|
3411 |
+
#: pro/includes/fields/field-payment.php:298
|
3412 |
msgid "Signature"
|
3413 |
msgstr "Signature"
|
3414 |
|
3415 |
+
#: pro/includes/fields/field-payment.php:269
|
3416 |
+
#: pro/includes/fields/field-payment.php:308
|
3417 |
msgid "Merchant ID"
|
3418 |
msgstr "ID du Marchand"
|
3419 |
|
3420 |
+
#: pro/includes/fields/field-payment.php:275
|
3421 |
msgid "PayPal Production API"
|
3422 |
msgstr "PayPal Production API"
|
3423 |
|
3424 |
+
#: pro/includes/fields/field-payment.php:276
|
3425 |
msgid "Your PayPal Production Credentials"
|
3426 |
msgstr "Vos informations d’identification de production PayPal"
|
3427 |
|
3428 |
+
#: pro/includes/fields/field-payment.php:314
|
3429 |
+
#: pro/includes/fields/field-payment.php:417
|
3430 |
+
#: pro/includes/fields/field-payment.php:1151
|
3431 |
msgid "Mode"
|
3432 |
msgstr "Mode"
|
3433 |
|
3434 |
+
#: pro/includes/fields/field-payment.php:315
|
3435 |
msgid "Switch API mode"
|
3436 |
msgstr "Changer de mode API"
|
3437 |
|
3438 |
+
#: pro/includes/fields/field-payment.php:320
|
3439 |
+
#: pro/includes/fields/field-payment.php:1098
|
3440 |
msgid "Test"
|
3441 |
msgstr "Test"
|
3442 |
|
3443 |
+
#: pro/includes/fields/field-payment.php:321
|
3444 |
+
#: pro/includes/fields/field-payment.php:1099
|
3445 |
msgid "Production"
|
3446 |
msgstr "Production"
|
3447 |
|
3448 |
+
#: pro/includes/fields/field-payment.php:382
|
3449 |
msgid "Payment meta is invalid."
|
3450 |
msgstr "Les données meta du paiement sont invalides."
|
3451 |
|
3452 |
+
#: pro/includes/fields/field-payment.php:412
|
3453 |
+
#: pro/includes/fields/field-payment.php:1148
|
3454 |
msgid "Gateway"
|
3455 |
msgstr "Passerelle"
|
3456 |
|
3457 |
+
#: pro/includes/fields/field-payment.php:427
|
3458 |
+
#: pro/includes/fields/field-payment.php:1157
|
3459 |
msgid "Items"
|
3460 |
msgstr "Articles"
|
3461 |
|
3462 |
+
#: pro/includes/fields/field-payment.php:432
|
3463 |
+
#: pro/includes/fields/field-payment.php:1160
|
3464 |
#: pro/includes/fields/field-post-field.php:38
|
3465 |
msgid "Date"
|
3466 |
msgstr "Date"
|
3467 |
|
3468 |
+
#: pro/includes/fields/field-payment.php:436
|
3469 |
+
#: pro/includes/fields/field-payment.php:1162
|
3470 |
msgid "IP Address"
|
3471 |
msgstr "Adresse IP"
|
3472 |
|
3473 |
+
#: pro/includes/fields/field-payment.php:440
|
3474 |
+
#: pro/includes/fields/field-payment.php:1164
|
3475 |
msgid "Payment ID"
|
3476 |
msgstr "ID du Paiement"
|
3477 |
|
3478 |
+
#: pro/includes/fields/field-payment.php:444
|
3479 |
msgid "Payment Object"
|
3480 |
msgstr "Objet de Paiement"
|
3481 |
|
3482 |
+
#: pro/includes/fields/field-payment.php:531
|
3483 |
msgid "PayPal Checkout"
|
3484 |
msgstr "Paiement PayPal"
|
3485 |
|
3486 |
+
#: pro/includes/fields/field-payment.php:639
|
3487 |
msgid "Amount can't be null"
|
3488 |
msgstr "Le montant ne peut pas être nul"
|
3489 |
|
3490 |
+
#: pro/includes/fields/field-payment.php:716
|
3491 |
msgid "Payment failed"
|
3492 |
msgstr "Échec de paiement"
|
3493 |
|
3494 |
+
#: pro/includes/fields/field-payment.php:957
|
3495 |
msgid "Your card number is invalid"
|
3496 |
msgstr "Votre numéro de carte n’est pas valide"
|
3497 |
|
3620 |
#: pro/includes/fields/field-post-field.php:48
|
3621 |
#: pro/includes/fields/field-post-field.php:57
|
3622 |
#: pro/includes/locations/menu-item-type.php:23
|
3623 |
+
#: pro/includes/modules/dev.php:149
|
3624 |
msgid "Taxonomy"
|
3625 |
msgstr "Taxonomie"
|
3626 |
|
3975 |
msgid "Taxonomy Term"
|
3976 |
msgstr "Terme de taxonomie"
|
3977 |
|
3978 |
+
#: pro/includes/modules/dev.php:76 pro/includes/modules/dev.php:153
|
3979 |
+
#: pro/includes/modules/dev.php:212 pro/includes/modules/dev.php:296
|
3980 |
+
#: pro/includes/modules/dev.php:344 pro/includes/modules/dev.php:392
|
3981 |
+
#: pro/includes/modules/dev.php:440
|
3982 |
msgid "Object data"
|
3983 |
+
msgstr "Données objet"
|
3984 |
|
3985 |
#: pro/includes/modules/dev.php:77
|
3986 |
msgid "Post Object"
|
3987 |
msgstr "Objet de l'article"
|
3988 |
|
3989 |
+
#: pro/includes/modules/dev.php:80 pro/includes/modules/dev.php:157
|
3990 |
+
#: pro/includes/modules/dev.php:216 pro/includes/modules/dev.php:259
|
3991 |
+
#: pro/includes/modules/dev.php:300 pro/includes/modules/dev.php:348
|
3992 |
+
#: pro/includes/modules/dev.php:396 pro/includes/modules/dev.php:444
|
3993 |
+
#: pro/includes/modules/dev.php:487
|
3994 |
msgid "Meta count"
|
3995 |
msgstr "Nombre de meta"
|
3996 |
|
3997 |
+
#: pro/includes/modules/dev.php:83 pro/includes/modules/dev.php:160
|
3998 |
+
#: pro/includes/modules/dev.php:219 pro/includes/modules/dev.php:262
|
3999 |
+
#: pro/includes/modules/dev.php:303 pro/includes/modules/dev.php:351
|
4000 |
+
#: pro/includes/modules/dev.php:399 pro/includes/modules/dev.php:447
|
4001 |
+
#: pro/includes/modules/dev.php:490
|
4002 |
msgid "Clean"
|
4003 |
msgstr "Nettoyer"
|
4004 |
|
4005 |
+
#: pro/includes/modules/dev.php:89 pro/includes/modules/dev.php:166
|
4006 |
+
#: pro/includes/modules/dev.php:225 pro/includes/modules/dev.php:268
|
4007 |
+
#: pro/includes/modules/dev.php:309 pro/includes/modules/dev.php:357
|
4008 |
+
#: pro/includes/modules/dev.php:405 pro/includes/modules/dev.php:453
|
4009 |
+
#: pro/includes/modules/dev.php:496
|
4010 |
msgid "Single meta"
|
4011 |
msgstr "Méta unique"
|
4012 |
|
4013 |
+
#: pro/includes/modules/dev.php:90 pro/includes/modules/dev.php:167
|
4014 |
+
#: pro/includes/modules/dev.php:226 pro/includes/modules/dev.php:269
|
4015 |
+
#: pro/includes/modules/dev.php:310 pro/includes/modules/dev.php:358
|
4016 |
+
#: pro/includes/modules/dev.php:406 pro/includes/modules/dev.php:454
|
4017 |
+
#: pro/includes/modules/dev.php:497
|
4018 |
msgid "Enabled"
|
4019 |
msgstr "Activé"
|
4020 |
|
4021 |
+
#: pro/includes/modules/dev.php:154
|
4022 |
msgid "Term Object"
|
4023 |
msgstr "Objet du terme"
|
4024 |
|
4025 |
+
#: pro/includes/modules/dev.php:213
|
4026 |
msgid "User Object"
|
4027 |
msgstr "Objet utilisateur"
|
4028 |
|
4029 |
+
#: pro/includes/modules/dev.php:297
|
4030 |
msgid "Options Page Object"
|
4031 |
msgstr "Objet de Page Options"
|
4032 |
|
4033 |
+
#: pro/includes/modules/dev.php:345 pro/includes/modules/dev.php:441
|
4034 |
msgid "Post Type Object"
|
4035 |
msgstr "Object du type de publication"
|
4036 |
|
4037 |
+
#: pro/includes/modules/dev.php:393
|
4038 |
msgid "Taxonomy Object"
|
4039 |
msgstr "Objet de la taxonomie"
|
4040 |
|
4041 |
+
#: pro/includes/modules/dev.php:553
|
4042 |
msgid "Users"
|
4043 |
msgstr "Utilisateurs"
|
4044 |
|
4159 |
msgid "Error"
|
4160 |
msgstr "Erreur"
|
4161 |
|
4162 |
+
#: pro/includes/updates.php:245
|
4163 |
msgid "Deactivate License"
|
4164 |
msgstr "Désactiver la licence"
|
4165 |
|
4166 |
+
#: pro/includes/updates.php:245
|
4167 |
msgid "Activate License"
|
4168 |
msgstr "Activer la licence"
|
4169 |
|
4170 |
+
#: pro/includes/updates.php:285
|
4171 |
msgid "ACF Extended: License Information"
|
4172 |
msgstr "ACF Extended : informations de licence"
|
4173 |
|
4174 |
+
#: pro/includes/updates.php:289
|
4175 |
#, php-format
|
4176 |
msgid ""
|
4177 |
"To unlock updates, please enter your license key below. If you don't have a "
|
4182 |
"dessous. Si vous n’en possédez pas encore une, jetez un œil à nos <a href="
|
4183 |
"\"%s\" target=\"_blank\">détails & tarifs</a>."
|
4184 |
|
4185 |
+
#: pro/includes/updates.php:299
|
4186 |
msgid "License Key"
|
4187 |
msgstr "Clé de licence"
|
4188 |
|
4189 |
+
#: pro/includes/updates.php:331
|
4190 |
msgid "ACF Extended: Update Information"
|
4191 |
msgstr "ACF Extended : informations de mise à jour"
|
4192 |
|
4193 |
+
#: pro/includes/updates.php:338
|
4194 |
msgid "Current Version"
|
4195 |
msgstr "Version Actuelle"
|
4196 |
|
4197 |
+
#: pro/includes/updates.php:347
|
4198 |
msgid "Latest Version"
|
4199 |
msgstr "Dernière version"
|
4200 |
|
4201 |
+
#: pro/includes/updates.php:356
|
4202 |
msgid "Update Available"
|
4203 |
msgstr "Mise à jour disponible"
|
4204 |
|
4205 |
+
#: pro/includes/updates.php:365
|
4206 |
msgid "Update Plugin"
|
4207 |
msgstr "Mettre à jour l'extension"
|
4208 |
|
4209 |
+
#: pro/includes/updates.php:368
|
4210 |
msgid "Please enter your license key above to unlock updates"
|
4211 |
msgstr "Ajouter une clé pour obtenir les futures mise à jour"
|
4212 |
|
4213 |
+
#: pro/includes/updates.php:374
|
4214 |
msgid "Check Again"
|
4215 |
msgstr "Vérifier à nouveau"
|
4216 |
|
4217 |
+
#: pro/includes/updates.php:382
|
4218 |
msgid "Changelog"
|
4219 |
msgstr "Changelog"
|
4220 |
|
4221 |
+
#: pro/includes/updates.php:421
|
4222 |
msgid "An error occurred, please try again."
|
4223 |
msgstr "Une erreur est survenue, veuillez réessayer."
|
4224 |
|
4225 |
+
#: pro/includes/updates.php:425
|
4226 |
msgid "Your license key has expired."
|
4227 |
msgstr "Votre clé de licence a expiré."
|
4228 |
|
4229 |
+
#: pro/includes/updates.php:429
|
4230 |
msgid "Your license key has been disabled."
|
4231 |
msgstr "Votre clé de licence a été désactivée."
|
4232 |
|
4233 |
+
#: pro/includes/updates.php:433
|
4234 |
msgid "Licence key invalid."
|
4235 |
msgstr "Clé de licence non valide."
|
4236 |
|
4237 |
+
#: pro/includes/updates.php:437
|
4238 |
msgid "Your license is not active for this URL."
|
4239 |
msgstr "Votre licence n'est pas active pour cette URL."
|
4240 |
|
4241 |
+
#: pro/includes/updates.php:441
|
4242 |
msgid "This appears to be an invalid license key for ACF Extended Pro."
|
4243 |
msgstr "Cette clé de licence semble être invalide pour ACF Extended Pro."
|
4244 |
|
4245 |
+
#: pro/includes/updates.php:445
|
4246 |
msgid "Your license key has reached its activation limit."
|
4247 |
msgstr "Votre clé de licence a atteint sa limite d'activation."
|
4248 |
|
4249 |
+
#: pro/includes/updates.php:449
|
4250 |
msgid "<b>Licence key activated</b>. Updates are now enabled."
|
4251 |
msgstr ""
|
4252 |
"<b>Clé de licence activée</b>. Les mises à jour sont maintenant activées."
|
lang/acfe.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: Advanced Custom Fields: Extended\n"
|
6 |
-
"POT-Creation-Date: 2021-
|
7 |
"PO-Revision-Date: 2021-07-27 23:12+0200\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: https://www.acf-extended.com\n"
|
@@ -22,33 +22,33 @@ msgstr ""
|
|
22 |
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
|
23 |
"X-Poedit-SearchPathExcluded-1: .build\n"
|
24 |
|
25 |
-
#: assets/js/acfe-admin.js:
|
26 |
-
#: includes/modules/options.php:469 pro/includes/updates.php:
|
27 |
msgid "Yes"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: assets/js/acfe-admin.js:
|
31 |
-
#: includes/modules/options.php:468 pro/includes/updates.php:
|
32 |
msgid "No"
|
33 |
msgstr ""
|
34 |
|
35 |
#: assets/js/acfe-input.js:106 assets/js/acfe-input.js:370
|
36 |
-
#: assets/js/acfe-input.js:734 assets/js/acfe-input.js:
|
37 |
-
#: assets/js/acfe-input.js:
|
38 |
#: includes/field-groups/field-group-meta.php:145
|
39 |
#: includes/fields-settings/data.php:81
|
40 |
#: includes/fields/field-flexible-content.php:616
|
41 |
#: includes/fields/field-flexible-content.php:622 includes/modules/dev.php:129
|
42 |
#: pro/assets/js/acfe-pro-admin.js:375 pro/assets/js/acfe-pro-input.js:631
|
43 |
#: pro/includes/field-groups/field-group-ui.php:237
|
44 |
-
#: pro/includes/fields/field-payment.php:
|
45 |
-
#: pro/includes/modules/dev.php:
|
46 |
-
#: pro/includes/modules/dev.php:
|
47 |
-
#: pro/includes/modules/dev.php:
|
48 |
msgid "Close"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: assets/js/acfe-input.js:
|
52 |
msgid "Add Row"
|
53 |
msgstr ""
|
54 |
|
@@ -179,7 +179,7 @@ msgid ""
|
|
179 |
msgstr ""
|
180 |
|
181 |
#: includes/admin/tools/module-import.php:24
|
182 |
-
#: pro/assets/js/acfe-pro-input.js:
|
183 |
#: pro/includes/admin/tools/settings-import.php:27
|
184 |
msgid "Select File"
|
185 |
msgstr ""
|
@@ -295,7 +295,7 @@ msgstr ""
|
|
295 |
msgid "Add New"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: includes/assets.php:101 pro/assets/js/acfe-pro-input.js:
|
299 |
msgid "Read more"
|
300 |
msgstr ""
|
301 |
|
@@ -402,7 +402,7 @@ msgstr ""
|
|
402 |
#: includes/field-groups/field-group-meta.php:74
|
403 |
#: includes/fields/field-hidden.php:43 includes/modules/options.class.php:196
|
404 |
#: pro/includes/field-groups/field-group-ui.php:172
|
405 |
-
#: pro/includes/fields/field-color-picker.php:
|
406 |
#: pro/includes/fields/field-image-selector.php:147
|
407 |
msgid "Value"
|
408 |
msgstr ""
|
@@ -774,17 +774,17 @@ msgid "Button"
|
|
774 |
msgstr ""
|
775 |
|
776 |
#: includes/fields/field-button.php:16 includes/modules/options.php:480
|
777 |
-
#: pro/includes/modules/dev.php:
|
778 |
msgid "Submit"
|
779 |
msgstr ""
|
780 |
|
781 |
#: includes/fields/field-button.php:66
|
782 |
-
#: pro/includes/fields/field-payment.php:
|
783 |
msgid "Button value"
|
784 |
msgstr ""
|
785 |
|
786 |
#: includes/fields/field-button.php:67
|
787 |
-
#: pro/includes/fields/field-payment.php:
|
788 |
msgid "Set a default button value"
|
789 |
msgstr ""
|
790 |
|
@@ -801,37 +801,37 @@ msgid "Input"
|
|
801 |
msgstr ""
|
802 |
|
803 |
#: includes/fields/field-button.php:87
|
804 |
-
#: pro/includes/fields/field-payment.php:
|
805 |
msgid "Button attributes"
|
806 |
msgstr ""
|
807 |
|
808 |
#: includes/fields/field-button.php:91
|
809 |
-
#: pro/includes/fields/field-payment.php:
|
810 |
msgid "class"
|
811 |
msgstr ""
|
812 |
|
813 |
#: includes/fields/field-button.php:100
|
814 |
-
#: pro/includes/fields/field-payment.php:
|
815 |
msgid "id"
|
816 |
msgstr ""
|
817 |
|
818 |
#: includes/fields/field-button.php:106
|
819 |
-
#: pro/includes/fields/field-payment.php:
|
820 |
msgid "Before HTML"
|
821 |
msgstr ""
|
822 |
|
823 |
#: includes/fields/field-button.php:107
|
824 |
-
#: pro/includes/fields/field-payment.php:
|
825 |
msgid "Custom HTML before the button"
|
826 |
msgstr ""
|
827 |
|
828 |
#: includes/fields/field-button.php:115
|
829 |
-
#: pro/includes/fields/field-payment.php:
|
830 |
msgid "After HTML"
|
831 |
msgstr ""
|
832 |
|
833 |
#: includes/fields/field-button.php:116
|
834 |
-
#: pro/includes/fields/field-payment.php:
|
835 |
msgid "Custom HTML after the button"
|
836 |
msgstr ""
|
837 |
|
@@ -1441,7 +1441,7 @@ msgstr ""
|
|
1441 |
#: includes/fields/field-taxonomies.php:78
|
1442 |
#: includes/fields/field-taxonomy-terms.php:848
|
1443 |
#: pro/includes/fields/field-block-types.php:98
|
1444 |
-
#: pro/includes/fields/field-color-picker.php:
|
1445 |
#: pro/includes/fields/field-countries.php:87
|
1446 |
#: pro/includes/fields/field-currencies.php:102
|
1447 |
#: pro/includes/fields/field-field-groups.php:97
|
@@ -1964,8 +1964,8 @@ msgid ""
|
|
1964 |
msgstr ""
|
1965 |
|
1966 |
#: includes/fields/field-recaptcha.php:113
|
1967 |
-
#: pro/includes/fields/field-payment.php:
|
1968 |
-
#: pro/includes/fields/field-payment.php:
|
1969 |
msgid "Secret key"
|
1970 |
msgstr ""
|
1971 |
|
@@ -1977,12 +1977,12 @@ msgstr ""
|
|
1977 |
|
1978 |
#: includes/fields/field-recaptcha.php:242
|
1979 |
#: includes/fields/field-recaptcha.php:248
|
1980 |
-
#: pro/includes/fields/field-payment.php:
|
1981 |
-
#: pro/includes/fields/field-payment.php:
|
1982 |
-
#: pro/includes/fields/field-payment.php:
|
1983 |
-
#: pro/includes/fields/field-payment.php:
|
1984 |
-
#: pro/includes/fields/field-payment.php:
|
1985 |
-
#: pro/includes/fields/field-payment.php:
|
1986 |
msgid "An error has occured"
|
1987 |
msgstr ""
|
1988 |
|
@@ -2134,7 +2134,7 @@ msgstr ""
|
|
2134 |
#: includes/locations/taxonomy-list.php:198 includes/modules/options.php:510
|
2135 |
#: pro/includes/admin/settings.php:306
|
2136 |
#: pro/includes/locations/attachment-list.php:190
|
2137 |
-
#: pro/includes/locations/user-list.php:188 pro/includes/modules/dev.php:
|
2138 |
msgid "Update"
|
2139 |
msgstr ""
|
2140 |
|
@@ -2146,7 +2146,7 @@ msgstr ""
|
|
2146 |
msgid "Taxonomy List"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
-
#: includes/modules/author.php:
|
2150 |
msgid "Author"
|
2151 |
msgstr ""
|
2152 |
|
@@ -2177,10 +2177,10 @@ msgstr ""
|
|
2177 |
|
2178 |
#: includes/modules/dev.php:129 includes/modules/options-pages.php:315
|
2179 |
#: includes/modules/post-types.php:175 includes/modules/taxonomies.php:262
|
2180 |
-
#: pro/includes/fields/field-payment.php:
|
2181 |
-
#: pro/includes/modules/dev.php:
|
2182 |
-
#: pro/includes/modules/dev.php:
|
2183 |
-
#: pro/includes/modules/dev.php:
|
2184 |
#: pro/includes/modules/scripts-list.php:197
|
2185 |
msgid "View"
|
2186 |
msgstr ""
|
@@ -2212,7 +2212,7 @@ msgstr ""
|
|
2212 |
#: includes/modules/forms-action-post.php:799
|
2213 |
#: includes/modules/forms-action-redirect.php:87
|
2214 |
#: includes/modules/forms-action-term.php:486
|
2215 |
-
#: includes/modules/forms-action-user.php:
|
2216 |
#: pro/includes/modules/forms-action-option.php:216
|
2217 |
msgid "Documentation"
|
2218 |
msgstr ""
|
@@ -2246,19 +2246,19 @@ msgstr ""
|
|
2246 |
msgid "Invalid username or password"
|
2247 |
msgstr ""
|
2248 |
|
2249 |
-
#: includes/modules/forms-action-user.php:
|
2250 |
msgid "Cannot create a user with an empty login name."
|
2251 |
msgstr ""
|
2252 |
|
2253 |
-
#: includes/modules/forms-action-user.php:
|
2254 |
msgid "Username may not be longer than 60 characters."
|
2255 |
msgstr ""
|
2256 |
|
2257 |
-
#: includes/modules/forms-action-user.php:
|
2258 |
msgid "Sorry, that username already exists!"
|
2259 |
msgstr ""
|
2260 |
|
2261 |
-
#: includes/modules/forms-action-user.php:
|
2262 |
msgid "Nicename may not be longer than 50 characters."
|
2263 |
msgstr ""
|
2264 |
|
@@ -2368,10 +2368,10 @@ msgid "No options avaliable."
|
|
2368 |
msgstr ""
|
2369 |
|
2370 |
#: includes/modules/options.class.php:194 pro/includes/modules/dev.php:68
|
2371 |
-
#: pro/includes/modules/dev.php:
|
2372 |
-
#: pro/includes/modules/dev.php:
|
2373 |
-
#: pro/includes/modules/dev.php:
|
2374 |
-
#: pro/includes/modules/dev.php:
|
2375 |
msgid "ID"
|
2376 |
msgstr ""
|
2377 |
|
@@ -2462,34 +2462,34 @@ msgstr ""
|
|
2462 |
msgid "Clear"
|
2463 |
msgstr ""
|
2464 |
|
2465 |
-
#: pro/assets/js/acfe-pro-input.js:
|
2466 |
msgid "Maximum items reached ({max} items)"
|
2467 |
msgstr ""
|
2468 |
|
2469 |
-
#: pro/assets/js/acfe-pro-input.js:
|
2470 |
msgid "Edit File"
|
2471 |
msgstr ""
|
2472 |
|
2473 |
-
#: pro/assets/js/acfe-pro-input.js:
|
2474 |
msgid "Update File"
|
2475 |
msgstr ""
|
2476 |
|
2477 |
-
#: pro/assets/js/acfe-pro-input.js:
|
2478 |
msgid "This field has a limit of {max} {label} {identifier}"
|
2479 |
msgstr ""
|
2480 |
|
2481 |
-
#: pro/assets/js/acfe-pro-input.js:
|
2482 |
#: pro/includes/fields/field-flexible-content-locations.php:180
|
2483 |
msgid "layout"
|
2484 |
msgid_plural "layouts"
|
2485 |
msgstr[0] ""
|
2486 |
msgstr[1] ""
|
2487 |
|
2488 |
-
#: pro/assets/js/acfe-pro-input.js:
|
2489 |
msgid "OK"
|
2490 |
msgstr ""
|
2491 |
|
2492 |
-
#: pro/assets/js/acfe-pro-input.js:
|
2493 |
msgid "Cancel"
|
2494 |
msgstr ""
|
2495 |
|
@@ -2539,7 +2539,7 @@ msgstr ""
|
|
2539 |
msgid "Import Templates"
|
2540 |
msgstr ""
|
2541 |
|
2542 |
-
#: pro/includes/fields-settings/instructions.php:
|
2543 |
msgid "Instructions Placement"
|
2544 |
msgstr ""
|
2545 |
|
@@ -2606,66 +2606,67 @@ msgstr ""
|
|
2606 |
msgid "Toggle All"
|
2607 |
msgstr ""
|
2608 |
|
2609 |
-
#: pro/includes/fields/field-color-picker.php:
|
2610 |
-
#: pro/includes/fields/field-color-picker.php:
|
2611 |
msgid "Select Color"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
-
#: pro/includes/fields/field-color-picker.php:
|
2615 |
msgid "Display Style"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
-
#: pro/includes/fields/field-color-picker.php:
|
|
|
2619 |
msgid "Label"
|
2620 |
msgstr ""
|
2621 |
|
2622 |
-
#: pro/includes/fields/field-color-picker.php:
|
2623 |
msgid "Both (Array)"
|
2624 |
msgstr ""
|
2625 |
|
2626 |
-
#: pro/includes/fields/field-color-picker.php:
|
2627 |
#: pro/includes/fields/field-file.php:354
|
2628 |
msgid "Button Label"
|
2629 |
msgstr ""
|
2630 |
|
2631 |
-
#: pro/includes/fields/field-color-picker.php:
|
2632 |
msgid "Color Picker"
|
2633 |
msgstr ""
|
2634 |
|
2635 |
-
#: pro/includes/fields/field-color-picker.php:
|
2636 |
msgid "Position Absolute"
|
2637 |
msgstr ""
|
2638 |
|
2639 |
-
#: pro/includes/fields/field-color-picker.php:
|
2640 |
msgid "Text Input"
|
2641 |
msgstr ""
|
2642 |
|
2643 |
-
#: pro/includes/fields/field-color-picker.php:
|
2644 |
#: pro/includes/fields/field-date-range-picker.php:228
|
2645 |
msgid "Allow null"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
-
#: pro/includes/fields/field-color-picker.php:
|
2649 |
msgid "RGBA"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
-
#: pro/includes/fields/field-color-picker.php:
|
2653 |
msgid "Use Theme Colors"
|
2654 |
msgstr ""
|
2655 |
|
2656 |
-
#: pro/includes/fields/field-color-picker.php:
|
2657 |
msgid "Custom Colors"
|
2658 |
msgstr ""
|
2659 |
|
2660 |
-
#: pro/includes/fields/field-color-picker.php:
|
2661 |
msgid "Enter each choice on a new line."
|
2662 |
msgstr ""
|
2663 |
|
2664 |
-
#: pro/includes/fields/field-color-picker.php:
|
2665 |
msgid "For more control, you may specify both a value and label like this:"
|
2666 |
msgstr ""
|
2667 |
|
2668 |
-
#: pro/includes/fields/field-color-picker.php:
|
2669 |
msgid "#2271b1 : Primary"
|
2670 |
msgstr ""
|
2671 |
|
@@ -3277,162 +3278,169 @@ msgstr ""
|
|
3277 |
msgid "Pay now"
|
3278 |
msgstr ""
|
3279 |
|
3280 |
-
#: pro/includes/fields/field-payment.php:
|
3281 |
msgid "Gateways"
|
3282 |
msgstr ""
|
3283 |
|
3284 |
-
#: pro/includes/fields/field-payment.php:
|
3285 |
msgid "Choose your payment gateways"
|
3286 |
msgstr ""
|
3287 |
|
3288 |
-
#: pro/includes/fields/field-payment.php:
|
3289 |
-
#: pro/includes/fields/field-payment.php:
|
|
|
3290 |
msgid "Amount"
|
3291 |
msgstr ""
|
3292 |
|
3293 |
-
#: pro/includes/fields/field-payment.php:
|
3294 |
msgid "The amount to charge"
|
3295 |
msgstr ""
|
3296 |
|
3297 |
-
#: pro/includes/fields/field-payment.php:
|
3298 |
msgid "Currency"
|
3299 |
msgstr ""
|
3300 |
|
3301 |
-
#: pro/includes/fields/field-payment.php:
|
3302 |
msgid "The currency to use"
|
3303 |
msgstr ""
|
3304 |
|
3305 |
-
#: pro/includes/fields/field-payment.php:
|
3306 |
#: pro/includes/modules/scripts-list.php:260
|
3307 |
msgid "Description"
|
3308 |
msgstr ""
|
3309 |
|
3310 |
-
#: pro/includes/fields/field-payment.php:
|
3311 |
msgid "A description attached to the payment. Useful for displaying to users"
|
3312 |
msgstr ""
|
3313 |
|
3314 |
-
#: pro/includes/fields/field-payment.php:
|
3315 |
msgid "Display Button"
|
3316 |
msgstr ""
|
3317 |
|
3318 |
-
#: pro/includes/fields/field-payment.php:
|
3319 |
msgid "Stripe Test API"
|
3320 |
msgstr ""
|
3321 |
|
3322 |
-
#: pro/includes/fields/field-payment.php:
|
3323 |
msgid "Your Stripe Test API Keys"
|
3324 |
msgstr ""
|
3325 |
|
3326 |
-
#: pro/includes/fields/field-payment.php:
|
3327 |
-
#: pro/includes/fields/field-payment.php:
|
3328 |
msgid "Public key"
|
3329 |
msgstr ""
|
3330 |
|
3331 |
-
#: pro/includes/fields/field-payment.php:
|
3332 |
msgid "Stripe Production API"
|
3333 |
msgstr ""
|
3334 |
|
3335 |
-
#: pro/includes/fields/field-payment.php:
|
3336 |
msgid "Your Stripe Production API Keys"
|
3337 |
msgstr ""
|
3338 |
|
3339 |
-
#: pro/includes/fields/field-payment.php:
|
3340 |
msgid "PayPal Test API"
|
3341 |
msgstr ""
|
3342 |
|
3343 |
-
#: pro/includes/fields/field-payment.php:
|
3344 |
msgid "Your PayPal Sandbox Credentials"
|
3345 |
msgstr ""
|
3346 |
|
3347 |
-
#: pro/includes/fields/field-payment.php:
|
3348 |
-
#: pro/includes/fields/field-payment.php:
|
3349 |
msgid "Username"
|
3350 |
msgstr ""
|
3351 |
|
3352 |
-
#: pro/includes/fields/field-payment.php:
|
3353 |
-
#: pro/includes/fields/field-payment.php:
|
3354 |
msgid "Password"
|
3355 |
msgstr ""
|
3356 |
|
3357 |
-
#: pro/includes/fields/field-payment.php:
|
3358 |
-
#: pro/includes/fields/field-payment.php:
|
3359 |
msgid "Signature"
|
3360 |
msgstr ""
|
3361 |
|
3362 |
-
#: pro/includes/fields/field-payment.php:
|
3363 |
-
#: pro/includes/fields/field-payment.php:
|
3364 |
msgid "Merchant ID"
|
3365 |
msgstr ""
|
3366 |
|
3367 |
-
#: pro/includes/fields/field-payment.php:
|
3368 |
msgid "PayPal Production API"
|
3369 |
msgstr ""
|
3370 |
|
3371 |
-
#: pro/includes/fields/field-payment.php:
|
3372 |
msgid "Your PayPal Production Credentials"
|
3373 |
msgstr ""
|
3374 |
|
3375 |
-
#: pro/includes/fields/field-payment.php:
|
3376 |
-
#: pro/includes/fields/field-payment.php:
|
|
|
3377 |
msgid "Mode"
|
3378 |
msgstr ""
|
3379 |
|
3380 |
-
#: pro/includes/fields/field-payment.php:
|
3381 |
msgid "Switch API mode"
|
3382 |
msgstr ""
|
3383 |
|
3384 |
-
#: pro/includes/fields/field-payment.php:
|
3385 |
-
#: pro/includes/fields/field-payment.php:
|
3386 |
msgid "Test"
|
3387 |
msgstr ""
|
3388 |
|
3389 |
-
#: pro/includes/fields/field-payment.php:
|
3390 |
-
#: pro/includes/fields/field-payment.php:
|
3391 |
msgid "Production"
|
3392 |
msgstr ""
|
3393 |
|
3394 |
-
#: pro/includes/fields/field-payment.php:
|
3395 |
msgid "Payment meta is invalid."
|
3396 |
msgstr ""
|
3397 |
|
3398 |
-
#: pro/includes/fields/field-payment.php:
|
|
|
3399 |
msgid "Gateway"
|
3400 |
msgstr ""
|
3401 |
|
3402 |
-
#: pro/includes/fields/field-payment.php:
|
|
|
3403 |
msgid "Items"
|
3404 |
msgstr ""
|
3405 |
|
3406 |
-
#: pro/includes/fields/field-payment.php:
|
|
|
3407 |
#: pro/includes/fields/field-post-field.php:38
|
3408 |
msgid "Date"
|
3409 |
msgstr ""
|
3410 |
|
3411 |
-
#: pro/includes/fields/field-payment.php:
|
|
|
3412 |
msgid "IP Address"
|
3413 |
msgstr ""
|
3414 |
|
3415 |
-
#: pro/includes/fields/field-payment.php:
|
|
|
3416 |
msgid "Payment ID"
|
3417 |
msgstr ""
|
3418 |
|
3419 |
-
#: pro/includes/fields/field-payment.php:
|
3420 |
msgid "Payment Object"
|
3421 |
msgstr ""
|
3422 |
|
3423 |
-
#: pro/includes/fields/field-payment.php:
|
3424 |
msgid "PayPal Checkout"
|
3425 |
msgstr ""
|
3426 |
|
3427 |
-
#: pro/includes/fields/field-payment.php:
|
3428 |
msgid "Amount can't be null"
|
3429 |
msgstr ""
|
3430 |
|
3431 |
-
#: pro/includes/fields/field-payment.php:
|
3432 |
msgid "Payment failed"
|
3433 |
msgstr ""
|
3434 |
|
3435 |
-
#: pro/includes/fields/field-payment.php:
|
3436 |
msgid "Your card number is invalid"
|
3437 |
msgstr ""
|
3438 |
|
@@ -3561,7 +3569,7 @@ msgstr ""
|
|
3561 |
#: pro/includes/fields/field-post-field.php:48
|
3562 |
#: pro/includes/fields/field-post-field.php:57
|
3563 |
#: pro/includes/locations/menu-item-type.php:23
|
3564 |
-
#: pro/includes/modules/dev.php:
|
3565 |
msgid "Taxonomy"
|
3566 |
msgstr ""
|
3567 |
|
@@ -3916,10 +3924,10 @@ msgstr ""
|
|
3916 |
msgid "Taxonomy Term"
|
3917 |
msgstr ""
|
3918 |
|
3919 |
-
#: pro/includes/modules/dev.php:76 pro/includes/modules/dev.php:
|
3920 |
-
#: pro/includes/modules/dev.php:
|
3921 |
-
#: pro/includes/modules/dev.php:
|
3922 |
-
#: pro/includes/modules/dev.php:
|
3923 |
msgid "Object data"
|
3924 |
msgstr ""
|
3925 |
|
@@ -3927,59 +3935,59 @@ msgstr ""
|
|
3927 |
msgid "Post Object"
|
3928 |
msgstr ""
|
3929 |
|
3930 |
-
#: pro/includes/modules/dev.php:80 pro/includes/modules/dev.php:
|
3931 |
-
#: pro/includes/modules/dev.php:
|
3932 |
-
#: pro/includes/modules/dev.php:
|
3933 |
-
#: pro/includes/modules/dev.php:
|
3934 |
-
#: pro/includes/modules/dev.php:
|
3935 |
msgid "Meta count"
|
3936 |
msgstr ""
|
3937 |
|
3938 |
-
#: pro/includes/modules/dev.php:83 pro/includes/modules/dev.php:
|
3939 |
-
#: pro/includes/modules/dev.php:
|
3940 |
-
#: pro/includes/modules/dev.php:
|
3941 |
-
#: pro/includes/modules/dev.php:
|
3942 |
-
#: pro/includes/modules/dev.php:
|
3943 |
msgid "Clean"
|
3944 |
msgstr ""
|
3945 |
|
3946 |
-
#: pro/includes/modules/dev.php:89 pro/includes/modules/dev.php:
|
3947 |
-
#: pro/includes/modules/dev.php:
|
3948 |
-
#: pro/includes/modules/dev.php:
|
3949 |
-
#: pro/includes/modules/dev.php:
|
3950 |
-
#: pro/includes/modules/dev.php:
|
3951 |
msgid "Single meta"
|
3952 |
msgstr ""
|
3953 |
|
3954 |
-
#: pro/includes/modules/dev.php:90 pro/includes/modules/dev.php:
|
3955 |
-
#: pro/includes/modules/dev.php:
|
3956 |
-
#: pro/includes/modules/dev.php:
|
3957 |
-
#: pro/includes/modules/dev.php:
|
3958 |
-
#: pro/includes/modules/dev.php:
|
3959 |
msgid "Enabled"
|
3960 |
msgstr ""
|
3961 |
|
3962 |
-
#: pro/includes/modules/dev.php:
|
3963 |
msgid "Term Object"
|
3964 |
msgstr ""
|
3965 |
|
3966 |
-
#: pro/includes/modules/dev.php:
|
3967 |
msgid "User Object"
|
3968 |
msgstr ""
|
3969 |
|
3970 |
-
#: pro/includes/modules/dev.php:
|
3971 |
msgid "Options Page Object"
|
3972 |
msgstr ""
|
3973 |
|
3974 |
-
#: pro/includes/modules/dev.php:
|
3975 |
msgid "Post Type Object"
|
3976 |
msgstr ""
|
3977 |
|
3978 |
-
#: pro/includes/modules/dev.php:
|
3979 |
msgid "Taxonomy Object"
|
3980 |
msgstr ""
|
3981 |
|
3982 |
-
#: pro/includes/modules/dev.php:
|
3983 |
msgid "Users"
|
3984 |
msgstr ""
|
3985 |
|
@@ -4095,19 +4103,19 @@ msgstr ""
|
|
4095 |
msgid "Error"
|
4096 |
msgstr ""
|
4097 |
|
4098 |
-
#: pro/includes/updates.php:
|
4099 |
msgid "Deactivate License"
|
4100 |
msgstr ""
|
4101 |
|
4102 |
-
#: pro/includes/updates.php:
|
4103 |
msgid "Activate License"
|
4104 |
msgstr ""
|
4105 |
|
4106 |
-
#: pro/includes/updates.php:
|
4107 |
msgid "ACF Extended: License Information"
|
4108 |
msgstr ""
|
4109 |
|
4110 |
-
#: pro/includes/updates.php:
|
4111 |
#, php-format
|
4112 |
msgid ""
|
4113 |
"To unlock updates, please enter your license key below. If you don't have a "
|
@@ -4115,71 +4123,71 @@ msgid ""
|
|
4115 |
"a>."
|
4116 |
msgstr ""
|
4117 |
|
4118 |
-
#: pro/includes/updates.php:
|
4119 |
msgid "License Key"
|
4120 |
msgstr ""
|
4121 |
|
4122 |
-
#: pro/includes/updates.php:
|
4123 |
msgid "ACF Extended: Update Information"
|
4124 |
msgstr ""
|
4125 |
|
4126 |
-
#: pro/includes/updates.php:
|
4127 |
msgid "Current Version"
|
4128 |
msgstr ""
|
4129 |
|
4130 |
-
#: pro/includes/updates.php:
|
4131 |
msgid "Latest Version"
|
4132 |
msgstr ""
|
4133 |
|
4134 |
-
#: pro/includes/updates.php:
|
4135 |
msgid "Update Available"
|
4136 |
msgstr ""
|
4137 |
|
4138 |
-
#: pro/includes/updates.php:
|
4139 |
msgid "Update Plugin"
|
4140 |
msgstr ""
|
4141 |
|
4142 |
-
#: pro/includes/updates.php:
|
4143 |
msgid "Please enter your license key above to unlock updates"
|
4144 |
msgstr ""
|
4145 |
|
4146 |
-
#: pro/includes/updates.php:
|
4147 |
msgid "Check Again"
|
4148 |
msgstr ""
|
4149 |
|
4150 |
-
#: pro/includes/updates.php:
|
4151 |
msgid "Changelog"
|
4152 |
msgstr ""
|
4153 |
|
4154 |
-
#: pro/includes/updates.php:
|
4155 |
msgid "An error occurred, please try again."
|
4156 |
msgstr ""
|
4157 |
|
4158 |
-
#: pro/includes/updates.php:
|
4159 |
msgid "Your license key has expired."
|
4160 |
msgstr ""
|
4161 |
|
4162 |
-
#: pro/includes/updates.php:
|
4163 |
msgid "Your license key has been disabled."
|
4164 |
msgstr ""
|
4165 |
|
4166 |
-
#: pro/includes/updates.php:
|
4167 |
msgid "Licence key invalid."
|
4168 |
msgstr ""
|
4169 |
|
4170 |
-
#: pro/includes/updates.php:
|
4171 |
msgid "Your license is not active for this URL."
|
4172 |
msgstr ""
|
4173 |
|
4174 |
-
#: pro/includes/updates.php:
|
4175 |
msgid "This appears to be an invalid license key for ACF Extended Pro."
|
4176 |
msgstr ""
|
4177 |
|
4178 |
-
#: pro/includes/updates.php:
|
4179 |
msgid "Your license key has reached its activation limit."
|
4180 |
msgstr ""
|
4181 |
|
4182 |
-
#: pro/includes/updates.php:
|
4183 |
msgid "<b>Licence key activated</b>. Updates are now enabled."
|
4184 |
msgstr ""
|
4185 |
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: Advanced Custom Fields: Extended\n"
|
6 |
+
"POT-Creation-Date: 2021-09-12 18:41+0200\n"
|
7 |
"PO-Revision-Date: 2021-07-27 23:12+0200\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: https://www.acf-extended.com\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
|
23 |
"X-Poedit-SearchPathExcluded-1: .build\n"
|
24 |
|
25 |
+
#: assets/js/acfe-admin.js:475 includes/modules/options-pages.php:301
|
26 |
+
#: includes/modules/options.php:469 pro/includes/updates.php:361
|
27 |
msgid "Yes"
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: assets/js/acfe-admin.js:476 includes/modules/options-pages.php:297
|
31 |
+
#: includes/modules/options.php:468 pro/includes/updates.php:373
|
32 |
msgid "No"
|
33 |
msgstr ""
|
34 |
|
35 |
#: assets/js/acfe-input.js:106 assets/js/acfe-input.js:370
|
36 |
+
#: assets/js/acfe-input.js:734 assets/js/acfe-input.js:1511
|
37 |
+
#: assets/js/acfe-input.js:2304 includes/assets.php:100
|
38 |
#: includes/field-groups/field-group-meta.php:145
|
39 |
#: includes/fields-settings/data.php:81
|
40 |
#: includes/fields/field-flexible-content.php:616
|
41 |
#: includes/fields/field-flexible-content.php:622 includes/modules/dev.php:129
|
42 |
#: pro/assets/js/acfe-pro-admin.js:375 pro/assets/js/acfe-pro-input.js:631
|
43 |
#: pro/includes/field-groups/field-group-ui.php:237
|
44 |
+
#: pro/includes/fields/field-payment.php:444 pro/includes/modules/dev.php:77
|
45 |
+
#: pro/includes/modules/dev.php:154 pro/includes/modules/dev.php:213
|
46 |
+
#: pro/includes/modules/dev.php:297 pro/includes/modules/dev.php:345
|
47 |
+
#: pro/includes/modules/dev.php:393 pro/includes/modules/dev.php:441
|
48 |
msgid "Close"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: assets/js/acfe-input.js:1643 includes/fields/field-flexible-content.php:250
|
52 |
msgid "Add Row"
|
53 |
msgstr ""
|
54 |
|
179 |
msgstr ""
|
180 |
|
181 |
#: includes/admin/tools/module-import.php:24
|
182 |
+
#: pro/assets/js/acfe-pro-input.js:1050 pro/assets/js/acfe-pro-input.js:1068
|
183 |
#: pro/includes/admin/tools/settings-import.php:27
|
184 |
msgid "Select File"
|
185 |
msgstr ""
|
295 |
msgid "Add New"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: includes/assets.php:101 pro/assets/js/acfe-pro-input.js:4950
|
299 |
msgid "Read more"
|
300 |
msgstr ""
|
301 |
|
402 |
#: includes/field-groups/field-group-meta.php:74
|
403 |
#: includes/fields/field-hidden.php:43 includes/modules/options.class.php:196
|
404 |
#: pro/includes/field-groups/field-group-ui.php:172
|
405 |
+
#: pro/includes/fields/field-color-picker.php:132
|
406 |
#: pro/includes/fields/field-image-selector.php:147
|
407 |
msgid "Value"
|
408 |
msgstr ""
|
774 |
msgstr ""
|
775 |
|
776 |
#: includes/fields/field-button.php:16 includes/modules/options.php:480
|
777 |
+
#: pro/includes/modules/dev.php:539
|
778 |
msgid "Submit"
|
779 |
msgstr ""
|
780 |
|
781 |
#: includes/fields/field-button.php:66
|
782 |
+
#: pro/includes/fields/field-payment.php:118
|
783 |
msgid "Button value"
|
784 |
msgstr ""
|
785 |
|
786 |
#: includes/fields/field-button.php:67
|
787 |
+
#: pro/includes/fields/field-payment.php:119
|
788 |
msgid "Set a default button value"
|
789 |
msgstr ""
|
790 |
|
801 |
msgstr ""
|
802 |
|
803 |
#: includes/fields/field-button.php:87
|
804 |
+
#: pro/includes/fields/field-payment.php:133
|
805 |
msgid "Button attributes"
|
806 |
msgstr ""
|
807 |
|
808 |
#: includes/fields/field-button.php:91
|
809 |
+
#: pro/includes/fields/field-payment.php:137
|
810 |
msgid "class"
|
811 |
msgstr ""
|
812 |
|
813 |
#: includes/fields/field-button.php:100
|
814 |
+
#: pro/includes/fields/field-payment.php:153
|
815 |
msgid "id"
|
816 |
msgstr ""
|
817 |
|
818 |
#: includes/fields/field-button.php:106
|
819 |
+
#: pro/includes/fields/field-payment.php:166
|
820 |
msgid "Before HTML"
|
821 |
msgstr ""
|
822 |
|
823 |
#: includes/fields/field-button.php:107
|
824 |
+
#: pro/includes/fields/field-payment.php:167
|
825 |
msgid "Custom HTML before the button"
|
826 |
msgstr ""
|
827 |
|
828 |
#: includes/fields/field-button.php:115
|
829 |
+
#: pro/includes/fields/field-payment.php:182
|
830 |
msgid "After HTML"
|
831 |
msgstr ""
|
832 |
|
833 |
#: includes/fields/field-button.php:116
|
834 |
+
#: pro/includes/fields/field-payment.php:183
|
835 |
msgid "Custom HTML after the button"
|
836 |
msgstr ""
|
837 |
|
1441 |
#: includes/fields/field-taxonomies.php:78
|
1442 |
#: includes/fields/field-taxonomy-terms.php:848
|
1443 |
#: pro/includes/fields/field-block-types.php:98
|
1444 |
+
#: pro/includes/fields/field-color-picker.php:126
|
1445 |
#: pro/includes/fields/field-countries.php:87
|
1446 |
#: pro/includes/fields/field-currencies.php:102
|
1447 |
#: pro/includes/fields/field-field-groups.php:97
|
1964 |
msgstr ""
|
1965 |
|
1966 |
#: includes/fields/field-recaptcha.php:113
|
1967 |
+
#: pro/includes/fields/field-payment.php:202
|
1968 |
+
#: pro/includes/fields/field-payment.php:221
|
1969 |
msgid "Secret key"
|
1970 |
msgstr ""
|
1971 |
|
1977 |
|
1978 |
#: includes/fields/field-recaptcha.php:242
|
1979 |
#: includes/fields/field-recaptcha.php:248
|
1980 |
+
#: pro/includes/fields/field-payment.php:582
|
1981 |
+
#: pro/includes/fields/field-payment.php:681
|
1982 |
+
#: pro/includes/fields/field-payment.php:807
|
1983 |
+
#: pro/includes/fields/field-payment.php:830
|
1984 |
+
#: pro/includes/fields/field-payment.php:878
|
1985 |
+
#: pro/includes/fields/field-payment.php:970
|
1986 |
msgid "An error has occured"
|
1987 |
msgstr ""
|
1988 |
|
2134 |
#: includes/locations/taxonomy-list.php:198 includes/modules/options.php:510
|
2135 |
#: pro/includes/admin/settings.php:306
|
2136 |
#: pro/includes/locations/attachment-list.php:190
|
2137 |
+
#: pro/includes/locations/user-list.php:188 pro/includes/modules/dev.php:586
|
2138 |
msgid "Update"
|
2139 |
msgstr ""
|
2140 |
|
2146 |
msgid "Taxonomy List"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
+
#: includes/modules/author.php:65 pro/includes/fields/field-post-field.php:35
|
2150 |
msgid "Author"
|
2151 |
msgstr ""
|
2152 |
|
2177 |
|
2178 |
#: includes/modules/dev.php:129 includes/modules/options-pages.php:315
|
2179 |
#: includes/modules/post-types.php:175 includes/modules/taxonomies.php:262
|
2180 |
+
#: pro/includes/fields/field-payment.php:444 pro/includes/modules/dev.php:77
|
2181 |
+
#: pro/includes/modules/dev.php:154 pro/includes/modules/dev.php:213
|
2182 |
+
#: pro/includes/modules/dev.php:297 pro/includes/modules/dev.php:345
|
2183 |
+
#: pro/includes/modules/dev.php:393 pro/includes/modules/dev.php:441
|
2184 |
#: pro/includes/modules/scripts-list.php:197
|
2185 |
msgid "View"
|
2186 |
msgstr ""
|
2212 |
#: includes/modules/forms-action-post.php:799
|
2213 |
#: includes/modules/forms-action-redirect.php:87
|
2214 |
#: includes/modules/forms-action-term.php:486
|
2215 |
+
#: includes/modules/forms-action-user.php:982 includes/modules/forms.php:174
|
2216 |
#: pro/includes/modules/forms-action-option.php:216
|
2217 |
msgid "Documentation"
|
2218 |
msgstr ""
|
2246 |
msgid "Invalid username or password"
|
2247 |
msgstr ""
|
2248 |
|
2249 |
+
#: includes/modules/forms-action-user.php:679
|
2250 |
msgid "Cannot create a user with an empty login name."
|
2251 |
msgstr ""
|
2252 |
|
2253 |
+
#: includes/modules/forms-action-user.php:683
|
2254 |
msgid "Username may not be longer than 60 characters."
|
2255 |
msgstr ""
|
2256 |
|
2257 |
+
#: includes/modules/forms-action-user.php:689
|
2258 |
msgid "Sorry, that username already exists!"
|
2259 |
msgstr ""
|
2260 |
|
2261 |
+
#: includes/modules/forms-action-user.php:697
|
2262 |
msgid "Nicename may not be longer than 50 characters."
|
2263 |
msgstr ""
|
2264 |
|
2368 |
msgstr ""
|
2369 |
|
2370 |
#: includes/modules/options.class.php:194 pro/includes/modules/dev.php:68
|
2371 |
+
#: pro/includes/modules/dev.php:145 pro/includes/modules/dev.php:204
|
2372 |
+
#: pro/includes/modules/dev.php:255 pro/includes/modules/dev.php:292
|
2373 |
+
#: pro/includes/modules/dev.php:340 pro/includes/modules/dev.php:388
|
2374 |
+
#: pro/includes/modules/dev.php:436 pro/includes/modules/dev.php:483
|
2375 |
msgid "ID"
|
2376 |
msgstr ""
|
2377 |
|
2462 |
msgid "Clear"
|
2463 |
msgstr ""
|
2464 |
|
2465 |
+
#: pro/assets/js/acfe-pro-input.js:979
|
2466 |
msgid "Maximum items reached ({max} items)"
|
2467 |
msgstr ""
|
2468 |
|
2469 |
+
#: pro/assets/js/acfe-pro-input.js:1094
|
2470 |
msgid "Edit File"
|
2471 |
msgstr ""
|
2472 |
|
2473 |
+
#: pro/assets/js/acfe-pro-input.js:1095
|
2474 |
msgid "Update File"
|
2475 |
msgstr ""
|
2476 |
|
2477 |
+
#: pro/assets/js/acfe-pro-input.js:1547
|
2478 |
msgid "This field has a limit of {max} {label} {identifier}"
|
2479 |
msgstr ""
|
2480 |
|
2481 |
+
#: pro/assets/js/acfe-pro-input.js:1548
|
2482 |
#: pro/includes/fields/field-flexible-content-locations.php:180
|
2483 |
msgid "layout"
|
2484 |
msgid_plural "layouts"
|
2485 |
msgstr[0] ""
|
2486 |
msgstr[1] ""
|
2487 |
|
2488 |
+
#: pro/assets/js/acfe-pro-input.js:3617
|
2489 |
msgid "OK"
|
2490 |
msgstr ""
|
2491 |
|
2492 |
+
#: pro/assets/js/acfe-pro-input.js:3617
|
2493 |
msgid "Cancel"
|
2494 |
msgstr ""
|
2495 |
|
2539 |
msgid "Import Templates"
|
2540 |
msgstr ""
|
2541 |
|
2542 |
+
#: pro/includes/fields-settings/instructions.php:38
|
2543 |
msgid "Instructions Placement"
|
2544 |
msgstr ""
|
2545 |
|
2606 |
msgid "Toggle All"
|
2607 |
msgstr ""
|
2608 |
|
2609 |
+
#: pro/includes/fields/field-color-picker.php:29
|
2610 |
+
#: pro/includes/fields/field-color-picker.php:145
|
2611 |
msgid "Select Color"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
+
#: pro/includes/fields/field-color-picker.php:111
|
2615 |
msgid "Display Style"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
+
#: pro/includes/fields/field-color-picker.php:133
|
2619 |
+
#: pro/includes/fields/field-color-picker.php:261
|
2620 |
msgid "Label"
|
2621 |
msgstr ""
|
2622 |
|
2623 |
+
#: pro/includes/fields/field-color-picker.php:134
|
2624 |
msgid "Both (Array)"
|
2625 |
msgstr ""
|
2626 |
|
2627 |
+
#: pro/includes/fields/field-color-picker.php:141
|
2628 |
#: pro/includes/fields/field-file.php:354
|
2629 |
msgid "Button Label"
|
2630 |
msgstr ""
|
2631 |
|
2632 |
+
#: pro/includes/fields/field-color-picker.php:158
|
2633 |
msgid "Color Picker"
|
2634 |
msgstr ""
|
2635 |
|
2636 |
+
#: pro/includes/fields/field-color-picker.php:166
|
2637 |
msgid "Position Absolute"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
+
#: pro/includes/fields/field-color-picker.php:183
|
2641 |
msgid "Text Input"
|
2642 |
msgstr ""
|
2643 |
|
2644 |
+
#: pro/includes/fields/field-color-picker.php:207
|
2645 |
#: pro/includes/fields/field-date-range-picker.php:228
|
2646 |
msgid "Allow null"
|
2647 |
msgstr ""
|
2648 |
|
2649 |
+
#: pro/includes/fields/field-color-picker.php:218
|
2650 |
msgid "RGBA"
|
2651 |
msgstr ""
|
2652 |
|
2653 |
+
#: pro/includes/fields/field-color-picker.php:228
|
2654 |
msgid "Use Theme Colors"
|
2655 |
msgstr ""
|
2656 |
|
2657 |
+
#: pro/includes/fields/field-color-picker.php:236
|
2658 |
msgid "Custom Colors"
|
2659 |
msgstr ""
|
2660 |
|
2661 |
+
#: pro/includes/fields/field-color-picker.php:237
|
2662 |
msgid "Enter each choice on a new line."
|
2663 |
msgstr ""
|
2664 |
|
2665 |
+
#: pro/includes/fields/field-color-picker.php:237
|
2666 |
msgid "For more control, you may specify both a value and label like this:"
|
2667 |
msgstr ""
|
2668 |
|
2669 |
+
#: pro/includes/fields/field-color-picker.php:237
|
2670 |
msgid "#2271b1 : Primary"
|
2671 |
msgstr ""
|
2672 |
|
3278 |
msgid "Pay now"
|
3279 |
msgstr ""
|
3280 |
|
3281 |
+
#: pro/includes/fields/field-payment.php:65
|
3282 |
msgid "Gateways"
|
3283 |
msgstr ""
|
3284 |
|
3285 |
+
#: pro/includes/fields/field-payment.php:66
|
3286 |
msgid "Choose your payment gateways"
|
3287 |
msgstr ""
|
3288 |
|
3289 |
+
#: pro/includes/fields/field-payment.php:79
|
3290 |
+
#: pro/includes/fields/field-payment.php:422
|
3291 |
+
#: pro/includes/fields/field-payment.php:1154
|
3292 |
msgid "Amount"
|
3293 |
msgstr ""
|
3294 |
|
3295 |
+
#: pro/includes/fields/field-payment.php:80
|
3296 |
msgid "The amount to charge"
|
3297 |
msgstr ""
|
3298 |
|
3299 |
+
#: pro/includes/fields/field-payment.php:88
|
3300 |
msgid "Currency"
|
3301 |
msgstr ""
|
3302 |
|
3303 |
+
#: pro/includes/fields/field-payment.php:89
|
3304 |
msgid "The currency to use"
|
3305 |
msgstr ""
|
3306 |
|
3307 |
+
#: pro/includes/fields/field-payment.php:101
|
3308 |
#: pro/includes/modules/scripts-list.php:260
|
3309 |
msgid "Description"
|
3310 |
msgstr ""
|
3311 |
|
3312 |
+
#: pro/includes/fields/field-payment.php:102
|
3313 |
msgid "A description attached to the payment. Useful for displaying to users"
|
3314 |
msgstr ""
|
3315 |
|
3316 |
+
#: pro/includes/fields/field-payment.php:109
|
3317 |
msgid "Display Button"
|
3318 |
msgstr ""
|
3319 |
|
3320 |
+
#: pro/includes/fields/field-payment.php:198
|
3321 |
msgid "Stripe Test API"
|
3322 |
msgstr ""
|
3323 |
|
3324 |
+
#: pro/includes/fields/field-payment.php:199
|
3325 |
msgid "Your Stripe Test API Keys"
|
3326 |
msgstr ""
|
3327 |
|
3328 |
+
#: pro/includes/fields/field-payment.php:211
|
3329 |
+
#: pro/includes/fields/field-payment.php:230
|
3330 |
msgid "Public key"
|
3331 |
msgstr ""
|
3332 |
|
3333 |
+
#: pro/includes/fields/field-payment.php:217
|
3334 |
msgid "Stripe Production API"
|
3335 |
msgstr ""
|
3336 |
|
3337 |
+
#: pro/includes/fields/field-payment.php:218
|
3338 |
msgid "Your Stripe Production API Keys"
|
3339 |
msgstr ""
|
3340 |
|
3341 |
+
#: pro/includes/fields/field-payment.php:236
|
3342 |
msgid "PayPal Test API"
|
3343 |
msgstr ""
|
3344 |
|
3345 |
+
#: pro/includes/fields/field-payment.php:237
|
3346 |
msgid "Your PayPal Sandbox Credentials"
|
3347 |
msgstr ""
|
3348 |
|
3349 |
+
#: pro/includes/fields/field-payment.php:240
|
3350 |
+
#: pro/includes/fields/field-payment.php:279
|
3351 |
msgid "Username"
|
3352 |
msgstr ""
|
3353 |
|
3354 |
+
#: pro/includes/fields/field-payment.php:249
|
3355 |
+
#: pro/includes/fields/field-payment.php:288
|
3356 |
msgid "Password"
|
3357 |
msgstr ""
|
3358 |
|
3359 |
+
#: pro/includes/fields/field-payment.php:259
|
3360 |
+
#: pro/includes/fields/field-payment.php:298
|
3361 |
msgid "Signature"
|
3362 |
msgstr ""
|
3363 |
|
3364 |
+
#: pro/includes/fields/field-payment.php:269
|
3365 |
+
#: pro/includes/fields/field-payment.php:308
|
3366 |
msgid "Merchant ID"
|
3367 |
msgstr ""
|
3368 |
|
3369 |
+
#: pro/includes/fields/field-payment.php:275
|
3370 |
msgid "PayPal Production API"
|
3371 |
msgstr ""
|
3372 |
|
3373 |
+
#: pro/includes/fields/field-payment.php:276
|
3374 |
msgid "Your PayPal Production Credentials"
|
3375 |
msgstr ""
|
3376 |
|
3377 |
+
#: pro/includes/fields/field-payment.php:314
|
3378 |
+
#: pro/includes/fields/field-payment.php:417
|
3379 |
+
#: pro/includes/fields/field-payment.php:1151
|
3380 |
msgid "Mode"
|
3381 |
msgstr ""
|
3382 |
|
3383 |
+
#: pro/includes/fields/field-payment.php:315
|
3384 |
msgid "Switch API mode"
|
3385 |
msgstr ""
|
3386 |
|
3387 |
+
#: pro/includes/fields/field-payment.php:320
|
3388 |
+
#: pro/includes/fields/field-payment.php:1098
|
3389 |
msgid "Test"
|
3390 |
msgstr ""
|
3391 |
|
3392 |
+
#: pro/includes/fields/field-payment.php:321
|
3393 |
+
#: pro/includes/fields/field-payment.php:1099
|
3394 |
msgid "Production"
|
3395 |
msgstr ""
|
3396 |
|
3397 |
+
#: pro/includes/fields/field-payment.php:382
|
3398 |
msgid "Payment meta is invalid."
|
3399 |
msgstr ""
|
3400 |
|
3401 |
+
#: pro/includes/fields/field-payment.php:412
|
3402 |
+
#: pro/includes/fields/field-payment.php:1148
|
3403 |
msgid "Gateway"
|
3404 |
msgstr ""
|
3405 |
|
3406 |
+
#: pro/includes/fields/field-payment.php:427
|
3407 |
+
#: pro/includes/fields/field-payment.php:1157
|
3408 |
msgid "Items"
|
3409 |
msgstr ""
|
3410 |
|
3411 |
+
#: pro/includes/fields/field-payment.php:432
|
3412 |
+
#: pro/includes/fields/field-payment.php:1160
|
3413 |
#: pro/includes/fields/field-post-field.php:38
|
3414 |
msgid "Date"
|
3415 |
msgstr ""
|
3416 |
|
3417 |
+
#: pro/includes/fields/field-payment.php:436
|
3418 |
+
#: pro/includes/fields/field-payment.php:1162
|
3419 |
msgid "IP Address"
|
3420 |
msgstr ""
|
3421 |
|
3422 |
+
#: pro/includes/fields/field-payment.php:440
|
3423 |
+
#: pro/includes/fields/field-payment.php:1164
|
3424 |
msgid "Payment ID"
|
3425 |
msgstr ""
|
3426 |
|
3427 |
+
#: pro/includes/fields/field-payment.php:444
|
3428 |
msgid "Payment Object"
|
3429 |
msgstr ""
|
3430 |
|
3431 |
+
#: pro/includes/fields/field-payment.php:531
|
3432 |
msgid "PayPal Checkout"
|
3433 |
msgstr ""
|
3434 |
|
3435 |
+
#: pro/includes/fields/field-payment.php:639
|
3436 |
msgid "Amount can't be null"
|
3437 |
msgstr ""
|
3438 |
|
3439 |
+
#: pro/includes/fields/field-payment.php:716
|
3440 |
msgid "Payment failed"
|
3441 |
msgstr ""
|
3442 |
|
3443 |
+
#: pro/includes/fields/field-payment.php:957
|
3444 |
msgid "Your card number is invalid"
|
3445 |
msgstr ""
|
3446 |
|
3569 |
#: pro/includes/fields/field-post-field.php:48
|
3570 |
#: pro/includes/fields/field-post-field.php:57
|
3571 |
#: pro/includes/locations/menu-item-type.php:23
|
3572 |
+
#: pro/includes/modules/dev.php:149
|
3573 |
msgid "Taxonomy"
|
3574 |
msgstr ""
|
3575 |
|
3924 |
msgid "Taxonomy Term"
|
3925 |
msgstr ""
|
3926 |
|
3927 |
+
#: pro/includes/modules/dev.php:76 pro/includes/modules/dev.php:153
|
3928 |
+
#: pro/includes/modules/dev.php:212 pro/includes/modules/dev.php:296
|
3929 |
+
#: pro/includes/modules/dev.php:344 pro/includes/modules/dev.php:392
|
3930 |
+
#: pro/includes/modules/dev.php:440
|
3931 |
msgid "Object data"
|
3932 |
msgstr ""
|
3933 |
|
3935 |
msgid "Post Object"
|
3936 |
msgstr ""
|
3937 |
|
3938 |
+
#: pro/includes/modules/dev.php:80 pro/includes/modules/dev.php:157
|
3939 |
+
#: pro/includes/modules/dev.php:216 pro/includes/modules/dev.php:259
|
3940 |
+
#: pro/includes/modules/dev.php:300 pro/includes/modules/dev.php:348
|
3941 |
+
#: pro/includes/modules/dev.php:396 pro/includes/modules/dev.php:444
|
3942 |
+
#: pro/includes/modules/dev.php:487
|
3943 |
msgid "Meta count"
|
3944 |
msgstr ""
|
3945 |
|
3946 |
+
#: pro/includes/modules/dev.php:83 pro/includes/modules/dev.php:160
|
3947 |
+
#: pro/includes/modules/dev.php:219 pro/includes/modules/dev.php:262
|
3948 |
+
#: pro/includes/modules/dev.php:303 pro/includes/modules/dev.php:351
|
3949 |
+
#: pro/includes/modules/dev.php:399 pro/includes/modules/dev.php:447
|
3950 |
+
#: pro/includes/modules/dev.php:490
|
3951 |
msgid "Clean"
|
3952 |
msgstr ""
|
3953 |
|
3954 |
+
#: pro/includes/modules/dev.php:89 pro/includes/modules/dev.php:166
|
3955 |
+
#: pro/includes/modules/dev.php:225 pro/includes/modules/dev.php:268
|
3956 |
+
#: pro/includes/modules/dev.php:309 pro/includes/modules/dev.php:357
|
3957 |
+
#: pro/includes/modules/dev.php:405 pro/includes/modules/dev.php:453
|
3958 |
+
#: pro/includes/modules/dev.php:496
|
3959 |
msgid "Single meta"
|
3960 |
msgstr ""
|
3961 |
|
3962 |
+
#: pro/includes/modules/dev.php:90 pro/includes/modules/dev.php:167
|
3963 |
+
#: pro/includes/modules/dev.php:226 pro/includes/modules/dev.php:269
|
3964 |
+
#: pro/includes/modules/dev.php:310 pro/includes/modules/dev.php:358
|
3965 |
+
#: pro/includes/modules/dev.php:406 pro/includes/modules/dev.php:454
|
3966 |
+
#: pro/includes/modules/dev.php:497
|
3967 |
msgid "Enabled"
|
3968 |
msgstr ""
|
3969 |
|
3970 |
+
#: pro/includes/modules/dev.php:154
|
3971 |
msgid "Term Object"
|
3972 |
msgstr ""
|
3973 |
|
3974 |
+
#: pro/includes/modules/dev.php:213
|
3975 |
msgid "User Object"
|
3976 |
msgstr ""
|
3977 |
|
3978 |
+
#: pro/includes/modules/dev.php:297
|
3979 |
msgid "Options Page Object"
|
3980 |
msgstr ""
|
3981 |
|
3982 |
+
#: pro/includes/modules/dev.php:345 pro/includes/modules/dev.php:441
|
3983 |
msgid "Post Type Object"
|
3984 |
msgstr ""
|
3985 |
|
3986 |
+
#: pro/includes/modules/dev.php:393
|
3987 |
msgid "Taxonomy Object"
|
3988 |
msgstr ""
|
3989 |
|
3990 |
+
#: pro/includes/modules/dev.php:553
|
3991 |
msgid "Users"
|
3992 |
msgstr ""
|
3993 |
|
4103 |
msgid "Error"
|
4104 |
msgstr ""
|
4105 |
|
4106 |
+
#: pro/includes/updates.php:245
|
4107 |
msgid "Deactivate License"
|
4108 |
msgstr ""
|
4109 |
|
4110 |
+
#: pro/includes/updates.php:245
|
4111 |
msgid "Activate License"
|
4112 |
msgstr ""
|
4113 |
|
4114 |
+
#: pro/includes/updates.php:285
|
4115 |
msgid "ACF Extended: License Information"
|
4116 |
msgstr ""
|
4117 |
|
4118 |
+
#: pro/includes/updates.php:289
|
4119 |
#, php-format
|
4120 |
msgid ""
|
4121 |
"To unlock updates, please enter your license key below. If you don't have a "
|
4123 |
"a>."
|
4124 |
msgstr ""
|
4125 |
|
4126 |
+
#: pro/includes/updates.php:299
|
4127 |
msgid "License Key"
|
4128 |
msgstr ""
|
4129 |
|
4130 |
+
#: pro/includes/updates.php:331
|
4131 |
msgid "ACF Extended: Update Information"
|
4132 |
msgstr ""
|
4133 |
|
4134 |
+
#: pro/includes/updates.php:338
|
4135 |
msgid "Current Version"
|
4136 |
msgstr ""
|
4137 |
|
4138 |
+
#: pro/includes/updates.php:347
|
4139 |
msgid "Latest Version"
|
4140 |
msgstr ""
|
4141 |
|
4142 |
+
#: pro/includes/updates.php:356
|
4143 |
msgid "Update Available"
|
4144 |
msgstr ""
|
4145 |
|
4146 |
+
#: pro/includes/updates.php:365
|
4147 |
msgid "Update Plugin"
|
4148 |
msgstr ""
|
4149 |
|
4150 |
+
#: pro/includes/updates.php:368
|
4151 |
msgid "Please enter your license key above to unlock updates"
|
4152 |
msgstr ""
|
4153 |
|
4154 |
+
#: pro/includes/updates.php:374
|
4155 |
msgid "Check Again"
|
4156 |
msgstr ""
|
4157 |
|
4158 |
+
#: pro/includes/updates.php:382
|
4159 |
msgid "Changelog"
|
4160 |
msgstr ""
|
4161 |
|
4162 |
+
#: pro/includes/updates.php:421
|
4163 |
msgid "An error occurred, please try again."
|
4164 |
msgstr ""
|
4165 |
|
4166 |
+
#: pro/includes/updates.php:425
|
4167 |
msgid "Your license key has expired."
|
4168 |
msgstr ""
|
4169 |
|
4170 |
+
#: pro/includes/updates.php:429
|
4171 |
msgid "Your license key has been disabled."
|
4172 |
msgstr ""
|
4173 |
|
4174 |
+
#: pro/includes/updates.php:433
|
4175 |
msgid "Licence key invalid."
|
4176 |
msgstr ""
|
4177 |
|
4178 |
+
#: pro/includes/updates.php:437
|
4179 |
msgid "Your license is not active for this URL."
|
4180 |
msgstr ""
|
4181 |
|
4182 |
+
#: pro/includes/updates.php:441
|
4183 |
msgid "This appears to be an invalid license key for ACF Extended Pro."
|
4184 |
msgstr ""
|
4185 |
|
4186 |
+
#: pro/includes/updates.php:445
|
4187 |
msgid "Your license key has reached its activation limit."
|
4188 |
msgstr ""
|
4189 |
|
4190 |
+
#: pro/includes/updates.php:449
|
4191 |
msgid "<b>Licence key activated</b>. Updates are now enabled."
|
4192 |
msgstr ""
|
4193 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: acf, custom fields, meta, admin, fields, form, repeater, content
|
|
5 |
Requires at least: 4.9
|
6 |
Tested up to: 5.8
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 0.8.8.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -124,6 +124,9 @@ A collection of multiple new Field Groups locations allowing developers to targe
|
|
124 |
**[Location: All post types](https://www.acf-extended.com/features/field-groups/locations/all-post-types)**
|
125 |
Display field groups on all post types edition screen.
|
126 |
|
|
|
|
|
|
|
127 |
**[Location: Field Value](https://www.acf-extended.com/features/field-groups/locations/field-value)** **(PRO)**
|
128 |
Display a field group based on the field value of an another field group.
|
129 |
|
@@ -136,6 +139,9 @@ Display field group on post types admin list screen.
|
|
136 |
**[Location: Taxonomy List](https://www.acf-extended.com/features/field-groups/locations/taxonomy-list)**
|
137 |
Display field group on taxonomies admin list screen.
|
138 |
|
|
|
|
|
|
|
139 |
**[Location: WP Settings](https://www.acf-extended.com/features/field-groups/locations/wp-settings)** **(PRO)**
|
140 |
Display field groups on WP Settings pages: General, Writing, Reading, Discussion, Media and Pemalinks.
|
141 |
|
@@ -227,7 +233,7 @@ Display a modern UI of the ACF Datepicker field. CSS and icons have been enhance
|
|
227 |
**[Date Range Picker](https://www.acf-extended.com/features/fields/date-range-picker)** **(PRO)**
|
228 |
Display a Date Range Picker. The field support a wide range of customization, such as: Placeholder, Default dates, Range Restriction, Date restriction, No weekends etc.
|
229 |
|
230 |
-
**[Dynamic
|
231 |
Display custom HTML/PHP content using a simple named hook.
|
232 |
|
233 |
**[Field Groups](https://www.acf-extended.com/features/fields/field-groups-selector)** **(PRO)**
|
@@ -281,6 +287,15 @@ Display a Menu selector as radio, checkbox or select field type.
|
|
281 |
**[Options Pages](https://www.acf-extended.com/features/fields/options-pages)** **(PRO)**
|
282 |
Display an ACF Options Pages selector as radio, checkbox or select field type.
|
283 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
284 |
**[Phone Number](https://www.acf-extended.com/features/fields/phone-number)** **(PRO)**
|
285 |
Display a fully customizable international Phone Number field.
|
286 |
|
@@ -343,10 +358,10 @@ The Dynamic Block Types module allows you to register and manage ACF Block Types
|
|
343 |
**[Classic Editor](https://www.acf-extended.com/features/modules/classic-editor)** **(PRO)**
|
344 |
ACF Extended is bundled with a custom merged version of the Classic Editor & Disable Gutenberg plugins.
|
345 |
|
346 |
-
**[Developer Mode](https://www.acf-extended.com/features/modules/developer-mode)**
|
347 |
-
The Developer Mode allow you to view all Posts, Terms, Users & Options custom
|
348 |
|
349 |
-
**[Forms](https://www.acf-extended.com/features/modules/dynamic-forms)**
|
350 |
Manage Advanced ACF Forms from the WordPress administration. This module is an enhanced version of the native ACF Form feature. While all native settings can used, Dynamic Forms adds many new settings and introduce “Actions” for a complete control over the form behavior.
|
351 |
|
352 |
**[Options Pages UI](https://www.acf-extended.com/features/modules/dynamic-options-pages)**
|
@@ -357,13 +372,17 @@ The Dynamic Post Types module allows you to register and manage custom post type
|
|
357 |
|
358 |
All native post types settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc…
|
359 |
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
**[Settings UI](https://www.acf-extended.com/features/modules/settings-ui)** **(FREE / PRO)**
|
361 |
The Settings UI allows developers to get an overview of all ACF and ACF Extended settings values from the ACF > Settings menu.
|
362 |
|
363 |
-
**[Single Meta](https://www.acf-extended.com/features/modules/single-meta
|
364 |
-
Compress all fields values from the current post, term, user or options into one single meta data. This process lighten the database load as values are saved and read from one single row
|
365 |
-
|
366 |
-
Once activated and after saving a post/term/user in the administration, all old meta data will be removed and packed together in a meta called `acf`.
|
367 |
|
368 |
**[Taxonomies UI](https://www.acf-extended.com/features/modules/dynamic-taxonomies)**
|
369 |
The Dynamic Taxonomies module allows you to register and manage custom taxonomies from your WordPress admin, in Tools > Taxonomies menu.
|
@@ -465,6 +484,38 @@ The content of the upcoming patch and work in progress features are all listed o
|
|
465 |
|
466 |
== Changelog ==
|
467 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
468 |
= 0.8.8.5 =
|
469 |
|
470 |
**ACF Extended Pro 0.8.8.5:**
|
@@ -512,7 +563,7 @@ The content of the upcoming patch and work in progress features are all listed o
|
|
512 |
* Field: Code Editor - Added "Json" Mode
|
513 |
* Field: Code Editor - Added "Return HTML Entities" setting to render entities instead of HTML
|
514 |
* Field: Code Editor - Fixed duplicated textarea when the field was duplicated within a Repeater or a Flexible Content
|
515 |
-
* Field: Columns - Fixed CSS when columns
|
516 |
* Field: Dynamic Message - Renamed field to "Dynamic Render"
|
517 |
* Field: File - Added `acfe/upload_dir` and `acfe/upload_file` hooks (+ variations) to allow developers easily change upload folder and file name during an upload
|
518 |
* Field: Flexible Content - Fixed "Toggle Layout" feature which rendered duplicated layouts on the front-end when a layout was toggled off
|
5 |
Requires at least: 4.9
|
6 |
Tested up to: 5.8
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 0.8.8.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
124 |
**[Location: All post types](https://www.acf-extended.com/features/field-groups/locations/all-post-types)**
|
125 |
Display field groups on all post types edition screen.
|
126 |
|
127 |
+
**[Location: Attachment List](https://www.acf-extended.com/features/field-groups/locations/attachment-list)** **(PRO)**
|
128 |
+
Display field group on attachment admin list screen.
|
129 |
+
|
130 |
**[Location: Field Value](https://www.acf-extended.com/features/field-groups/locations/field-value)** **(PRO)**
|
131 |
Display a field group based on the field value of an another field group.
|
132 |
|
139 |
**[Location: Taxonomy List](https://www.acf-extended.com/features/field-groups/locations/taxonomy-list)**
|
140 |
Display field group on taxonomies admin list screen.
|
141 |
|
142 |
+
**[Location: User List](https://www.acf-extended.com/features/field-groups/locations/user-list)** **(PRO)**
|
143 |
+
Display field group on user admin list screen.
|
144 |
+
|
145 |
**[Location: WP Settings](https://www.acf-extended.com/features/field-groups/locations/wp-settings)** **(PRO)**
|
146 |
Display field groups on WP Settings pages: General, Writing, Reading, Discussion, Media and Pemalinks.
|
147 |
|
233 |
**[Date Range Picker](https://www.acf-extended.com/features/fields/date-range-picker)** **(PRO)**
|
234 |
Display a Date Range Picker. The field support a wide range of customization, such as: Placeholder, Default dates, Range Restriction, Date restriction, No weekends etc.
|
235 |
|
236 |
+
**[Dynamic Render](https://www.acf-extended.com/features/fields/dynamic-render)**
|
237 |
Display custom HTML/PHP content using a simple named hook.
|
238 |
|
239 |
**[Field Groups](https://www.acf-extended.com/features/fields/field-groups-selector)** **(PRO)**
|
287 |
**[Options Pages](https://www.acf-extended.com/features/fields/options-pages)** **(PRO)**
|
288 |
Display an ACF Options Pages selector as radio, checkbox or select field type.
|
289 |
|
290 |
+
**[Payment](https://www.acf-extended.com/features/fields/payment)** **(PRO)**
|
291 |
+
Display a Payment Field that supports with Stripe & PayPal Express gateways, working on both front-end and back-end.
|
292 |
+
|
293 |
+
**[Payment Cart](https://www.acf-extended.com/features/fields/payment-cart)** **(PRO)**
|
294 |
+
Display an optional Payment Cart to easily setup an e-commerce solution.
|
295 |
+
|
296 |
+
**[Payment Selector](https://www.acf-extended.com/features/fields/payment-selector)** **(PRO)**
|
297 |
+
Display an optional Payment Selector which let the user switch the payment gateway.
|
298 |
+
|
299 |
**[Phone Number](https://www.acf-extended.com/features/fields/phone-number)** **(PRO)**
|
300 |
Display a fully customizable international Phone Number field.
|
301 |
|
358 |
**[Classic Editor](https://www.acf-extended.com/features/modules/classic-editor)** **(PRO)**
|
359 |
ACF Extended is bundled with a custom merged version of the Classic Editor & Disable Gutenberg plugins.
|
360 |
|
361 |
+
**[Developer Mode](https://www.acf-extended.com/features/modules/developer-mode)** **(FREE / PRO)**
|
362 |
+
The Developer Mode allow you to view all Posts, Terms, Users & Options custom metadata in a readable format. This feature is very useful to check what is actually saved in any WordPress Object.
|
363 |
|
364 |
+
**[Forms](https://www.acf-extended.com/features/modules/dynamic-forms)** **(FREE / PRO)**
|
365 |
Manage Advanced ACF Forms from the WordPress administration. This module is an enhanced version of the native ACF Form feature. While all native settings can used, Dynamic Forms adds many new settings and introduce “Actions” for a complete control over the form behavior.
|
366 |
|
367 |
**[Options Pages UI](https://www.acf-extended.com/features/modules/dynamic-options-pages)**
|
372 |
|
373 |
All native post types settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc…
|
374 |
|
375 |
+
**[Rewrite Rules](https://www.acf-extended.com/features/modules/rewrite-rules)** **(PRO)**
|
376 |
+
Get an overview of all WordPress permalinks structures and rules. Test URLs, export rules and flush permalinks from the UI.
|
377 |
+
|
378 |
+
**Scripts UI** **(PRO)**
|
379 |
+
Run custom scripts on thousands of posts. Including builtin "Orphan Meta Cleaner" and "Single Meta Converter" scripts.
|
380 |
+
|
381 |
**[Settings UI](https://www.acf-extended.com/features/modules/settings-ui)** **(FREE / PRO)**
|
382 |
The Settings UI allows developers to get an overview of all ACF and ACF Extended settings values from the ACF > Settings menu.
|
383 |
|
384 |
+
**[Single Meta](https://www.acf-extended.com/features/modules/single-meta)**
|
385 |
+
Compress all fields values from the current post, term, user or options into one single meta data. This process lighten the database load as values are saved and read from one single row called `acf`.
|
|
|
|
|
386 |
|
387 |
**[Taxonomies UI](https://www.acf-extended.com/features/modules/dynamic-taxonomies)**
|
388 |
The Dynamic Taxonomies module allows you to register and manage custom taxonomies from your WordPress admin, in Tools > Taxonomies menu.
|
484 |
|
485 |
== Changelog ==
|
486 |
|
487 |
+
= 0.8.8.6 =
|
488 |
+
|
489 |
+
**ACF Extended Pro 0.8.8.6:**
|
490 |
+
|
491 |
+
* Field: File - Fixed single file not being correctly saved when removed on Gutenberg screen
|
492 |
+
* Field: Payment - Added PayPal Production & Test API URL in settings instructions
|
493 |
+
* Field: Payment - Enhanced Stripe/PayPal JS enqueue on Gutenberg screen
|
494 |
+
* Field: Payment Cart - Fixed multiline "Default Value" setting
|
495 |
+
* Field: Phone Number - Fixed format value causing problem in some edge case
|
496 |
+
* Field: Phone Number - Changed default "Return Format" to "Number"
|
497 |
+
* Field Settings: Instructions More - Fixed `‐` in field settings instructions with ACF 5.10
|
498 |
+
* Module: Dev Mode - Fixed "Object Data" modal on Post Screen when sidebar is fixed
|
499 |
+
* Module: Forms - Fixed Shortcode Preview issue when the ACFE Form module was disabled
|
500 |
+
* Module: Orphan Meta Cleaner Script - Added support of multi-sublevel clones seamless fields
|
501 |
+
* General: Removed "No license key has been provided" annoying message on Updates Screen
|
502 |
+
|
503 |
+
**ACF Extended Basic 0.8.8.6:**
|
504 |
+
|
505 |
+
* Field: Flexible Content - Fixed WYSIWYG copy/paste layout feature with ACF 5.10
|
506 |
+
* Fields: Fixed ACFE Modal position on Gutenberg screen
|
507 |
+
* Module: Dev Mode - Added support of multi-sublevel clones seamless fields
|
508 |
+
* Module: Enhanced UI - Added LearnDash Taxonomies compatibility
|
509 |
+
* Module: Forms - Added `acfe_form_format_value()` back-compatibility with 3rd argument
|
510 |
+
* Module: Forms - Enhanced "Save ACF Fields" instructions text
|
511 |
+
* Module: Forms - Added "Post Excerpt" in the "Post Action" fields
|
512 |
+
* Module: Settings UI - Fixed tabs badge count with ACF 5.10
|
513 |
+
* General: Enhanced `acfe_is_json()` helper
|
514 |
+
* General: Added `acfe_is_block_editor()` helper
|
515 |
+
* General: Fixed typo in changelog
|
516 |
+
* General: Enhanced french translation
|
517 |
+
* General: Enhanced readme
|
518 |
+
|
519 |
= 0.8.8.5 =
|
520 |
|
521 |
**ACF Extended Pro 0.8.8.5:**
|
563 |
* Field: Code Editor - Added "Json" Mode
|
564 |
* Field: Code Editor - Added "Return HTML Entities" setting to render entities instead of HTML
|
565 |
* Field: Code Editor - Fixed duplicated textarea when the field was duplicated within a Repeater or a Flexible Content
|
566 |
+
* Field: Columns - Fixed CSS when columns when used in Tabs
|
567 |
* Field: Dynamic Message - Renamed field to "Dynamic Render"
|
568 |
* Field: File - Added `acfe/upload_dir` and `acfe/upload_file` hooks (+ variations) to allow developers easily change upload folder and file name during an upload
|
569 |
* Field: Flexible Content - Fixed "Toggle Layout" feature which rendered duplicated layouts on the front-end when a layout was toggled off
|