Skip to content

Commit

Permalink
update default_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2023
1 parent 3bc3aea commit 6367908
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,9 @@
"extraBlockSelectors": [
"span.comment-copy"
],
"globalStyles": {
".s-post-summary--content-excerpt": "-webkit-line-clamp:unset;"
},
"excludeSelectors.add": [
"header",
"#footer",
Expand All @@ -1095,7 +1098,9 @@
"span.comment-date",
"div.s-prose.js-post-body + div",
".bottom-notice",
"div[data-campaign-name=stk]"
"div[data-campaign-name=stk]",
".s-post-summary--stats",
".s-post-summary--meta"
],
"paragraphMinTextCount": 4,
"paragraphMinWordCount": 2
Expand Down Expand Up @@ -4533,6 +4538,6 @@
]
}
],
"buildinConfigUpdatedAt": "2023-11-03T14:30:47.000Z",
"buildinConfigUpdatedAt": "2023-11-06T06:11:41.054Z",
"latestVersion": "0.11.0"
}

0 comments on commit 6367908

Please sign in to comment.