Compare commits

..

No commits in common. "3f8d4df173aab8f816eb788333e0523c4253475a" and "c157bd89ca5becb644ec7b94cf3a82774a561675" have entirely different histories.

3 changed files with 8 additions and 494 deletions

View file

@ -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

View file

@ -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>