- Issue created by @duckydan
- πΊπΈUnited States duckydan
If I change line 168 in /src/Form/BetterFieldDescriptionsSettingsForm.php to
if (is_string($value) || $value > 0) {
Basically instead of and it is using or.
- π―π΅Japan s-jack Tokyo
With the modification of #2 comment, it seems to be working fine.
Thank you.