You are here

protected property DisplayJsonFeedTest::$htmlAllowedAttributes in JSON Feed 8

The JSON Feed attributes that allow HTML markup.

Type: array

File

tests/src/Functional/DisplayJsonFeedTest.php, line 60

Class

DisplayJsonFeedTest
Tests the json_feed display plugin.

Namespace

Drupal\Tests\json_feed\Functional

Code

protected $htmlAllowedAttributes = [
  'content_html',
];