From 9ceabbe09220932f48b95e6bbc96cdc91b12092f Mon Sep 17 00:00:00 2001 From: Loris Date: Tue, 18 Jul 2023 10:26:11 +0200 Subject: [PATCH] :package: 1.4.0 - Add Support of PrettyBlocks --- readme.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index fdad261..045d68f 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # MDN BLOCS -MDN Blocs is a module developed by Maisondunet, a french web agency. It allows to add multiple custom blocs type to Prestashop's templates files. +MDN Blocs is a module developed by [Maisondunet](https://maisondunet.com), a french web agency. It allows to add multiple custom blocs type to Prestashop's templates files. ## How to use ? 1. Install the module @@ -9,6 +9,8 @@ MDN Blocs is a module developed by Maisondunet, a french web agency. It allows t 4. Save & then get your widget shortcode 5. Insert your widget shortcode inside your code +--- + ## Types ### Available @@ -20,13 +22,20 @@ MDN Blocs is a module developed by Maisondunet, a french web agency. It allows t ### Upcoming - Category : Order your categories -## Dev Mode -Dev Mode allow you to see if you have missed some blocs on back-office part. +--- + +## Supports + +### Debug Mode +Debug Mode allow you to see if you have registered blocks in your theme, without adding theme in the back-office + +### PrettyBlocks support +We added a partial support for [prettyblocks by prestasafe](https://github.com/PrestaSafe/prettyblocks) module. Create your blocks in back-office and hook them with the page builder. -## Custom Templates +### Custom Templates We have created some premade templates to help you to create blocs quickly. If you need to create some new templates, follow the path on views folder, and add them in your theme with custom name. ## Contributors -[Loris Pinna](https://github.com/DevLoris) \ No newline at end of file +[Loris Pinna](https://github.com/DevLoris) ([Portfolio](https://pinna.dev)) \ No newline at end of file