-
-
Notifications
You must be signed in to change notification settings - Fork 57
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 options to configure YouTube embedding #938
Conversation
|
Wouldn't it be much easier if you reversed the logic?
That would be backwards compatible and does not require any migration. |
|
The options are taken straight from youtube…
|
|
In my extension (fritzmg/contao-youtube-iframe) I also designed the checkboxes this way so that if you check none of them, the default values of YouTube are active (i.e. no paramter will be passed to YouTube). Currently I support:
|
|
If @fritzmg has already made an extension, there is no reason to merge this PR, is there? |
|
I think it would make sense to provide such functionality in the core. |
|
Ok, then @aschempp please update the PR and reverse the logic as discussed above. |
|
I wonder if we should merge @fritzmg's features instead, apparently there are way more options than my PR provides? |
ed0a7e5
to
3dadd44
Compare
0a13971
to
4c8802b
Compare
495cb11
to
1358688
Compare
da44f69
to
90840d3
Compare
|
Implemented in c7b4f38. |
Probably needs a database migration too to set the default options on update.