ACF should be aware of config.enterMode
The follow-up of #9829.
Things that need to dependent on config.enterMode setting:
- Default ACF rules ('div br' in DIV mode and 'br' in BR mode).
- Function removing filtered out elements (blocks should be replaced with div in DIV mode and removed and separated by br in BR mode).
- Blockless editables should automatically force ACF's behaviour for BR mode. Perhaps they automatically force enterMode=BR, what would be enough.
Change History (5)
Owner: |
set to Piotrek Koszuliński
|
Status: |
confirmed →
assigned
|
Status: |
assigned →
review
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
Pushed t/10071 on dev and tests.