You are here

protected property HCaptcha::$attributes in hCaptcha 8

File

src/HCaptcha/HCaptcha.php, line 11

Class

HCaptcha

Namespace

Drupal\hcaptcha\HCaptcha

Code

protected $attributes = array(
  'class' => 'h-captcha',
  'data-sitekey' => '',
  'data-theme' => '',
  'data-size' => '',
  'data-tabindex' => 0,
);