Skip to content

Commit

Permalink
[TASK] Improve DatabaseRecords examples (TYPO3-Documentation#4809) (T…
Browse files Browse the repository at this point in the history
…YPO3-Documentation#4810)

* [TASK] Improve DatabaseRecords examples (TYPO3-Documentation#4809)

* [TASK] Improve Database record Documentation 2

* Update Documentation/ApiOverview/DatabaseRecords/Index.rst

Co-authored-by: Sarah McCarthy <sarahmccarthy123@yahoo.com>

* Update Documentation/ApiOverview/DatabaseRecords/Index.rst

Co-authored-by: Sarah McCarthy <sarahmccarthy123@yahoo.com>

* Update Documentation/ApiOverview/DatabaseRecords/Index.rst

Co-authored-by: Sarah McCarthy <sarahmccarthy123@yahoo.com>

* Update Documentation/ApiOverview/DatabaseRecords/Index.rst

Co-authored-by: Sarah McCarthy <sarahmccarthy123@yahoo.com>

---------

Co-authored-by: Sarah McCarthy <sarahmccarthy123@yahoo.com>
  • Loading branch information
Alagts and sarahmccarthy123 authored Oct 11, 2024
1 parent a07ca6e commit 5f88ce9
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions Documentation/ApiOverview/DatabaseRecords/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,20 @@ Page records
These represent pages in the page tree, which structure the website. They
are stored in table :sql:`pages`.
Content records
These include text, images, videos, or any other element placed within a
page. They are stored in table :sql:`tt_content`.
Every content record consists of sub entities like text, images,
videos, and so on. Content records can be placed on a page. They are stored
in table :sql:`tt_content`. TYPO3 has some pre configured content elements
like for example `Header Only`, `Regular Text Element`, `Text & Images`,
and `Images Only`.
Backend user records
Information about users who have access to the TYPO3 backend. They
are stored in table :sql:`be_users`. The backend user groups they are
organized in are stored in table :sql:`be_groups`.
The user records consist of information about the users who have access to
the TYPO3 backend. They are stored in table :sql:`be_users`. Users are
organized in user groups which are stored in table :sql:`be_groups`.
System records
System records control the configuration and management of the TYPO3 system.
Examples include file references, file mounts, or categories.
Examples include file references, file mounts, or categories. For example,
you can create a category and assign it to some content records in order to
indicate that they belong together.
Extension-specific records
Extensions often define custom records to store specific data, such as
products for a shop system or events for a calendar.
Expand Down

0 comments on commit 5f88ce9

Please sign in to comment.