In shallow mode, only convert markup to array that the GUI editor understands.
authorColeman Watts <coleman@civicrm.org>
Sat, 30 Nov 2019 15:52:33 +0000 (10:52 -0500)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:20 +0000 (19:13 -0700)
commit37b66ed682b6fb5c3401f7f997907d903f58de6e
treef64b7088dae78c415d47d341ab859ac2be27435a
parent991be095f8c3d8987c7de90de632f5118a32f85f
In shallow mode, only convert markup to array that the GUI editor understands.

Any markup not using a tag/class/attribute understood by the GUI editor
will have its contents preserved "as-is" in a "#markup" string.
ext/afform/core/CRM/Afform/ArrayHtml.php
ext/afform/mock/tests/phpunit/api/v4/AfformTest.php
ext/afform/mock/tests/phpunit/api/v4/formatExamples/apple.php
ext/afform/mock/tests/phpunit/api/v4/formatExamples/banana.php
ext/afform/mock/tests/phpunit/api/v4/formatExamples/cherry.php
ext/afform/mock/tests/phpunit/api/v4/formatExamples/comments.php
ext/afform/mock/tests/phpunit/api/v4/formatExamples/self-closing.php
ext/afform/mock/tests/phpunit/api/v4/formatExamples/stylized.php