Digital Workplace Core Site Overview - akumina/AkuminaTraining GitHub Wiki
A Framework Deployment Option
In some development scenarios, it may be easier to only deploy Akumina Framework onto a site without the Digital Workplace Foundation Site content. The Digital Workplace Core Site gives us that very option. The Digital Workplace Core Site deployment provisions the Information Architecture needed to support the framework and is logical to use during the scenarios below:
- You want to add the Akumina Framework to a site already populated with content and branding
- You want to add the Akumina Framework to a new site collection without the out of the box content that comes with the Digital Workplace Foundation Site.
What's Provisioned by the Core Site?
Core Framework files
The core files that support the Framework itself. They are provisioned to the following directories
- /Style Library/DigitalWorkplace/Content
- Contains files to support Multilingual capabilities and Akumina Widget Templates
- /Style Library/DigitalWorkplace/CSS
- Contains style sheets supporting Akumina Framework UI
- /Style Library/DigitalWorplace/Icons
- Contains icons used by the Akumina Framework UI
- /Style Library/DigitalWorplace/Images
- Contains image files used by the Akumina Framework UI
- /Style Library/DigitalWorplace/img
- Contains image files used by the Akumina Framework UI
- /Style Library/DigitalWorplace/JS
- Contains the core javascript files that power the Akumina Framework
Lists
The following lists are deployed
- Theme_AK
- ThemeImages_AK
- Rail_AK
- Supports the Rail feature
- Images_AK
- Extra Image Gallery
- Favorites_AK
- Supports Favorites App in the Dashboard feature
The following lists are updated with content
- WidgetProperties_AK
- Instance of the Page Builder Widget added for use in Sandbox.aspx
- WidgetViews_AK
- Blank View registered with the GenericList widget
- Banner View registered with Banner Widget
- Dashboard Container registered with Dashboard Widget
- Page Layout Containers registered with Page Builder Widget
Configuration Properties
The following Configuration Properties are set upon initial deployment
- Multilingual Feature Enabled
- Interchange URL
- Interchange Query Key
- Enable Azure AD
- Client ID
- AAD Client Secret
- SkypeApiKeyCC
- SkypeApiKey
- Caching Strategy
- Enable Debug Mode
- Search Page Exclusion List
- Language Neutral List
Masterpage
The following Masterpage is deployed and applied as the default Masterpage to the site.
- DigitalWorkplaceCore/empty
- This is a blank Masterpage that contains all Framework references. We recommend cloning this page when creating a custom master page with the framework.
Pages
The following Page is deployed to the SitePages library of the site
- Sandbox.aspx
- This is a blank site page with the page builder widget applied to it. Widgets can be tested here.