v1/web/modules/contrib/eck
Gdilove 927f32325b 初始化 2023-11-13 20:36:13 +08:00
..
config 初始化 2023-11-13 20:36:13 +08:00
migrations 初始化 2023-11-13 20:36:13 +08:00
src 初始化 2023-11-13 20:36:13 +08:00
templates 初始化 2023-11-13 20:36:13 +08:00
tests 初始化 2023-11-13 20:36:13 +08:00
LICENSE.txt 初始化 2023-11-13 20:36:13 +08:00
README.md 初始化 2023-11-13 20:36:13 +08:00
composer.json 初始化 2023-11-13 20:36:13 +08:00
eck.info.yml 初始化 2023-11-13 20:36:13 +08:00
eck.install 初始化 2023-11-13 20:36:13 +08:00
eck.links.action.yml 初始化 2023-11-13 20:36:13 +08:00
eck.links.menu.yml 初始化 2023-11-13 20:36:13 +08:00
eck.links.task.yml 初始化 2023-11-13 20:36:13 +08:00
eck.module 初始化 2023-11-13 20:36:13 +08:00
eck.permissions.yml 初始化 2023-11-13 20:36:13 +08:00
eck.routing.yml 初始化 2023-11-13 20:36:13 +08:00
eck.services.yml 初始化 2023-11-13 20:36:13 +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.