Sharepoint 2019 Calculated Column JSON Styling Fix Needed

TL 1 Reputation point
2022-11-03T12:09:03.907+00:00

Does anyone know where this file might be in an internal intranet farm that does not connect to the outside internet? Trying to write some json styling to fix all of our calculated columns in our sharepoint 2019 but no luck finding where to reference the master schema. I don't have access to the main server level root web. Tried making it relative but still no luck. Are there any other options besides using JSON?

"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json"

Microsoft 365 and Office | SharePoint | Development
{count} votes

1 answer

Sort by: Most helpful
  1. AllenXu-MSFT 24,941 Reputation points Moderator
    2022-11-07T02:33:18.66+00:00

    Hi @TL ,

    As per my research, I'm afraid there is no way to refer to the master schema in an intranet farm. As an alternative, you can inject JS/CSS to style the column using SPFX.

    ----------

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.