Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
···165165 id: fieldKey,
166166 name: fieldKey,
167167 disabled: field['#disabled'],
168168- // TODO: It's not clear what field we should be using for the 'label' here because it's a new requirement, setting as 'help title' for now
169169- label: field['#help_title'] || field['#title'],
168168+ label: field['#help_title'],
170169 help: field['#description'],
171170 checkboxLabel: field['#title'],
172171 value: field['#default_value'],