Removes RegExp info from masks for now.
This commit is contained in:
parent
d2d3ccb844
commit
93233329bc
|
@ -39,9 +39,8 @@ class Text extends Metadata_Type {
|
|||
'mask' => [
|
||||
'title' => __( 'Mask input', 'tainacan' ),
|
||||
'description' => sprintf(
|
||||
__( 'Define a pattern that will be used to mask the input. Learn how to build mask patterns <a target="_blank" href="%1$s">here</a> or, for a more advanced usage, type a <a target="_blank" href="%2$s">Regular Expression</a>.', 'tainacan' ),
|
||||
'https://imask.js.org/guide.html#masked-pattern',
|
||||
'https://en.wikipedia.org/wiki/Regular_expression'
|
||||
__( 'Define a pattern of fixed characters that will be used to mask the input. Learn how to build mask patterns <a target="_blank" href="%1$s">here</a>.', 'tainacan' ),
|
||||
'https://imask.js.org/guide.html#masked-pattern'
|
||||
)
|
||||
]
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue