Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdnagency/prestashop-mdn_blocks
A 1.7+ Prestashop module to add content blocks
https://github.com/mdnagency/prestashop-mdn_blocks
blocs content prestashop prestashop-1-7 prestashop-free-module prestashop-module
Last synced: about 2 months ago
JSON representation
A 1.7+ Prestashop module to add content blocks
- Host: GitHub
- URL: https://github.com/mdnagency/prestashop-mdn_blocks
- Owner: MdnAgency
- Created: 2023-01-04T13:15:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T08:29:33.000Z (over 1 year ago)
- Last Synced: 2024-11-22T10:11:58.532Z (about 2 months ago)
- Topics: blocs, content, prestashop, prestashop-1-7, prestashop-free-module, prestashop-module
- Language: PHP
- Homepage: https://maisondunet.com
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# MDN BLOCS
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
2. On the left pane, go to wanted bloc type
3. Create your content
4. Save & then get your widget shortcode
5. Insert your widget shortcode inside your code---
## Types
### Available
- Text : Insert textual and formatted content with WYSIWIG
- Image : Insert image (with alt)
- Category : Show categories
- Product : Show newest product OR product inside a category (compatible with slider)### Upcoming
- Category : Order your categories---
## 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
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) ([Portfolio](https://pinna.dev))