- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2020
08:09 AM
02-07-2020
08:09 AM
organization and the CMS
Hi all,
I see that Magento has a frontend development environment of building the frontend as:
- HTML content can be stored in blocks
- Blocks can then be stored in pages by widget or static block ID number.
- Then HTML content is displayed to client on the frontend once the page is rendered.
the Second way is to just write your HTML directly on page.
My Questions:
- If a page doesn't contain global content,should I still use blocks or can I just write the HTML content in a page?
- What are the pros and cons of using Blocks over direct page development?
- Are block mainly just for using widgets?
Thanks :-)
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2020
07:29 AM
02-09-2020
07:29 AM
Re: organization and the CMS
Here are some general basics.
https://devdocs.magento.com/guides/v2.3/architecture/archi_perspectives/ABasics_intro.html
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2020
07:12 AM
02-17-2020
07:12 AM
Re: organization and the CMS
Thank you so much !