This commit is contained in:
Pedro Silva 2023-07-12 08:37:26 +01:00
parent 7cba0edebf
commit 1655a7aec9
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3

View file

@ -319,7 +319,7 @@ return function ( ContainerInterface $container, array $fields ): array {
'maxlength' => 13, 'maxlength' => 13,
'custom_attributes' => array( 'custom_attributes' => array(
'pattern' => '[A-Z0-9]{13}', 'pattern' => '[A-Z0-9]{13}',
'autocomplete' => 'off' 'autocomplete' => 'off',
), ),
'default' => false, 'default' => false,
'screens' => array( 'screens' => array(