You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Content Snippets
1
+
# Content Snippets (Edit)
2
2
3
-
A tool to enable in-page editing of elements, with an adaptable content backend. Drop this into a Web page, compose with a content adapter and credentials via a server framework of your choosing, and begin editing!
3
+
A tool to enable in-page editing of elements with [Cortex](https://github.com/cortex-cms) as a backend.
4
4
5
5
### Building/Watching
6
6
@@ -12,6 +12,8 @@ $ npm install
12
12
$ bower install
13
13
```
14
14
15
+
You will also need to host/locate several CKEditor plugins, which should be available via any hosted Cortex instance. See `main.js` for further information.
16
+
15
17
Now you can build or watch the project! Built and Compiled assets will be plopped into the `dist` directory.
16
18
17
19
```sh
@@ -24,4 +26,4 @@ $ gulp compile
24
26
25
27
### Configuration
26
28
27
-
Coming soon..
29
+
Before using or distributing `content-snippets-edit`, the `.env` file should be configured. Copy and rename the `.env.example` provided and configure to match the environment.
0 commit comments