Compare commits

...

2 commits

Author SHA1 Message Date
maxime-cool 736809cb23 Merge branch 'main' of https://git.deuxfleurs.fr/maximeg/palettetest
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-24 10:59:01 +01:00
maxime-cool d5d87aac23 test select widget 2024-01-24 10:58:54 +01:00
4 changed files with 10552 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
node_modules/

10535
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"dependencies": {
"@staticcms/core": "^4.0.1"
}
}

View file

@ -34,3 +34,14 @@ collections:
media_library:
config:
multiple: true
- label: 'Settings'
name: settings
files:
- label: 'Theme Settings'
name: theme settings
file: 'site/settings.toml'
fields:
- label: toml file
name: toml file
widget: 'select'
options: ["rouge", "bleu", "vert"]