Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.14 KB

File metadata and controls

37 lines (28 loc) · 1.14 KB

Dca reference

The most attributes listed in the DCA Reference are supported. Additional attributes will be listed here.

Config

$dca['fields']['additionalAddresses']['fieldpalette']['config'] = [
    //...
];
Key Value Description
hidePublished bool (default: false) Hide published palette (added by default)
table string Use a custom table instead of the fieldpalette default table.

Listing records

$dca['fields']['additionalAddresses']['fieldpalette']['list'] = [
    //...
];

Sorting

$dca['fields']['additionalAddresses']['fieldpalette']['list']['sorting'] = [
    //...
];
Key Value Description
viewMode int (default: 0) View mode
0 Table
1 List