-
-
Notifications
You must be signed in to change notification settings - Fork 416
editors
Somya Dwivedi edited this page Oct 26, 2020
·
10 revisions
An array of person objects describing the editors of the document. Editors have the same responsibility as authors
, and are preferred in specifications.
var respecConfig = {
editors: [
{
name: "Marcos Caceres",
company: "Mozilla Corporation",
companyURL: "https://mozilla.org/",
w3cid: 39125,
},
{
name: "Kenneth Rohde Christiansen",
company: "Intel Corporation",
companyURL: "https://intel.com",
w3cid: 57705,
},
],
};
💖 Support ReSpec by becoming a sponsor via Open Collective. 💖
✨ View rendered version of this documentation at https://respec.org/docs/ ✨