Skip to content
Snippets Groups Projects

Put each entity type table into a details element on admin/config/regional/content-language

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
  • a6ee84df
    Issue #2726881 by jcisio, joachim: Remove pager from admin field list · a6ee84df
    catch authored
@@ -66,6 +66,7 @@ public function __construct(EntityTypeInterface $entity_type, EntityTypeManagerI
$this->bundles = $bundle_info_service->getAllBundleInfo();
$this->fieldTypeManager = $field_type_manager;
$this->fieldTypes = $this->fieldTypeManager->getDefinitions();
$this->limit = FALSE;
}
/**
Loading