From a1c4aef6ea6c21b0acd522e4543dd5658a76f7d3 Mon Sep 17 00:00:00 2001 From: George Clark Date: Mon, 19 Dec 2016 23:17:51 -0500 Subject: [PATCH] Item13883: Remove FormTypes documentation This isn't actually implemented. Foswiki 2.2 will remove the configure setting, See Item14257 --- core/data/System/VarQUERY.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/core/data/System/VarQUERY.txt b/core/data/System/VarQUERY.txt index 2b689f52c7..a67a594ff3 100644 --- a/core/data/System/VarQUERY.txt +++ b/core/data/System/VarQUERY.txt @@ -1,4 +1,4 @@ -%META:TOPICINFO{author="ProjectContributor" date="1437230349" format="1.1" version="1"}% +%META:TOPICINFO{author="ProjectContributor" date="1482207453" format="1.1" version="1"}% %META:TOPICPARENT{name="Macros"}% ---+ QUERY -- get the value of meta-data Uses the query syntax described in [[%SYSTEMWEB%.QuerySearch][QuerySearch]] to get information about meta-data from one specified topic. @@ -32,10 +32,7 @@ See !QuerySearch for more details of how to write queries Get configuration setting {NameFilter}: %QUERY{"{NameFilter}"}% - - List all the installed DataForm field types {FormTypes}: - %QUERY{"{FormTypes}[].types"}% - + Plain strings (such as field values) are returned _without_ quotes. Simple arrays of scalars are also returned without quotes, in a comma-separated list (beware of values that contain commas!). More complex data structures (e.g. arrays of hashes) will only be returned if =style="perl"= or =style="json"= are set - else will return a string containing 'undef'.