Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

Commit

Permalink
Added resources to athletics page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexuist committed Aug 17, 2017
1 parent 7211dc7 commit 3314c89
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# editor
Electron-based editor enabling school administrators to edit UHSSE.org's content.

To build:

```
$ mkdir build
$ cd build
$ electron-packager ../ Editor --all
```

Requires [electron-packager](https://github.com/electron-userland/electron-packager).
6 changes: 6 additions & 0 deletions athletics.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
<json-form page = "extracurriculars">
<json-string name = "Section Name" path = "['athletics']['name']"></json-string>
<json-string name = "Section Lead" path = "['athletics']['lead']"></json-string>
<h1>Resources</h1>
<json-table
name = "Links"
path = "['athletics']['links']"
:columns = "['name', 'description', 'link']">
</json-table>
<h1>Seasons</h1>
<json-repeat path = "['athletics']['seasons']">
<template scope = "parent">
Expand Down

0 comments on commit 3314c89

Please sign in to comment.