Closed bobbingwide closed 4 months ago
Enable bw_formfield prefixed functions for fields which contain hyphens ( - ) rather than underscores ( _ ) eg Allow use of the bw_form_field_supplied_by function to implement the supplied-by field.
This requires a (corequisite) change in oik's function bw_form_function()
in includes\bw_metadata.php
Delivered in oik-fields v1.54.3
When creating "Stupidly Brilliant" bigrams on seriouslybonkers.com I currently need to create the bigram then edit it to assign the taxonomy term for "supplied-by" and "synthesised-by". It should be possible to provide a drop down list of for each of these taxonomies, making creation of new bigrams a bit easier.
There's still the matter of editing the content to convert it into blocks but that's a separate requirement.
Requirement
Proposed solution
bw_form_field_
prefixed functions for fields which contain hyphens ( - ) rather than underscores ( _ ) eg Allow use of thebw_form_field_supplied_by
function to implement thesupplied-by
field.bw_form_field_category()
to pass the taxonomy arg towp_dropdown_categories()
bw_form_field_supplied_by
andbw_form_field_synthesised_by
with calls tobw_form_field_category