Skip to content

Commit 2965dc3

Browse files
committed
Add plugintypeimpl script type
1 parent 671f5d4 commit 2965dc3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docs/rules/entry-points.md

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ define([], function () {
136136
- getConfigurationPageUrl
137137
- workbookbuilderplugin
138138
- createWorkbook
139+
- plugintypeimpl
139140

140141
## Version
141142

docs/rules/script-type.md

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Valid tag values are found below.
6262
- fiConnectivityPlugin
6363
- fiParserPlugin
6464
- workbookbuilderplugin
65+
- plugintypeimpl
6566

6667
## Version
6768

lib/util/scriptTypes.js

+3
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,7 @@ module.exports = {
8181
workbookbuilderplugin: {
8282
entryPoints: ['createWorkbook'],
8383
},
84+
plugintypeimpl: {
85+
entryPoints: [],
86+
},
8487
};

0 commit comments

Comments
 (0)