You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- The section on the flex recipe will be displayed when the flex recipe will be available on contrib repo
@@ -66,6 +66,21 @@ And finally, update your database:
66
66
bin/console doctrine:migrations:migrate
67
67
```
68
68
69
+
## Type of posts
70
+
71
+

72
+
73
+
This plugin allows you to create 2 types of posts:
74
+
- **Blog articles**: These are the main content of your blog, where you can write detailed posts.
75
+
- **Case studies**: These are more focused posts that showcase specific projects or achievements.
76
+
77
+
Case studies are disabled by default. You can enable them by setting the env var `MONSIEURBIZ_SYLIUS_BLOG_ENABLE_CASE_STUDIES` to `true` in your `.env` file:
78
+
79
+
```dotenv
80
+
MONSIEURBIZ_SYLIUS_BLOG_ENABLE_CASE_STUDIES=true
81
+
```
82
+
83
+
The structure of the code allows you to easily add new types of posts in the future if needed.
0 commit comments