Skip to content

Commit

Permalink
Allow templating in JSON rows selector in Cardigann
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Jul 3, 2023
1 parent 8790a6f commit 18e2757
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,7 @@ protected string ResolveSiteLink()

protected JArray JsonParseRowsSelector(JToken parsedJson, string rowSelector)
{
rowSelector = ApplyGoTemplateText(rowSelector);
var selector = rowSelector.Split(':')[0];

try
Expand Down

0 comments on commit 18e2757

Please sign in to comment.