What are "Pages" and "Areas"

Permalink
The docs describes several components used by C5, and I am trying to generate a complete but very brief list of each.

What are "Pages" and "Areas" as listed onhttps://documentation.concrete5.org/user-guide/guided-tour/pages-are... but left blank?

Also, am I missing any from my list below?

Thanks


Pages - What are these?

Areas - What are these?

Blocks - Some content or functionality you can edit from within a page.

Themes - Set the overall look and feel.

Stacks - Allow reuse of a block or a combination of blocks.

Page Types - Represent the data object of each page.

Page Templates - Define the layout of a page.

Attributes - Allow adding meta data to pages.

Single Pages - Custom pages used only once.

 
hutman replied on at Permalink Reply
hutman
Pages are pages? They show up as a page on the front end, they have the page type, page template, areas, and blocks attached to them.

Areas are sections of the page defined by the page template that hold blocks.

One thing you might be missing is Global Areas which are sections of the page defined by the theme that hold blocks and are used globally across the entire site (think header/footer)
NotionCommotion replied on at Permalink Reply
Thanks hutman,

Yeah, felt kind of silly asking "what are pages". Just wanted to make sure they weren't some type of component that I might want to create using PHP like the others. Also, seems like I don't create a PHP file for areas and global areas either, but they are just portions of a given template.
hutman replied on at Permalink Reply
hutman
Yes, that's correct, none of these need PHP files created.
mnakalay replied on at Permalink Reply
mnakalay
You forgot Packages