classic: fix `education_degree_width` option

This commit is contained in:
Sina Atalay 2024-04-16 02:36:01 +03:00
parent d09b64367f
commit 57805f6dd3
1 changed files with 5 additions and 0 deletions

View File

@ -42,3 +42,8 @@ class ClassicThemeOptions(ThemeOptions):
" time span will not be shown in any section."
),
)
margins: MarginsForClassic = pydantic.Field(
default=MarginsForClassic(),
title="Margins",
description="Page, section title, entry field, and highlights field margins.",
)