=== Dynamic Block Content === Contributors: bszyk Donate link: https://www.paypal.com/donate/?business=QHL62AWL3PSMN&no_recurring=0&item_name=Anything+and+everything+helps%2C+thank+you%21 Tags: dynamic content, metadata, gutenberg, blocks, custom fields, frontend Requires at least: 4.5 Tested up to: 6.0 Requires PHP: 5.6 Stable tag: 0.1.3 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Enable WordPress blocks to display dynamic data that auto-updates on the frontend of your site. == Description == Simply select a block in the WordPress editor, toggle on Dynamic Content, and select the custom field (aka post meta key) that contains the value you'd like to display. If that value changes in your database, it will automatically reflect the change on the frontend of your site. The following blocks are currently supported: * Paragraph * Heading * Verse == Frequently Asked Questions == = Does this work with ACF (Advanced Custom Fields)? = Absolutely! Works with regular custom fields or ACF. = Can I have just a section of text dynamic? = Not yet! Currently the dynamic value will take over the entire block. == Screenshots == 1. View of the editor with Dynamic Content enabled on a paragraph block. == Changelog == = 0.1.3 = * Filter out serialized values * Remove dev dependency from composer.json * Remove defining constants from json = 0.1.2 = * Works with nested/inner blocks = 0.1.1 = * Fix frontend rendering bug * Tested up to WordPress 6.0 * Update author info = 0.1.0 = * Initial release.