Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add licenseKey field to editorConfig for latest version CKEditor5 #639

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
The files in this folder have semantic names according to their section name in the handbook. They contain an array of JSON objects describing the pages under that section and their hierarchy.
File|Section it pertains to
---|---
policies-for-all.js | I. Middlebury-Wide Policies
ug-college-policies.js | II. Policies for the Undergraduate College
policies-for-the-language-schools.js | III. Policies for the Language Schools
policies-for-the-institute.js | IV. Policies for the Institute of International Studies
policies-for-schools-abroad.js | V. Policies for Schools Abroad
policies-for-middlebury-institute-online.js | VI. Policies for Middlebury Institute Online
handbook-archive.js | Previous Handbooks
i-policies-for-all.js | I. Middlebury-Wide Policies
ii-ug-college-policies.js | II. Policies for the Undergraduate College
iii-policies-for-the-language-schools.js | III. Policies for the Language Schools
iv-policies-for-the-institute.js | IV. Policies for the Institute of International Studies
v-policies-for-schools-abroad.js | V. Policies for Schools Abroad
vi-policies-for-middlebury-institute-online.js | VI. Policies for Middlebury Institute Online
vii-handbook-archive.js | Previous Handbooks

This data is used by [`react-checkbox-tree`](https://github.com/jakezatecky/react-checkbox-tree?tab=readme-ov-file#node-properties) to build left hand menu.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To compile the site for production so it can be deployed:
npm run build
```

To serves the production build of the site for testing prior to deployment:
To serve the production build of the site for testing prior to deployment:

```shell
npm run serve
Expand Down
Loading
Loading