From 3b91b1d260f8fc9fd725b9797a3a149e85d408d0 Mon Sep 17 00:00:00 2001 From: User123698745 Date: Fri, 15 Sep 2023 01:58:06 +0200 Subject: [XPathBridge] add option to skip htmlspecialchars (#3672) --- docs/05_Bridge_API/04_XPathAbstract.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/05_Bridge_API/04_XPathAbstract.md') diff --git a/docs/05_Bridge_API/04_XPathAbstract.md b/docs/05_Bridge_API/04_XPathAbstract.md index cf091edc..fd697995 100644 --- a/docs/05_Bridge_API/04_XPathAbstract.md +++ b/docs/05_Bridge_API/04_XPathAbstract.md @@ -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. -- cgit v1.2.3