From 9d4ac3813c493b25f6edc35e1a8b3100f3f10ad1 Mon Sep 17 00:00:00 2001 From: Philipp Kuhlmay Date: Wed, 27 Mar 2024 14:32:00 +0100 Subject: [PATCH] [DOCS] Fix issues in documentation --- Documentation/GraphicalEditor/DomainObject/Index.rst | 1 + Documentation/GraphicalEditor/MetaData/Index.rst | 1 + Documentation/Index.rst | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/GraphicalEditor/DomainObject/Index.rst b/Documentation/GraphicalEditor/DomainObject/Index.rst index 061080b1..6798a858 100644 --- a/Documentation/GraphicalEditor/DomainObject/Index.rst +++ b/Documentation/GraphicalEditor/DomainObject/Index.rst @@ -25,6 +25,7 @@ Edit the general settings of the domain object by opening the Checking this option in the Extension Builder means that a controller class is generated for this object, whose actions can be defined in the following :guilabel:`Default actions` subsection. Additionally, a repository class is generated that allows to retrieve all instances of this domain object from the persistence layer, i.e. in most scenarios from the database. .. confval:: Description + :name: domain-object-description The domain object description can be any text. It is used in the PHPDoc comment of its class diff --git a/Documentation/GraphicalEditor/MetaData/Index.rst b/Documentation/GraphicalEditor/MetaData/Index.rst index 02f561b8..64430f67 100644 --- a/Documentation/GraphicalEditor/MetaData/Index.rst +++ b/Documentation/GraphicalEditor/MetaData/Index.rst @@ -39,6 +39,7 @@ Feel encouraged to save and optionally commit all your changes frequently. An example is "ebt_blog". .. confval:: Description + :name: extension-description The extension description can be any text. It is used as ``description`` property in extension configuration files :file:`ext_emconf.php` and :file:`composer.json`. diff --git a/Documentation/Index.rst b/Documentation/Index.rst index 6ee12d4f..304a1dc2 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -59,7 +59,7 @@ even if you change the extension in the graphical editor. .. container:: card-body - What is a Content Block? + What is the extension builder? .. container:: col-md-6 pl-0 pr-3 py-3 m-0