Skip to content

Commit a747965

Browse files
committed
🗃️ drop page icon for now
1 parent 90149c6 commit a747965

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

fragdenstaat_de/fds_cms/migrations/0059_fdspageextension_breadcrumb_ancestor_squashed_0061_fdspageextension_breadcrumb_background.py

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Generated by Django 4.2.4 on 2023-12-11 14:56
22

3-
import cms.models.fields
4-
from django.db import migrations, models
53
import django.db.models.deletion
4+
from django.db import migrations, models
5+
6+
import cms.models.fields
67

78

89
class Migration(migrations.Migration):
@@ -33,16 +34,6 @@ class Migration(migrations.Migration):
3334
verbose_name="Only show the breadcrumb ancestor on this page, but not its children",
3435
),
3536
),
36-
migrations.AddField(
37-
model_name="fdspageextension",
38-
name="icon",
39-
field=models.CharField(
40-
blank=True,
41-
help_text='Enter an icon name from the <a href="https://fontawesome.com/v4.7.0/icons/" target="_blank">FontAwesome 4 icon set</a>',
42-
max_length=50,
43-
verbose_name="Icon",
44-
),
45-
),
4637
migrations.AddField(
4738
model_name="fdspageextension",
4839
name="breadcrumb_background",

0 commit comments

Comments
 (0)