vinkla / extended-acf

Register advanced custom fields with object-oriented PHP
MIT License
445 stars 61 forks source link

Layout for Radio field missing #59

Closed ernilambar closed 4 years ago

ernilambar commented 4 years ago

Expected Behavior

layout() field is needed in Radio field.

Actual Behavior

For Radio field, layout() is missing.

Steps to Reproduce the Problem

  1. Radio::make('Sample')->layout('horizontal')

Versions

vinkla commented 4 years ago

Thanks for pointing it out! Please submit a pull request adding this feature.

vinkla commented 4 years ago

Closed in #60