We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2d0e6e + b12cc0b commit 59a959cCopy full SHA for 59a959c
README.md
@@ -51,8 +51,8 @@ If you are on Sage 10 and using my [ACF Composer](https://github.com/log1x/acf-c
51
```php
52
$field
53
->addField('my_color_field', 'editor_palette')
54
- ->setConfig('default_value' => 'green-500')
55
- ->setConfig('return_value' => 'slug');
+ ->setConfig('default_value', 'green-500')
+ ->setConfig('return_format', 'slug');
56
```
57
58
## Todo
0 commit comments