Skip to main content

Filter: gk/gravityboard/card/writable-fields

Filter the mapped card fields a create or update may write.

Removing a key here leaves the mapping in place but stops the card API reading that key from the request, so a value the editor never showed cannot be overwritten by one it never held.

Parameters

NameTypeDescription
$mapped_fieldsarray<string,string>Card field key => mapped field ID.
$feedarrayThe feed data.

Since

  • 1.4.6

Source

Defined in src/Card.php at line 707