-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat: Headless readiness #7850
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
Merged
Merged
feat: Headless readiness #7850
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
cf26a48
Feat: Move data bridge data to script tags for easier extraction.
fsbraun 600f85a
Fix linting
fsbraun d0574ed
Move json script before script reading it to avoid race conditions
fsbraun 798829e
lean template
fsbraun 29b7e74
Merge branch 'develop-4' into feat/data-bridge
fsbraun 3c01d6a
Merge branch 'develop-4' into feat/data-bridge
fsbraun 50680e9
Move wizard urls to admin namespace
fsbraun 73cad7b
Merge branch 'develop-4' into feat/data-bridge
fsbraun eaa4edd
Fix linting errors
fsbraun c73dc50
Update appresolver and fix page middleware (though no need to use in…
fsbraun d733f59
fix: use admin_reverse instead of reverse('admin: ...
fsbraun fd2e9be
Update preview condition for toolbar
fsbraun 6c60e12
Self-contained structure mode css
fsbraun 23c4d9c
Stay in 4.1.x
fsbraun e0edb6f
Merge branch 'develop-4' into feat/data-bridge
fsbraun baff66e
Alles structure endpoint for read-only objects
fsbraun 2872478
fix: linting
fsbraun 6c65df1
more linting
fsbraun 851796f
Merge branch 'develop-4' into feat/data-bridge
700e537
feat: Allow running without templates
fsbraun 0cb5fed
Merge branch 'feat/data-bridge' of github.com:fsbraun/django-cms into…
fsbraun c50e1a4
Merge branch 'develop-4' into feat/data-bridge
fsbraun d5170a4
Add unformatted preview for headless mode
fsbraun b73febb
Merge branch 'feat/data-bridge' of github.com:fsbraun/django-cms into…
fsbraun 3ebffaa
Fix: Advanced placeholder config
fsbraun 5dbd7ef
Fix: tests
fsbraun deff31c
Fix {% render_placeholder %} tag
fsbraun 46d3da1
Merge branch 'develop-4' into feat/data-bridge
fsbraun fc6bee8
Merge branch 'develop-4' into feat/data-bridge
fsbraun f35a9d3
Merge branch 'develop-4' into feat/data-bridge
fsbraun 1c61cb7
Add docs
fsbraun 5721225
Merge branch 'feat/data-bridge' of github.com:fsbraun/django-cms into…
fsbraun cbdae33
Fix typos
fsbraun f6d8854
Merge branch 'develop-4' into feat/data-bridge
fsbraun 8b5750f
fix typos
fsbraun 5794f18
Update docs for better clarity
fsbraun 91aad91
Merge branch 'develop-4' into feat/data-bridge
fsbraun ec2219e
Merge branch 'develop-4' into feat/data-bridge
fsbraun aaf44c0
Merge branch 'develop-4' into feat/data-bridge
fsbraun 583ceb2
Fix: Use user language for headless plugin list
fsbraun d81c9c3
Fix docs typo
fsbraun cd025f9
Update docs after review
fsbraun e2af484
Merge branch 'develop-4' into feat/data-bridge
fsbraun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,6 @@ indent_size = 2 | |
|
||
[*.yml] | ||
indent_size = 2 | ||
|
||
[*.html] | ||
insert_final_newline = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.