Skip to content

Commit

Permalink
Merge pull request #2138 from Inist-CNRS/refactor/content-structuration
Browse files Browse the repository at this point in the history
Refactor content structuration
  • Loading branch information
touv authored Sep 4, 2024
2 parents f14867c + d7ec460 commit 253982f
Show file tree
Hide file tree
Showing 30 changed files with 808 additions and 825 deletions.
2 changes: 1 addition & 1 deletion src/api/models/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { cloneDeep, merge } from 'lodash';
import fs from 'fs/promises';

// --- Global variable for the Theme system
export const THEMES_VERSION = '6';
export const THEMES_VERSION = '7';
export const THEMES_FOLDER = '../../app/custom/themes';

// --- Global function for the Theme system
Expand Down
2 changes: 1 addition & 1 deletion src/app/custom/themes/default/lodex-theme.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6",
"version": "7",
"licence": "CeCILL",
"name": {
"fr": "Système",
Expand Down
Loading

0 comments on commit 253982f

Please sign in to comment.