-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation improvements #105
base: main
Are you sure you want to change the base?
Conversation
c6c5cf2
to
6a840bb
Compare
6a840bb
to
e382748
Compare
README.rst
Outdated
and assign a collection to it. | ||
|
||
As a second step you have to add a ``ContentListing`` tile which shows the search result initially. | ||
If you are enable Mosaic on a ISyndicatableCollection context you can use the query from it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might need more explanation on how to enable ISyndicatableCollection?
Does this only apply to some verisons or plone because so far haven't been able to get this to work in plone 5.0
Enable ``Layout View`` for your Collection. | ||
|
||
Edit your Collection and add a ``ContentListing`` tile. | ||
|
||
Make sure you add a unique **tile CSS class** to your ``ContentListing`` tile. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think collections are needed. Content listing tiles work by themselves so requiring the use of collections doesn't add anything does it? The original goal of mosaic was to phase out collections altogeather and just use pages with contenttiles.
To make this easier the following needs to be changed
- Filters should not have to pick a target collection. Any mosaic page should be allowed.
- content selector should default to the default ".contentlisting-tile".
- fix the bug that sets the browser url to be the collection. It should be the current context all the time
for
plone.app.mosaic