Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting for same order in backend and JSON ouput #745

Closed
VMLuca opened this issue Jul 8, 2024 · 1 comment · Fixed by #746
Closed

Setting for same order in backend and JSON ouput #745

VMLuca opened this issue Jul 8, 2024 · 1 comment · Fixed by #746

Comments

@VMLuca
Copy link

VMLuca commented Jul 8, 2024

Hello everyone,
i would like to have a configuration that the JSON output has the same order than the typo3 backend.
For instance I get following JSON for following tsconfig page configuration in the backend. As you can see the order is chaotic.
image
image

twoldanski added a commit that referenced this issue Jul 9, 2024
New option allows to sort colPos by used backend layout on page

Example usage:
```
lib.content = CONTENT_JSON
lib.content {
    table = tt_content
    select {
        orderBy = sorting
    }
    sortByBackendLayout = 1
 }
```
Resolves: #745
@VMLuca
Copy link
Author

VMLuca commented Jul 9, 2024

thank you very much guys! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant