Format whitespace in aff.html files
authorColeman Watts <coleman@civicrm.org>
Wed, 27 Nov 2019 14:42:22 +0000 (09:42 -0500)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:20 +0000 (19:13 -0700)
commit20d4bccc5703cb2648e65f1150c62b9010d5dd89
tree1a82f103b0d51e6e927bf63db6437ca267cbdaf3
parent31fa01e49457ef9f0422ea614155b8dfb5d1b403
Format whitespace in aff.html files

Adds api options for use in GUI editor to autoformat html whitespace.
Results in much nicer looking markup!
ext/afform/core/CRM/Afform/ArrayHtml.php
ext/afform/core/Civi/Api4/Utils/AfformFormatTrait.php
ext/afform/gui/ang/afGuiEditor.js
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/empty.php
ext/afform/mock/tests/phpunit/api/v4/formatExamples/self-closing.php
ext/afform/mock/tests/phpunit/api/v4/formatExamples/string.php