Field
Table of contents
Fields are managed by the "Field" entity. The functionality of creating, changing and deleting fields is available.
Field management page (/admin/field/list/*/*, where * is the entity type and entity type identifier):
- Go back - link to the entity page;
- Field type - text field, text area, boolean (checkbox), file, binary data (blob), taxonomy, meta tags;
- Name - machine name of the field;
- Required - is it required to fill in;
- Title - displayed title of the field;
- Description - displayed description of the field;
- Weight - the larger the value, the lower the field is located (negative values are available, for example, -10);
- Actions - field can be edited and deleted.
The page for adding a text field (similarly for editing) is shown below (/admin/field/create/*/*, where * is the entity type and field type identifier):
- Name - machine name of the field;
- Required - is it required to fill in;
- Title - displayed title of the field;
- Description - displayed description of the field;
- Count - the number of instances of the field;
- Field weight - weight for sorting.
Fields are provided by base and custom entities, depending on the field type - the set of settings entry fields may vary. An example of basic entity types where the functionality for working with fields is used: content (types of materials), user (user roles), taxonomy (tags), etc.
Оставить заявку
Latest articles
- 03.04.24IT / Уроки PHP Уроки простыми словами. Урок 3. Все операторы PHP с примерами, с выводом работы кода на экран.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 2. Типы данных в PHP с примерами.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 1. Коротко о языке веб-программирования PHP. Основы синтаксиса.
- 09.11.23IT / Database Errors when migrating from MySQL 5.6 to 5.7 and how to fix them - database dump import failed with an error or INSERT does not work. Disabling STRICT_TRANS_TABLES strict mode or using IGNORE
- 08.07.22IT / Misc Convert office files DOC, DOCX, DOCM, RTF to DOCX, DOCM, DOC, RTF, PDF, HTML, XML, TXT formats without loss and markup changes