MTShop/code/web/modules/contrib/eck
Gdilove c391965547 update config 2023-11-17 01:10:57 +08:00
..
config update config 2023-11-17 01:10:57 +08:00
migrations update config 2023-11-17 01:10:57 +08:00
src update config 2023-11-17 01:10:57 +08:00
templates update config 2023-11-17 01:10:57 +08:00
tests update config 2023-11-17 01:10:57 +08:00
LICENSE.txt update config 2023-11-17 01:10:57 +08:00
README.md update config 2023-11-17 01:10:57 +08:00
composer.json update config 2023-11-17 01:10:57 +08:00
eck.info.yml update config 2023-11-17 01:10:57 +08:00
eck.install update config 2023-11-17 01:10:57 +08:00
eck.links.action.yml update config 2023-11-17 01:10:57 +08:00
eck.links.menu.yml update config 2023-11-17 01:10:57 +08:00
eck.links.task.yml update config 2023-11-17 01:10:57 +08:00
eck.module update config 2023-11-17 01:10:57 +08:00
eck.permissions.yml update config 2023-11-17 01:10:57 +08:00
eck.routing.yml update config 2023-11-17 01:10:57 +08:00
eck.services.yml update config 2023-11-17 01:10:57 +08:00

README.md

Entity Construction Kit

The Entity Construction Kit (ECK) builds upon the entity system to create a flexible and extensible data modeling system both with a UI for site builders, and with useful abstractions (classes, plugins, etc) to help developers use entities with ease.

INTRODUCTION

ECK allows the creation and management of entity types with custom properties; adding bundles to entity types; and fields to bundles, with the help of the Field UI module.

REQUIREMENTS

  • Drupal 8

INSTALLATION

Entity Construction Kit can be installed via the standard Drupal installation process.

CONFIGURATION

  • Install and enable Entity Construction Kit module. Entity Construction Kit
  • Choose if you want to use the admin theme for editing eck entities at /admin/appearance.
  • Go to /admin/structure/eck to add and configure a new custom entity type.