XPath ability to define the UID manually (#4507)

* XPath ability to define the UID manually

* Fix error in i18n
This commit is contained in:
Alexandre Alapetite authored and GitHub committed 2022-08-18 12:10:55 +02:00
1 parent 4f111c5b30
commit 1603c10bba
26 files changed
+115 -16

No files matched your search

+4
View File
@@ -104,6 +104,10 @@ return array(
'_' => 'titre de larticle',
'help' => 'Utiliser en particulier l<a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">axe XPath</a> <code>descendant::</code> comme <code>descendant::h2</code>',
),
'item_uid' => array(
'_' => 'identifiant unique de larticle',
'help' => 'Optionnel. Exemple : <code>descendant::div/@data-uri</code>',
),
'item_uri' => array(
'_' => 'lien (URL) de larticle',
'help' => 'Exemple : <code>descendant::a/@href</code>',