getOptionValues() as $value) { $values[] = $value->getData(); } $data = [ 'attributesData' => $values, 'isSortable' => (int)(!$this->getReadOnly() && !$this->canManageOptionDefaultOnly()), 'isReadOnly' => (int)$this->getReadOnly() ]; return json_encode($data); } }