-
Notifications
You must be signed in to change notification settings - Fork 140
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
[WIP] Added slideshow block and CmfMedia #189
Conversation
rebased on recent master and updated AdminDashboardTest |
model_class: Symfony\Cmf\Bundle\CreateBundle\Document\Image | ||
controller_class: Symfony\Cmf\Bundle\CreateBundle\Controller\PHPCRImageController | ||
model_class: Symfony\Cmf\Bundle\MediaBundle\Doctrine\Phpcr\Image | ||
controller_class: Symfony\Cmf\Bundle\CreateBundle\Controller\ImageController |
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.
should these not be default values and not need to be specified?
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.
yes, will look into this.
imo its ok to not add fixtures in this PR, there is #132 for that. |
Moved to a new PR to change the source branch to |
_Do not merge, the source branch of this PR needs to be changed to
prepare-next-version
._Can be used to test CmfMedia
To test:
app/console doctrine:phpcr:repository:init
- creates /cms/mediaTODO to finish: