{"id":108294,"date":"2019-08-26T21:17:51","date_gmt":"2019-08-26T21:17:51","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/flexible-content-extended-for-advanced-custom-fields\/"},"modified":"2022-08-24T20:42:05","modified_gmt":"2022-08-24T20:42:05","slug":"acf-flexible-content-extended","status":"publish","type":"plugin","link":"https:\/\/lin.wordpress.org\/plugins\/acf-flexible-content-extended\/","author":17448114,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.0.0","stable_tag":"trunk","tested":"6.0.11","requires":"6.0","requires_php":"8.0","requires_plugins":"","header_name":"Flexible Content Extended for Advanced Custom Fields","header_author":"Jameel Moses","header_description":"Extends the ACF Flexible Content Field by transforming the layout list into a modal with image previews. Editing the fields layouts also happens in a modal for a better editing user experience.","assets_banners_color":"dcddec","last_updated":"2022-08-24 20:42:05","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/paypalme\/jameelmoses","header_plugin_uri":"https:\/\/github.com\/jameelmoses\/acf-flexible-content-extended","header_author_uri":"https:\/\/github.com\/jameelmoses","rating":5,"author_block_rating":0,"active_installs":800,"downloads":26796,"num_ratings":4,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":4},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":2145983,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":2145983,"resolution":"256x256","location":"assets","locale":""},"icon.svg":{"filename":"icon.svg","revision":2145983,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":2145983,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":2145983,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":2145983,"resolution":"1","location":"assets","locale":""},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":2145983,"resolution":"2","location":"assets","locale":""},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":2145983,"resolution":"3","location":"assets","locale":""}},"screenshots":{"1":"Screenshot of Flexible Content Field Layouts Add Modal","2":"Screenshot of Flexible Content Field Layouts","3":"Screenshot of Flexible Content Field Layout Edit Modal"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2211,1391,527,2240,2235],"plugin_category":[59],"plugin_contributors":[175173,213267],"plugin_business_model":[],"class_list":["post-108294","plugin","type-plugin","status-publish","hentry","plugin_tags-acf","plugin_tags-advanced","plugin_tags-custom","plugin_tags-field","plugin_tags-fields","plugin_category-utilities-and-tools","plugin_contributors-jameelmoses","plugin_contributors-klabson","plugin_committers-jameelmoses"],"banners":{"banner":"https:\/\/ps.w.org\/acf-flexible-content-extended\/assets\/banner-772x250.jpg?rev=2145983","banner_2x":"https:\/\/ps.w.org\/acf-flexible-content-extended\/assets\/banner-1544x500.jpg?rev=2145983","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/acf-flexible-content-extended\/assets\/icon.svg?rev=2145983","icon":"https:\/\/ps.w.org\/acf-flexible-content-extended\/assets\/icon.svg?rev=2145983","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/acf-flexible-content-extended\/assets\/screenshot-1.jpg?rev=2145983","caption":"Screenshot of Flexible Content Field Layouts Add Modal"},{"src":"https:\/\/ps.w.org\/acf-flexible-content-extended\/assets\/screenshot-2.jpg?rev=2145983","caption":"Screenshot of Flexible Content Field Layouts"},{"src":"https:\/\/ps.w.org\/acf-flexible-content-extended\/assets\/screenshot-3.jpg?rev=2145983","caption":"Screenshot of Flexible Content Field Layout Edit Modal"}],"raw_content":"<!--section=description-->\n<p>Extends the ACF Flexible Content Field by transforming the layout list into a modal with image previews. Editing the fields layouts also happens in a modal for a better editing user experience.<\/p>\n\n<h4>Image Conventions<\/h4>\n\n<ul>\n<li>The size of the image should be 730 x 300.<\/li>\n<li>They should be named based on the layout's name (<code>text_block<\/code>) with underscores converted to dashes (<code>text-block.jpg<\/code>).<\/li>\n<\/ul>\n\n<h4>Image Location<\/h4>\n\n<p>Images should be placed in your theme. By default, images are located here: <code>THEME\/lib\/admin\/images\/acf-flexible-content-extended<\/code>.<\/p>\n\n<p>Also note that you can filter this path, but it <strong>MUST<\/strong> be in your theme:<\/p>\n\n<pre><code>add_filter( 'acf-flexible-content-extended.images_path', $path );\n<\/code><\/pre>\n\n<p><strong>NOTE:<\/strong> The path should not have a trailing beginning or trailing slash!<\/p>\n\n<p>Additionally, you could filter all keys and\/or images:<\/p>\n\n<pre><code>add_filter( 'acf-flexible-content-extended.images', $images );\n<\/code><\/pre>\n\n<h4>Issues &amp; Feature Requests<\/h4>\n\n<p>If you identify any errors or have an idea for improving the plugin, feel free to open an <a href=\"https:\/\/github.com\/jameelmoses\/acf-flexible-content-extended\/issues\">issue<\/a> or <a href=\"https:\/\/github.com\/jameelmoses\/acf-flexible-content-extended\/pulls\">create a pull request<\/a>. Please provide as much info as needed in order to help resolving or approve your request.<\/p>\n\n<!--section=installation-->\n<p>This plugin works only if the <a href=\"https:\/\/www.advancedcustomfields.com\/\">ACF Pro &gt;= 5.7.O<\/a> plugin is installed and activated.<\/p>\n\n<h4>Requirements<\/h4>\n\n<ul>\n<li><a href=\"https:\/\/www.advancedcustomfields.com\/\">ACF Pro &gt;= 5.7.O<\/a><\/li>\n<li>WordPress 6.0<\/li>\n<li>Tested up to WP 6.0.1<\/li>\n<li>Browser Support:\n\n<ul>\n<li>Last 2 Firefox major versions<\/li>\n<li>Last 2 Safari major versions<\/li>\n<li>Last 2 Edge major versions<\/li>\n<li>Last 2 Chrome major versions<\/li>\n<\/ul><\/li>\n<li>PHP 8.0+<\/li>\n<\/ul>\n\n<h4>From your WordPress dashboard<\/h4>\n\n<ol>\n<li><strong>Visit<\/strong> Plugins &gt; Add New<\/li>\n<li><strong>Search<\/strong> for \"Flexible Content Extended for Advanced Custom Fields\"<\/li>\n<li><strong>Activate<\/strong> Flexible Content Extended for Advanced Custom Fields from your Plugins page<\/li>\n<li><strong>Add images<\/strong> to your theme in <code>THEME\/lib\/admin\/images\/acf-flexible-content-extended<\/code> or customize the path using <code>add_filter( 'acf-flexible-content-extended.images_path', $path );<\/code><\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>2.0.0<\/h4>\n\n<ul>\n<li>Requires PHP &gt;= 8.0<\/li>\n<li>Requires WordPress &gt;= 6.0<\/li>\n<li>Solve for flexible content fields inside of repeaters and groups<\/li>\n<li>CSS improvements (uses css grid instead of flexbox)<\/li>\n<\/ul>\n\n<h4>1.10.0<\/h4>\n\n<ul>\n<li>Fixing issue with ACF version compare since it doesn't follow PHP version constraints<\/li>\n<\/ul>\n\n<h4>1.0.9<\/h4>\n\n<ul>\n<li>PHP 8 Compatibility<\/li>\n<\/ul>\n\n<h4>1.0.8<\/h4>\n\n<ul>\n<li>Resolves CSS and JS conflicts. Adds support for layouts that begin with a number.<\/li>\n<\/ul>\n\n<h4>1.0.7<\/h4>\n\n<ul>\n<li>Resolve JS bug<\/li>\n<\/ul>\n\n<h4>1.0.6<\/h4>\n\n<ul>\n<li>Resolve issue with modals related to new duplicate layout function in ACF 5.9<\/li>\n<\/ul>\n\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>Resolve JS error if `acf.getField()`` is not defined<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Update hook for enqueuing and registering assets for ACF 5.9 compatibility. Thanks @elliottpost!<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Fixes a bug related to nested fields<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Supporting nested flexible content fields<\/li>\n<li>Updating dependencies<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Updating dependencies<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Extends the ACF Flexible Content Field by transforming the layout list into a modal with image previews and editing in a modal for better UX.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/108294","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=108294"}],"author":[{"embeddable":true,"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/jameelmoses"}],"wp:attachment":[{"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=108294"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=108294"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=108294"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=108294"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=108294"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=108294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}