Leevi Graham
Leevi Graham
@hongbeomi No rush… I figured it out in my project, I'll try and simplify the logic and submit a PR.
@oscarotero to add some further clarification: This works fine: ``` $info = $embed->get('https://www.youtube.com/watch?v=sRy8aLzZRyA&feature=youtu.be'); $embedHtml = $info->code; ``` This fails: ``` $info = $embed->get('https://www.youtube.com/watch?v=sRy8aLzZRyA&feature=youtu.be'); $embedHtml = $info->getOEmbed()->all(); ``` with (json output):...
Sorry that should have been `$info->getOEmbed()->all();` updated my comment.
@toby-griffiths Here's an example in the PR although it's still not clear to me either: https://github.com/Atlantic18/DoctrineExtensions/pull/1877/files#diff-79eaccdfde782f203894e2ab77b47dcbR48 @l3pp4rd @AkenRoberts It looks like rootIdentifierMethod is not implemented in yaml or XML drivers?
Here's my type definitions: https://github.com/leevigraham/typescript-htmx-types
@khalwat That was the plan I think but I was just learning typescript so I wasn't sure it was up to snuff. Then I got the very strong impression that...
@bencroker Guess I can archive my repo then.
@ttempleton I was going to have a crack as this as a plugin first. I see there are some events on the field for `addBlock` and `removeBlock` but nothing like...
Yep it's intended as a step towards #569. I just threw them in the code for now to test the alias parsing and to show everything was hooked up properly.
My Vote: **Plugin Level**: Content admins don't need two UI's