Skip to content

Commit

Permalink
[DOCS] Replace JSON_CONTENT with CONTENT_JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
schloram authored Sep 11, 2023
1 parent 538ff97 commit dce75c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Developer/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ EXT:headless comes with a bunch of new cObjects to be used via TypoScript:
* FLOAT
* INT
* JSON
* JSON_CONTENT
* CONTENT_JSON

`BOOL`, `FLOAT` and `INT` are basically like `TEXT` (with `value` and `stdWrap` properties!) but make sure their result is being cast to bool, float or int.

Expand Down Expand Up @@ -68,7 +68,7 @@ To build and render a JSON object into your page output.
}
}
JSON_CONTENT
CONTENT_JSON
------------

This cObject basically behaves like TYPO3's `CONTENT`, the main difference is that content elements are grouped by `colPol` & encoded into JSON by default.
Expand Down

0 comments on commit dce75c3

Please sign in to comment.