Skip to main content

Looking Forward to 2019 - Page Designs

I'm sure many of you have listened to the Intrazone's December 2018 Roadmap Pitstop podcast by now and if you haven't I highly recommend doing so, it does a great job talking about what's to SharePoint online in the coming months. But I wanted to take some time to talk about the one thing that I am most excited about in early 2019 - Page Designs.

For those that don't know Page Designs are basically Page Layouts or a Page Template for the Modern UI, you can set a standard look and feel for all of the content on a page including webparts and placeholder content. More information here: https://www.microsoft.com/en-us/microsoft-365/roadmap?featureid=33136&rtc=1

So why am I excited about this? News and articles. From what I've seen at our clients news is one of the biggest reasons they do not want to move to the Modern UI since there is currently not a way to standardized the look and feel of a page. Yes Modern allows you to easily create and publish news, but if you have multiple people creating news with varying levels of O365 know-how, you can have some articles that are a single block of text while others include webparts that pull in related content, have images placed throughout the page, include a stream video, or a form for some feedback.

So while these customizations are great at facilitating user engagement with news, and having just a body of text does get the point across, it goes against the typical client request to have a standardized page with an image, the body text, and then maybe using search pull in recent news articles and/or related news articles onto the page causing them to choose the Classic UI over Modern.

With Page Designs now all of this is possible and you still allow for the latter option of a user getting creative with their news in those one off instances. By creating that standardized look and feel to a page you can bring unity to your intranet and create the best user experience for the end users and content creators. I feel like this will allow us to clear a major roadblock we see and hear and get more people utilizing the Modern UI.

Comments

Popular posts from this blog

SharePoint Site Theming: Header Background Colors

As Microsoft rolls out the new Mega Menu experience for the Modern UI some of you may be wondering where these colors come from. In this post I will review the header background color options and call out which theme colors get used along the way. From left to right in the image below we have the four background options, which I'll call by the names of their color labels, Background Color (White) Theme, Neutral Light Theme, Light Theme, Dark Theme. I used the Microsoft Theme generator ( https://developer.microsoft.com/en-us/fabric#/styles/themegenerator ) to create my theme and applied the theme to my tenant using the Add-PnPTenantTheme ( https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/add-pnptenanttheme?view=sharepoint-ps ) command to apply the following theme in PowerShell, I've also added comments to lines that impact themes for your reference. @{ "themePrimary" = "#0a162b"; #Theme Dark Local "themeLighterAlt" = "...

Quick Look at the Surface Duo Android Emulator

Microsoft recently released their SDK and Emulator for developing dual screen applications for the Surface Duo ( https://docs.microsoft.com/en-us/dual-screen/introduction ) and being a bit curious about what the experience was going to be on a dual screen device I decided to give download it and give it a try.  First Impressions First and foremost there is the novelty of having two apps launched side by side. The Duo emulator is using Android Version 10 and to be API version 29, both are the latest versions of Android. There is no Play Store or Microsoft Store on the emulator, which is to be expected as its main purpose is app development. But beyond that it appears that most of the Google applications are not included in the device and the build is based off the Android Open Source Project (AOSP) more than anything else. What typically are the default applications on Android have been replaced with Microsoft Applications.  Launcher is the Microsoft L...

PowerApps Delegation Warning

Update Aug 15 2019 - Microsoft has updated PowerApps to allow for some complex SharePoint data delegation, this will hopefully resolve most issues you were seeing when working with SharePoint data:  https://powerapps.microsoft.com/en-us/blog/sharepoint-delegation-improvements/ If you've tried to use the Filter, LookUp or Search actions in PowerApps you have seen the yellow warning error that shows a 'delegation warning' and you might have even ignored it because your PowerApp was working fine in testing. However once you get into larger data sets your PowerApp will have some issues so in this blog I will attempt to explain what the delegation warning is and how you can fix your PowerApp. Delegation So what even is Delegation in PowerApps? When doing any sort of data manipulation for an app, PowerApps will try to push the processing of that data to the source system instead of doing all of the manipulation in the app. This is done to increase the efficiency of you...