sharepoint online modern experience
28 TopicseditProps not opening edit pane
I have some custom formatting using tileProps on a sharepoint list. It was working fine and then suddenly stopped the other day. Even if I pare down the json to only my button with the customRowAction it won't open the edit panel and throws javascript errors. Any thoughts? Code: { "$schema": "https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json", "tileProps": { "hideSelection": true, "height": "385", "width": "300", "formatter": { "elmType": "div", "style": { "align-items": "stretch", "margin": "3px 2px", "background-color": "#fbfbfb", "height": "375px", "overflow": "inherit", "border-radius": "2px", "box-shadow": "1px 1.6px 3.6px 0 #00000024, 1px 0.3px 0.9px 0 #00000024" }, "children": [ { "elmType": "div", "style": { "width": "100%", "height": "32px", "position": "absolute", "bottom": "10px", "justify-content": "space-around", "text-align": "center" }, "children": [ { "elmType": "button", "customRowAction": { "action": "editProps" }, "attributes": { "title": "Submit" }, "style": { "height": "32px", "padding": "0 16px", "color": "#333", "border": "1px solid #8a8886", "background-color": "white", "cursor": "pointer", "font-size": "14px", "font-weight": "600", "line-height": "1.4", "border-radius": "2px" }, "children": [ { "elmType": "span", "txtContent": "Submit" } ] } ] } ] } } } error in console upon click: Refused to run the JavaScript URL because it violates the following Content Security Policy directive: "script-src 'self' <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> 'unsafe-eval' 'nonce-0ed1d478-c84a-4a3d-ab95-ad6f195ae5fe'". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.2.5KViews0likes3CommentsRemove/Disable Yammer from Send To menu
Hi, Is there a way to remove/disable the Yammer option in the Send To dropdown menu? Here is the link explaining it -https://support.microsoft.com/en-us/office/share-a-modern-sharepoint-page-to-yammer-21c8f124-3e63-43e7-ba54-ecebfee128a7.We don't use Yammer and we would like to remove this option. Hopefully a tenant wide option. Thanks, MontySolved4.8KViews0likes6CommentsSharePoint list formatting not working on Search Results page
I have a SharePoint list, formatted with JSON in the gallery view. If I search for an item, the format is not supported. Here the sample used:https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/view-gallery-formatting However, if I use the list view. It's working well. I have to use the gallery view because there is about 1500 items and it seems the list view format can't display more than 100 items if the format causes the rows to be on the same line:https://github.com/pnp/List-Formatting/issues/108 The column view formatting is not supported in the search view: https://github.com/pnp/List-Formatting/issues/168. Is it the same for the gallery view? Thanks for help.Solved1.9KViews0likes1CommentModern Team Site Pages do not resize based on browser zooming out
Expected or Desired Behavior When you view a Modern Team Site or Modern Site Page on classic page and zoom in or zoom out the page should remain at the center location (just as in Modern Communication Pages). This causes all the webparts to be moved towards left side (looks really weird). Observed Behavior While zooming out - 50% zoom all the webparts on a modern team site and modern page in a classic site are pushed towards the left and there is a huge white space towards the right Steps to Reproduce Open any Modern Team Site and zoom out.2.4KViews0likes0CommentsSharePoint News Content Editing
Hi Microsoft Community! I am in the process of creating a training and events site for a non-profit organization that will have news posts targeted to 4 different geographical regions. These posts will be created and edited by multiple authors. If I wanted to make it easy for the news post editors to go to one page location to add and edit posts for 4 different target audiences, what would be the safest/most efficient method of accomplishing this goal? Thank you for any advice and I have been learning a lot recently about SharePoint and so I am happy to help anyone else with what I find out! Best, Matthew Shuster711Views0likes0CommentsIcons are not loading properly in SharePoint Online
Hello, Hope you're well. I have noticed today 16/11/2021 icons are showing properly in SharePoint Online. It is to do with the Share and Copy link button in the document library. it is happening across our tenant Kind regards, Anees Is anyone else facing the same issue?1.3KViews0likes0Comments