corcel / acf

Advanced Custom Fields (ACF) plugin for Corcel
127 stars 100 forks source link

Feature: Add support for Table field #61

Open Grabes opened 6 years ago

Grabes commented 6 years ago

Adds support for tables using the ACF Table plugin

https://en-ca.wordpress.org/plugins/advanced-custom-fields-table-field/

Output of PHPUnit: OK (48 tests, 105 assertions)

jgrossi commented 6 years ago

@Grabes hi thanks for this! can you add a testcase do make sure this field is working as expected? This is a custom field related to a custom plugin and I have some concerns about adding support to plugin's fields. Maybe we could add a section in the docs about this and then start adding support to them, what do you think?