Sp-dev-docs: Sharepoint 2019 offline column formatting

Created on 7 Feb 2020  路  5Comments  路  Source: SharePoint/sp-dev-docs

Category

  • [ x] Question
  • [ ] Typo
  • [ ] Additional article idea

Question

Can I use this column formatting described in https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting in an intranet (without internet access) sharepoint server?

Basically i am not sure how to give access to the following schema https://developer.microsoft.com/json-schemas/sp/v1/column-formatting.schema.json
if the server does not have access to the internet.

Should i download the file and copy it to the sharepoint server? if so, where/how?

list-formatting on-prem answered question

Most helpful comment

@andrewconnell & @bcameron1231 that is correct. The schema.json file is required only for IntelliSense and column formatting on SP2019 would work even without access to internet.

@rsantosveloso1 If you want IntelliSense in your formatter authoring tool, you can create a copy as you mentioned.

Please do let me know if you have any further questions.

All 5 comments

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

@thechriskent @bcameron1231 You know if the schema is used for anything other than with IntelliSense in editors? IOW, if removed, or downloaded & point to an internal URL, will that work?

@andrewconnell Yup, the column formatting works even if you specify an empty schema.

@andrewconnell & @bcameron1231 that is correct. The schema.json file is required only for IntelliSense and column formatting on SP2019 would work even without access to internet.

@rsantosveloso1 If you want IntelliSense in your formatter authoring tool, you can create a copy as you mentioned.

Please do let me know if you have any further questions.

Closing this issue as "answered". If you encounter a similar issue(s), please open up a new issue. See our wiki for more details: Issue-List: Our approach to closed issues

Was this page helpful?
0 / 5 - 0 ratings