10000 docs: Update how-to use placeholder in custom models by fsbraun · Pull Request #7742 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

docs: Update how-to use placeholder in custom models #7742

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 4 commits into from
Jan 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update 01-placeholders.rst
  • Loading branch information
fsbraun authored Jan 10, 2024
commit d1a98f5bed5ffdc91b1ca2d0f557edd51faf1cc5
2 changes: 1 addition & 1 deletion docs/how_to/01-placeholders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
How to use placeholders outside the CMS
=======================================

Placeholders are special model fields that django CMS uses to render user-editable
Placeholder fields are special model fields that django CMS uses to render user-editable
content (plugins) in templates. That is, it's the place where a user can add text, video
or any other plugin to a webpage, using the same frontend editing as the CMS pages.

Expand Down
0