Issue #3355989: Support UI limit from Display Suite
Open
requested to merge issue/ui_patterns_field_formatters-3355989:3355989-support-ui-limit into 2.x
1 unresolved thread
Merge request reports
Activity
184 184 $field_output = $this->getFieldOutput($items, $langcode); 185 185 // Take the element children from the field output and return them. 186 186 $children = Element::children($field_output); 187 188 // Support DS UI limit option. 189 if ($this->moduleHandler->moduleExists('ds')) {
Please register or sign in to reply