Skip to content

Commit 8efa779

Browse files
glmvcgithub-actions[bot]
authored andcommitted
Update Index.rst
fix grammar and wording
1 parent 67bf02f commit 8efa779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Concepts/TCA/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ TCA is used to:
3333
field to only accept numeric values or enforce a specific character limit.
3434
* TCA supports defining relationships between tables, such as one-to-one, one-to-many, and many-to-many relations.
3535
It manages how records from related tables are linked and displayed in the backend.
36-
* TCA, you can control which fields and records are editable, based on user roles and permissions.
37-
* Extend existing tables and create new ones with custom field definitions
36+
* TCA handles which fields and records are editable, based on user roles and permissions.
37+
* TCA extends existing tables and creates new ones with custom field definitions
3838

3939
For example, when you create a new content element or extend an existing one,
4040
you define the fields using TCA in the Configuration/TCA directory of your extension.

0 commit comments

Comments
 (0)