You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this will be more difficult than it's worth, because we need a static line to always reference and also PHPCS wants use statements in alphabetical order.
However, we no longer need the $allowlist_registration = "\t\t\t\t" . sprintf( "'acf/%s',", $type_name ) . "\n"; line since we don't need to manually define acf blocks since moderntribe/square-one#837 but we should bump a minor version with that change as many older projects will no longer be compatible.
Our block registrations utilize full use statements so that we only use the Block's classname:
We should update this to match:
tribe-libs/src/Generators/Block_Generator.php
Lines 142 to 144 in 33dcf4c
The text was updated successfully, but these errors were encountered: