Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 1753e16

Browse files
abaracedopetetnt
authored andcommitted
Set hidden attribute as a flag (#13752)
1 parent c96c8bc commit 1753e16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/extensions/default/HTMLCodeHints/HtmlAttributes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dir": { "attribOption": ["ltr", "rtl"], "global": "true"},
77
"draggable": { "attribOption": ["auto", "false", "true"], "global": "true" },
88
"dropzone": { "attribOption": ["copy", "move", "link"], "global": "true" },
9-
"hidden": { "attribOption": ["hidden"], "global": "true" },
9+
"hidden": { "attribOption": [], "type": "flag", "global": "true" },
1010
"id": { "attribOption": [], "global": "true", "type": "cssId" },
1111
"lang": { "attribOption": ["ab", "aa", "af", "sq", "am", "ar", "an", "hy", "as", "ay", "az", "ba", "eu", "bn", "dz", "bh", "bi", "br",
1212
"bg", "my", "be", "km", "ca", "zh", "co", "hr", "cs", "da", "nl", "en", "eo", "et", "fo", "fa", "fi", "fr",
@@ -267,4 +267,4 @@
267267
"wrap": { "attribOption": ["hard", "soft"] },
268268
"xml:lang": { "attribOption": [] },
269269
"xmlns": { "attribOption": [] }
270-
}
270+
}

0 commit comments

Comments
 (0)