You are here

protected property AmpFormatterTwitterTest::$ampFormatterSettings in Accelerated Mobile Pages (AMP) 8.3

The AMP formatter_settings.

Type: string

Overrides AmpFormatterTestBase::$ampFormatterSettings

File

tests/src/Functional/AmpFormatterTwitterTest.php, line 20

Class

AmpFormatterTwitterTest
Tests AMP Social Post Formatter.

Namespace

Drupal\Tests\amp\Functional

Code

protected $ampFormatterSettings = [
  'layout' => 'responsive',
  'width' => 16,
  'height' => 9,
  'provider' => [
    'twitter' => 'twitter',
  ],
  'data-embed-as' => 'post',
  'data-align-center' => '',
  'placeholder' => '',
];