|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
2 | | -<registry xmlns:i18n="http://xml.zope.org/namespaces/i18n" |
3 | | - i18n:domain="collective.blog" |
| 1 | +<?xml version="1.0" encoding="utf-8" ?> |
| 2 | +<registry |
| 3 | + xmlns:i18n="http://xml.zope.org/namespaces/i18n" |
| 4 | + i18n:domain="collective.blog" |
4 | 5 | > |
5 | 6 |
|
6 | 7 | <!-- filter by authors --> |
7 | | - <records interface="plone.app.querystring.interfaces.IQueryField" |
8 | | - prefix="plone.app.querystring.field.Creator" |
| 8 | + <records |
| 9 | + interface="plone.app.querystring.interfaces.IQueryField" |
| 10 | + prefix="plone.app.querystring.field.Creator" |
9 | 11 | > |
10 | | - <value key="title" |
11 | | - i18n:translate="" |
12 | | - >Author</value> |
13 | | - <value key="description" |
14 | | - i18n:translate="" |
| 12 | + <value key="title" i18n:translate="">Author</value> |
| 13 | + <value |
| 14 | + key="description" |
| 15 | + i18n:translate="" |
15 | 16 | >Categorization by Authors.</value> |
16 | 17 | <value key="enabled">True</value> |
17 | 18 | <value key="sortable">False</value> |
18 | | - <value key="group" |
19 | | - i18n:translate="" |
20 | | - >Blog</value> |
| 19 | + <value key="group" i18n:translate="">Blog</value> |
21 | 20 | <value key="operations"> |
22 | 21 | <element>plone.app.querystring.operation.selection.any</element> |
23 | 22 | </value> |
24 | 23 | <value key="vocabulary">collective.blog.authors</value> |
25 | 24 | </records> |
26 | 25 |
|
27 | 26 | <!-- filter by tags --> |
28 | | - <records interface="plone.app.querystring.interfaces.IQueryField" |
29 | | - prefix="plone.app.querystring.field.blog_tags" |
| 27 | + <records |
| 28 | + interface="plone.app.querystring.interfaces.IQueryField" |
| 29 | + prefix="plone.app.querystring.field.blog_tags" |
30 | 30 | > |
31 | | - <value key="title" |
32 | | - i18n:translate="" |
33 | | - >Blog Tag</value> |
34 | | - <value key="description" |
35 | | - i18n:translate="" |
36 | | - >Categorization by Tags.</value> |
| 31 | + <value key="title" i18n:translate="">Blog Tag</value> |
| 32 | + <value key="description" i18n:translate="">Categorization by Tags.</value> |
37 | 33 | <value key="enabled">True</value> |
38 | 34 | <value key="sortable">False</value> |
39 | | - <value key="group" |
40 | | - i18n:translate="" |
41 | | - >Blog</value> |
| 35 | + <value key="group" i18n:translate="">Blog</value> |
42 | 36 | <value key="operations"> |
43 | 37 | <element>plone.app.querystring.operation.selection.any</element> |
44 | 38 | <element>plone.app.querystring.operation.selection.all</element> |
| 39 | + <element>collective.blog.operation.selection.currentUID</element> |
45 | 40 | </value> |
46 | 41 | <value key="vocabulary">collective.blog.tags</value> |
47 | 42 | </records> |
|
0 commit comments