Skip to content

Commit dde4c62

Browse files
committed
Added actions
1 parent ae16bf6 commit dde4c62

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

components/capturekit/actions/scrape-content/scrape-content.mjs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,42 +8,36 @@ export default {
88
type: "action",
99
props: {
1010
app,
11-
1211
url: {
1312
propDefinition: [
1413
app,
1514
"url",
1615
],
1716
},
18-
1917
includeHtml: {
2018
propDefinition: [
2119
app,
2220
"includeHtml",
2321
],
2422
},
25-
2623
useDefuddle: {
2724
propDefinition: [
2825
app,
2926
"useDefuddle",
3027
],
3128
},
32-
3329
selector: {
3430
propDefinition: [
3531
app,
3632
"selector",
3733
],
3834
},
39-
4035
removeSelectors: {
4136
propDefinition: [
4237
app,
4338
"removeSelectors",
4439
],
4540
},
46-
4741
blockUrls: {
4842
propDefinition: [
4943
app,

0 commit comments

Comments
 (0)