Skip to content

Commit

Permalink
Utilise un backend en dev côté DecapCMS (#4299)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillett authored Apr 22, 2024
1 parent a3d7b7d commit 6dd921f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion contribuer/public/admin/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
locale: fr
backend:
name: git-gateway
name: git-gateway-large
branch: main
repo: https://github.com/betagouv/aides-jeunes.git
commit_messages:
create: Crée {{slug}}
update: Met à jour {{slug}}
Expand Down
3 changes: 2 additions & 1 deletion contribuer/public/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
</head>
<body>
<!-- Include the script that builds the page and powers Netlify CMS -->
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
<!-- <script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script> -->
<script src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
<script src="https://betagouv.github.io/decap-cms/decap-cms.js"></script>
<script src="main.js" type="text/babel"></script>
<script src="description.js"></script>
<script src="institution.js"></script>
Expand Down

0 comments on commit 6dd921f

Please sign in to comment.