-
Notifications
You must be signed in to change notification settings - Fork 10
Page Types
Trevor Fayas edited this page Jan 1, 2022
·
3 revisions
Importing the Baseline_Generics.1.0.0.zip file into the Sites -> Import Site Or Objects will provide you with the Baseline's page types. Here's a list of what they are and what they are for.
- Generic.Home: Default Home Page
- Generic.Header: Page Builder controlled Header, should be found at /MasterPage/Header
- Generic.Footer: Page Builder controlled Footer, should be found at /MasterPage/Footer
- Generic.Navigation: Main Navigation element, should be found under /MasterPage/Navigation
- Generic.BasicPage: Simple Page Builder Page
- Generic.Folder: Folder page type, has Navigation Redirect feature enabled and will be included as part of the Page Url Generation.
- Generic.Search: Search Page
- Generic.TabParent: Sample page that can have Page Builder editable Generic.Tabs below it.
- Generic.Tab: Page Builder enabled page that has its content rendered on the Generic.TabParent
- Generic.File: File page type, renders the given file as a download when accessed.
-
Generic.ShareableContent: Page Builder widget zone that can be pulled into any page using the
Shareable ContentWidget. - Generic.Account: Account-related pages, has page templates for each of the Account management features. See Account Management for more information
- Generic.BaseInheritedPage: Has SEO and Navigation fields, inherit this for pages you wish to leverage these features.
- Generic.RedirectOnlyInheritedPage: Has fields for Navigation fields, inherit this for pages you wish to have only the navigation feature included.
- Generic.Product: Basic Product page type
- Generic.Ecommerce: If you wish to do eCommerce, and install the nuget package HBS.Ecommerce package, this page type will show the page templates for the various eCommerce page templates.
- Solution architecture
- Feature Folders
- Page Template View Component
- Interface Model Implementation Map
- Cache Dependency Building and Async
- Post Redirect Get
- Front End Asset (CSS/JS Parsing
- Navigation
- Page Builder Header/Footer
- SEO Meta Data
- Navigation Redirection
- Page Types
- Partial Widget Page / ShareableContent
- Widgets
- Account Management
- External Authentication/Two Factor Authentication
- Ecommerce Ready
- Error Pages
- Sitemap
- Robots.txt
- Form Bootstrapification
- Bundling css/javascript + Gzip
- Bootstrap and Containers