Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Documentation improvements #105

wants to merge 5 commits into from

Conversation

petschki
Copy link
Member

for plone.app.mosaic

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.
Copy link
Member

@djay djay May 27, 2021

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

Comment on lines +54 to +58
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.
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants