You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to change the default text "Type text..." but for some reason placeholder argument for EditorJsJSONField field doesn't change anything. My code:
class Page(models.Model):
...
content = EditorJsJSONField(
"Content",
blank=True,
null=True,
placeholder="Write your post content here...")
What I'm doing wrong?
The text was updated successfully, but these errors were encountered:
Hi,
I want to change the default text "Type text..." but for some reason
placeholder
argument for EditorJsJSONField field doesn't change anything. My code:What I'm doing wrong?
The text was updated successfully, but these errors were encountered: