|
|
|
|
|
by easyThrowaway
752 days ago
|
|
I'm doing what you're proposing literally right now. I have a fascinating error 500 on production because somehow, somewhere, today Gutenberg and ACF w/Blocks are having a disagreement on parsing the content of a nested media field. Which could be ranging from "the user added an image description where he shouldn't have" to "a global object from a plugin is polluting other global objects passed to acf_register_block_type()". Maybe I should call the already irate client and tell him he should avoid quick judgments and strong opinions. |
|
In a classic wordpress install this would just cause some weird garbage in the output, but given that in a gutenberg+ACF setup the content data is passed to the React/Block rendering engine, it would absolutely go crazy.