|
| 1 | +{ |
| 2 | + "header": { |
| 3 | + "link": { |
| 4 | + "linkProps": { |
| 5 | + "href": "https://code.gouv.fr" |
| 6 | + }, |
| 7 | + "text": "Code Gouv" |
| 8 | + }, |
| 9 | + "menu": { |
| 10 | + "welcome": { |
| 11 | + "enabled": true |
| 12 | + }, |
| 13 | + "catalog": { |
| 14 | + "enabled": true |
| 15 | + }, |
| 16 | + "addSoftware": { |
| 17 | + "enabled": true |
| 18 | + }, |
| 19 | + "about": { |
| 20 | + "enabled": false |
| 21 | + }, |
| 22 | + "contribute": { |
| 23 | + "enabled": true, |
| 24 | + "href": "mailto:[email protected]?subject=Demande d'accompagnement" |
| 25 | + } |
| 26 | + } |
| 27 | + }, |
| 28 | + "home": { |
| 29 | + "softwareSelection": { |
| 30 | + "enabled": true |
| 31 | + }, |
| 32 | + "theSillInAFewWordsParagraphLinks": [ |
| 33 | + "https://fr.wikipedia.org/wiki/Logiciel_libre", |
| 34 | + "https://www.legifrance.gouv.fr/jorf/article_jo/JORFARTI000033203039", |
| 35 | + "https://code.gouv.fr/sill/readme", |
| 36 | + "https://code.gouv.fr/fr/doc/licences-libres-dinum" |
| 37 | + ], |
| 38 | + "searchBar": { |
| 39 | + "enabled": false |
| 40 | + }, |
| 41 | + "statistics": { |
| 42 | + "categories": ["softwareCount", "registeredUserCount", "agentReferentCount", "organizationCount"] |
| 43 | + }, |
| 44 | + "usecases": { |
| 45 | + "declareReferent": { |
| 46 | + "enabled": true, |
| 47 | + "labelLinks": [], |
| 48 | + "buttonEnabled": true, |
| 49 | + "buttonLink": "" |
| 50 | + }, |
| 51 | + "editSoftware": { |
| 52 | + "enabled": true, |
| 53 | + "labelLinks": [], |
| 54 | + "buttonEnabled": true, |
| 55 | + "buttonLink": "" |
| 56 | + }, |
| 57 | + "addSoftwareOrService": { |
| 58 | + "enabled": true, |
| 59 | + "labelLinks": [], |
| 60 | + "buttonEnabled": true, |
| 61 | + "buttonLink": "" |
| 62 | + } |
| 63 | + }, |
| 64 | + "quickAccess": { |
| 65 | + "enabled": false |
| 66 | + } |
| 67 | + }, |
| 68 | + "softwareDetails": { |
| 69 | + "authorCard": false, |
| 70 | + "defaultLogo": true, |
| 71 | + "details": { |
| 72 | + "enabled": true, |
| 73 | + "fields": { |
| 74 | + "registerDate": true, |
| 75 | + "minimalVersionRequired": true, |
| 76 | + "softwareCurrentVersion": true, |
| 77 | + "softwareCurrentVersionDate": true, |
| 78 | + "license": true |
| 79 | + } |
| 80 | + }, |
| 81 | + "prerogatives": { |
| 82 | + "enabled": true |
| 83 | + }, |
| 84 | + "metadata": { |
| 85 | + "enabled": true, |
| 86 | + "fields": { |
| 87 | + "keywords": true, |
| 88 | + "programmingLanguages": true, |
| 89 | + "applicationCategories": true, |
| 90 | + "softwareType": true |
| 91 | + } |
| 92 | + }, |
| 93 | + "links": { |
| 94 | + "enabled": true |
| 95 | + }, |
| 96 | + "userActions": { |
| 97 | + "enabled": true |
| 98 | + } |
| 99 | + }, |
| 100 | + "catalog": { |
| 101 | + "defaultLogo": true, |
| 102 | + "search": { |
| 103 | + "options": { |
| 104 | + "organisation": true, |
| 105 | + "applicationCategories": true, |
| 106 | + "softwareType": true, |
| 107 | + "prerogatives": true, |
| 108 | + "programmingLanguages": false |
| 109 | + } |
| 110 | + }, |
| 111 | + "sortOptions": { |
| 112 | + "referent_count": true, |
| 113 | + "user_count": true, |
| 114 | + "added_time": true, |
| 115 | + "update_time": true, |
| 116 | + "latest_version_publication_date": true, |
| 117 | + "user_count_ASC": true, |
| 118 | + "referent_count_ASC": true |
| 119 | + }, |
| 120 | + "cardOptions": { |
| 121 | + "referentCount": true, |
| 122 | + "userCase": true |
| 123 | + } |
| 124 | + }, |
| 125 | + "footer": { |
| 126 | + "domains": ["info.gouv.fr", "service-public.fr", "legifrance.gouv.fr", "data.gouv.fr"] |
| 127 | + } |
| 128 | +} |
0 commit comments