Compare commits
No commits in common. "3f8d4df173aab8f816eb788333e0523c4253475a" and "c157bd89ca5becb644ec7b94cf3a82774a561675" have entirely different histories.
3f8d4df173
...
c157bd89ca
3 changed files with 8 additions and 494 deletions
|
@ -155,4 +155,10 @@ collections:
|
||||||
name: "gallery"
|
name: "gallery"
|
||||||
widget: "list"
|
widget: "list"
|
||||||
fields:
|
fields:
|
||||||
- { label: "Image", name: "image", widget: "image" }
|
- {
|
||||||
|
label: "Image",
|
||||||
|
name: "image",
|
||||||
|
widget: "image",
|
||||||
|
media_folder: "themes/gallo/static/img/catalog",
|
||||||
|
public_folder: "/img/catalog",
|
||||||
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -7,6 +7,6 @@
|
||||||
<title>Content Manager</title>
|
<title>Content Manager</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script src="https://www.gallowelding.com/admin/decap-cms.js"></script>
|
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Add table
Reference in a new issue