I am looking at the README section here:
http://www.symfony-project.org/plugins/sfMediaLibraryPlugin
I see these 5 lines:
Enable the new module in your application, via the settings.yml file.
// in myproject/apps/frontend/config/settings.yml
all:
.settings:
enabled_modules: [sfMediaLibrary](default,)
The syntax of that last line seems crazy to me. "default" goes inside
of parenthesises, but "sfMediaLibrary" goes inside of square brackets?
Why?
And if I was adding in another plugin module, would I use square
brackets or parenthesises?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---