This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a8d2e0  SLING-10551 - tweak attribute description
2a8d2e0 is described below

commit 2a8d2e0f077b310fad321b76dc6ed6ac21339474
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Wed Jul 7 17:03:10 2021 +0200

    SLING-10551 - tweak attribute description
---
 .../graphql/schema/aggregator/servlet/SchemaAggregatorServlet.java   | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/sling-org-apache-sling-graphql-schema/src/main/java/org/apache/sling/graphql/schema/aggregator/servlet/SchemaAggregatorServlet.java
 
b/sling-org-apache-sling-graphql-schema/src/main/java/org/apache/sling/graphql/schema/aggregator/servlet/SchemaAggregatorServlet.java
index 4ccfa03..2a9eba6 100644
--- 
a/sling-org-apache-sling-graphql-schema/src/main/java/org/apache/sling/graphql/schema/aggregator/servlet/SchemaAggregatorServlet.java
+++ 
b/sling-org-apache-sling-graphql-schema/src/main/java/org/apache/sling/graphql/schema/aggregator/servlet/SchemaAggregatorServlet.java
@@ -107,7 +107,10 @@ public class SchemaAggregatorServlet extends 
SlingSafeMethodsServlet {
 
         @AttributeDefinition(
             name = "Selectors to partials mapping",
-            description="Each entry is in the format S:P1,P2,... where S is a 
selector and P* the names of the corresponding schema partials")
+            description=
+                "Each entry is in the format S:P1,P2,... where S is the first 
selector of the incoming request "
+                + "and P* lists the names of the corresponding schema partials 
to use, "
+                + "and/or regular expressions such as /.*authoring.*/ to 
select all partials that match")
         String[] selectors_to_partials_mapping() default {};
 
     }

Reply via email to