8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question 8000 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
currently there are a couple of plone packages that define tiles; collective.cover should be able to handle them as well:
plone.app.imagetile plone.app.texttile
The text was updated successfully, but these errors were encountered:
there's currently an issue with permission when trying to use the tiles:
ConfigurationExecutionError: <type 'exceptions.ValueError'>: ('Undefined permission id', 'plone.ModifyDecoLayout')
Sorry, something went wrong.
use Plone standard tiles on tests; refs #81
61a3f8d
dc805fa
add warning message regarding Plone standard tiles (refs. #81 and #112)
1eb392b
remove unused dependencies.
958d723
No branches or pull requests
currently there are a couple of plone packages that define tiles; collective.cover should be able to handle them as well:
plone.app.imagetile
plone.app.texttile
The text was updated successfully, but these errors were encountered: