diff --git a/README.md b/README.md index 92be880..663f9e8 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Headers are special fields in the YAML configuration used to group related field - description: A brief description or subtitle for the header, providing additional context or information about the section. -#### Complex Input Types +##### Complex Input Types In addition to the basic input types described above, the form configuration supports complex input types that provide additional functionality and control over form behavior. These are generally intended to address specific use cases common in form softwares. diff --git a/libreforms_fastapi/__metadata__.py b/libreforms_fastapi/__metadata__.py index e038d0e..b07f662 100644 --- a/libreforms_fastapi/__metadata__.py +++ b/libreforms_fastapi/__metadata__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.5" +__version__ = "1.0.6" __name__ = "libreforms_fastapi" __author__ = "Sig Janoska-Bedi" __credits__ = ["Sig Janoska-Bedi"] diff --git a/libreforms_fastapi/utils/docs.py b/libreforms_fastapi/utils/docs.py index e5ec070..bf1c405 100644 --- a/libreforms_fastapi/utils/docs.py +++ b/libreforms_fastapi/utils/docs.py @@ -142,7 +142,7 @@ def get_docs( - + def write_docs(docs_path, content, scrub_unsafe=False): """ Writes content to a document at docs_path, backing up the original if it exists.