Skip to content

Commit e3c7e3d

Browse files
authored
Update package.json
1 parent 173a7c1 commit e3c7e3d

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

src/components/collapse/package.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,8 @@
44
"meta": {
55
"title": "Collapse",
66
"description": "Easily toggle content visibility on your pages. Includes support for making accordions.",
7-
"directives": [
8-
{
9-
"directive": "VBToggle",
10-
"description": "Directive for toggling a collapse by ID",
11-
"expression": "String",
12-
"modifiers": [
13-
{
14-
"name": "{collapseId}",
15-
"pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*",
16-
"description": "Collapse ID to open. Replace `{collapseId}` with the collapse's ID"
17-
}
18-
]
19-
}
7+
"plugins": [
8+
"VBTogglePlugin"
209
],
2110
"components": [
2211
{

0 commit comments

Comments
 (0)