Skip to content

Commit ef0d87c

Browse files
[TASK] Extend RecordInterface (#1463)
Resovles: TYPO3-Documentation/Changelog-To-Doc#1028 Releases: main, 13.4 Co-authored-by: lina.wolf <lwolf@w-commerce.de>
1 parent 43c9c34 commit ef0d87c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/DataProcessing/RecordTransformationProcessor.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ is most of all a better organized overview of all available information. E.g.
6464
the property `properties` lists all relevant fields for the current Content
6565
Type.
6666

67-
We are dealing with an object here, which behaves like an array. In short: you
68-
can access your record properties as you are used to with :html:`{record.title}`
69-
or :html:`{record.uid}`. In addition, you gain special, context-aware properties
67+
We are dealing with an object here. You however can access your record
68+
properties as you are used to with :html:`{record.title}` or
69+
:html:`{record.uid}`. In addition, you gain special, context-aware properties
7070
like the language :html:`{record.languageId}` or workspace
7171
:html:`{data.versionInfo.workspaceId}`.
7272

0 commit comments

Comments
 (0)