[widgets] Add widget css customization
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.29 on 2026-03-20 17:23
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("profiles", "0029_userprofile_enable_public_widgets"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="userprofile",
|
||||
name="widget_custom_css",
|
||||
field=models.TextField(blank=True, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user