Armando Lüscher

Results 167 comments of Armando Lüscher

Has there been any progress on this anywhere?

What I have is a situation where I use CMB2 to create templates for content, which can then be applied to the post content via metabox buttons. With TinyMCE /...

Thanks for the input, I'll see what I come up with and how much will actually be necessary in the end. Other option is to just define the limitations and...

@tw2113 Correct, that is my code. Going by the Docblock of the action, the parameters are typed, so one would expect the passed variables to match that typing, no? Else...

Right. Just seems strange to be getting an array of all the field values, when no value is changed in a given text field 🤔 Because even then, casting to...

@kayobruno Nice, hope it gets merged! 🤞

@wesdekoninck Great tip to grab all repeatable boxes :+1: Unfortunately the title updating doesn't work when removing rows, it defaults to the default titles. Only when changing a title does...

Having more control over roles and capabilities would be really great! Also pointing at #554 which would be really helpful.

Just checking, when is this going to land?

After diving into the code, I found that meta field aliases need to be defined as an array: ```php protected static $aliases = [ 'failures' => ['meta' => 'channel_failures'], //...