MTShop/code/web/modules/contrib/eck
Gdilove 6f7054591c change folder for dev 2023-11-16 17:29:07 +08:00
..
config change folder for dev 2023-11-16 17:29:07 +08:00
migrations change folder for dev 2023-11-16 17:29:07 +08:00
src change folder for dev 2023-11-16 17:29:07 +08:00
templates change folder for dev 2023-11-16 17:29:07 +08:00
tests change folder for dev 2023-11-16 17:29:07 +08:00
LICENSE.txt change folder for dev 2023-11-16 17:29:07 +08:00
README.md change folder for dev 2023-11-16 17:29:07 +08:00
composer.json change folder for dev 2023-11-16 17:29:07 +08:00
eck.info.yml change folder for dev 2023-11-16 17:29:07 +08:00
eck.install change folder for dev 2023-11-16 17:29:07 +08:00
eck.links.action.yml change folder for dev 2023-11-16 17:29:07 +08:00
eck.links.menu.yml change folder for dev 2023-11-16 17:29:07 +08:00
eck.links.task.yml change folder for dev 2023-11-16 17:29:07 +08:00
eck.module change folder for dev 2023-11-16 17:29:07 +08:00
eck.permissions.yml change folder for dev 2023-11-16 17:29:07 +08:00
eck.routing.yml change folder for dev 2023-11-16 17:29:07 +08:00
eck.services.yml change folder for dev 2023-11-16 17:29:07 +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.