# -*- mode: snippet -*-
|
|
# name: LWC Input
|
|
# condition: (locate-dominating-file buffer-file-name "lwc")
|
|
# key: input
|
|
# --
|
|
<vlocity_cmt-input
|
|
theme="nds"
|
|
min-length="10"
|
|
required
|
|
label="Minimum 10 char"
|
|
placeholder="Minimum 10 char">
|
|
</vlocity_cmt-input>
|