Project

General

Profile

Actions

Feature #72018

closed

Integrate JSON cObject

Added by Oliver Hader over 8 years ago. Updated over 5 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2015-12-02
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.5
Tags:
Complexity:
Sprint Focus:

Description

Integrate a possibility to render a JSON string using a new TypoScript content object.

Example

page.10 = JSON
page.10 {
    type = object

    leveltitle = TEXT
    leveltitle {
        data = leveltitle:-1,slide
    }

    levelmedia = TEXT
    levelmedia {
        data = levelmedia:-1,slide
    }
}
  • type: object | array - defines the type of the subject to be build
  • *: accordant sub cObjects to be rendered

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Epic #82839: Json API for implementing single-page applications Closed2017-10-22

Actions
Actions

Also available in: Atom PDF