Update README.md
This commit is contained in:
parent
b5492c85fc
commit
1b34e3a023
|
@ -6,8 +6,11 @@ The `React Content Query WebPart` is a modern version of the good old `Content b
|
|||
|
||||
#### Custom tool pane
|
||||
|
||||
A custom tool pane helps the user to easily configure his query in the same fashion he used to do with the original WebPart.
|
||||
|
||||
![Custom Tool Part](https://github.com/spplante/react-content-query/blob/master/Misc/toolpart.gif "Custom ToolPart")
|
||||
|
||||
|
||||
#### Handlebars templating engine
|
||||
|
||||
Provide a link to your handlebars `.html` template and decide how you want to render the queried results.
|
||||
|
@ -43,14 +46,20 @@ Provide a link to your handlebars `.html` template and decide how you want to re
|
|||
|
||||
#### Query any site collection within the same domain
|
||||
|
||||
The WebParts uses the search in order to get all sites under the current domain, which makes it possible to query not only subsites but other site collections and their subsites as well.
|
||||
|
||||
![DateTime](https://github.com/spplante/react-content-query/blob/master/Misc/allsites.gif "DateTime")
|
||||
|
||||
#### Add unlimited filters
|
||||
|
||||
The user isn't limited to 3 filters anymore, an unlimited amount of filters can be added.
|
||||
|
||||
![Unlimited Filters](https://github.com/spplante/react-content-query/blob/master/Misc/filters.gif "Unlimited Filters")
|
||||
|
||||
#### Include time in date filters if needed
|
||||
|
||||
It is now possible to include time validation when querying date fields, giving the user more possibilities when it comes to filtering events etc...
|
||||
|
||||
![DateTime](https://github.com/spplante/react-content-query/blob/master/Misc/datetime.gif "Datime Filters")
|
||||
|
||||
#### Built in page context available within the template
|
||||
|
|
Loading…
Reference in New Issue