[XPathBridge] add option to skip htmlspecialchars (#3672)

This commit is contained in:
User123698745 2023-09-15 01:58:06 +02:00 committed by GitHub
parent 409236e48e
commit 3b91b1d260
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 51 additions and 7 deletions

View file

@ -68,6 +68,9 @@ Should return the XPath expression for extracting an item title from the item co
### Method `getExpressionItemContent()`
Should return the XPath expression for extracting an item's content from the item context.
### Method `getSettingUseRawItemContent()`
Should return the 'Use raw item content' setting value (bool true or false).
### Method `getExpressionItemUri()`
Should return the XPath expression for extracting an item link from the item context.