From fec62e49d0b81dee00c74fa6163b7d997cefb9c4 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sun, 25 Sep 2022 17:46:04 +0630 Subject: [PATCH] Update article for title validation required --- .../how-to-connect-astro-paper-blog-with-forestry-cms.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/contents/how-to-connect-astro-paper-blog-with-forestry-cms.md b/src/contents/how-to-connect-astro-paper-blog-with-forestry-cms.md index 1960b13..98aaf2f 100644 --- a/src/contents/how-to-connect-astro-paper-blog-with-forestry-cms.md +++ b/src/contents/how-to-connect-astro-paper-blog-with-forestry-cms.md @@ -103,6 +103,10 @@ As the final setup, make some adjustment in the front matter field settings. Here are some adjustments you have to made. +**_title_** + +- Validation => REQUIRED => true + **_author_** - Default => your name @@ -115,6 +119,10 @@ Here are some adjustments you have to made. - Validation => REQUIRED => true +**_description_** + +- Validation => REQUIRED => true + ## Conclusion You can now post your articles and write whatever you want.