Исходный текст | Переводы |
---|---|
Replaced by the core Configuration system. | |
The core Views module provides bulk operations on simple actions only. No support for batch operations or configurable actions. | |
API support added to the core "Editor" module. No support for multiple text editors per text format. | |
Override the input format selected above. Define a PHP date format string like 'm-d-Y H:i' (see <a href="@link">http://php.net/date</a> for more details). | |
A custom format for the title and summary date format. Define a PHP date format string like 'm-d-Y H:i' (see <a href="@link">http://php.net/date</a> for more details). | |
Geo-spatial information in "latitude; longitude" format, e.g. "50.167958; -97.133185"; <a href="https://en.wikipedia.org/wiki/Geographic_coordinate_system" aria-label="see Wikipedia for details on the geographic coordinate system">see Wikipedia for details</a>. | |
Geo-spatial information in "latitude, longitude" format, e.g. "50.167958, -97.133185"; <a href="https://en.wikipedia.org/wiki/ICBM_address" aria-label="see Wikipedia for details on ICBM addresses">see Wikipedia for details</a>. | |
The Entity API module extends the entity API included with Drupal core. It provides a unified way to deal with entities and their properties. It also provides a CRUD controller that helps to simplify creating new entity types. For more information, see the online handbook entry for <a href="@entity">Entity module</a>. | |
Entity API is used by site-builders and developers to create lightweight and flexible solutions. Analogous to LEGO bricks, Entity API can be used to build Entity types, which can make Bundles, to which we can add Fields and then create Entities. The new relationships between Entity types > Bundles > Fields > Entities was one of the most important changes of Drupal 7, and brought components from some well-loved contributed modules -- such as CCK -- into the core system. | |
For site-builders |