bedrock/mozorg/migrations/0003_leadershippage.py [92:120]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                        ),
                                                                                    ),
                                                                                    (
                                                                                        "photos_link",
                                                                                        wagtail.blocks.URLBlock(
                                                                                            char_max_length=255,
                                                                                            help_text="External link to a .zip file of photos of the person.",  # noqa E501
                                                                                            required=False,
                                                                                        ),
                                                                                    ),
                                                                                ]
                                                                            ),
                                                                        ),
                                                                        ("job_title", wagtail.blocks.CharBlock(char_max_length=255, required=False)),
                                                                        (
                                                                            "biography",
                                                                            wagtail.blocks.RichTextBlock(
                                                                                features=[
                                                                                    "h2",
                                                                                    "h3",
                                                                                    "hr",
                                                                                    "bold",
                                                                                    "italic",
                                                                                    "strikethrough",
                                                                                    "code",
                                                                                    "blockquote",
                                                                                    "link",
                                                                                    "ol",
                                                                                    "ul",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



bedrock/mozorg/migrations/0004_alter_leadershippage_leadership_sections.py [76:104]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                                ),
                                                                            ),
                                                                            (
                                                                                "photos_link",
                                                                                wagtail.blocks.URLBlock(
                                                                                    char_max_length=255,
                                                                                    help_text="External link to a .zip file of photos of the person.",
                                                                                    required=False,
                                                                                ),
                                                                            ),
                                                                        ]
                                                                    ),
                                                                ),
                                                                ("job_title", wagtail.blocks.CharBlock(char_max_length=255, required=False)),
                                                                (
                                                                    "biography",
                                                                    wagtail.blocks.RichTextBlock(
                                                                        features=[
                                                                            "h2",
                                                                            "h3",
                                                                            "hr",
                                                                            "bold",
                                                                            "italic",
                                                                            "strikethrough",
                                                                            "code",
                                                                            "blockquote",
                                                                            "link",
                                                                            "ol",
                                                                            "ul",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



