-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create a dynamic content block for oik-shortcodes #180
Comments
Just realised that commits I’ve made in the issue for oik-blocks will not be followable when the code is copied/cobbled back to oik. |
While testing Attachments and Images I had a hell of a time trying to work out what values I needed to pass for the Differences in the parameters ( attributes) passed to dynamic blocks.
This is due to the way defaults are handled in the editor. It's a known problem but I don't believe anything's going to be done about it. Shortcodes behaving differently with
|
I also felt it necessary to update the function Note: This function is in a shared library file, so other plugins will need updating. |
While looking at bw_list and bw_posts I realised that bw_posts was just an easy wrapper to bw_list. So we really only need the display option for bw_list. |
…ssue #34 - improve advanced parameter override capability - for bw_pages
…formats and orderby attributes
…ssue #34 - improve advanced parameter override capability - for bw_pages
…formats and orderby attributes
I think it's time to transfer the Migration steps
|
This is still open since:
|
The following Warning appears in the Chrome console log for the oik-content block. wp.compose.withState is deprecated since version 5.8. Please use wp.element.useState instead. See query_controls.js. Since this logic is not used the simplest fix is to comment it out. |
Now that oik v4.0.0 has been delivered with the simple
oik/shortcode-block
I want to deliver theoik/content-block
.This will be a front end to the following dynamic shortcodes.
Proposed solution
oik/content-block
To achieve this I'll create the issue under oik, then transfer it to oik-blocks, and transfer it back again.
The text was updated successfully, but these errors were encountered: