Skip to content

Commit

Permalink
fix(fiche SP): ne plus afficher en bas de page les liens "Voir aussi"…
Browse files Browse the repository at this point in the history
…, "Pour en savoir plus" et "Service en ligne" (#1508)

* fix(fiche SP): ne plus afficher en bas de page les liens "Voir aussi", "Pour en savoir plus" et "Service en ligne"

* add test

* feat: migration vers la version 3.4

---------

Co-authored-by: Martial Maillot <[email protected]>
  • Loading branch information
carolineBda and m-maillot authored Nov 28, 2024
1 parent b11d2fc commit f824cf3
Show file tree
Hide file tree
Showing 6 changed files with 19,019 additions and 7 deletions.
12 changes: 12 additions & 0 deletions shared/types/src/elastic/fiche-service-public.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { DocumentElasticWithSource } from "./common";
import {
FicheServicePublicDoc,
FicheTravailEmploiDoc,
Section,
} from "../hasura";
import { SOURCES } from "@socialgouv/cdtn-utils";

export type ElasticFicheServicePublic = DocumentElasticWithSource<
FicheServicePublicDoc,
typeof SOURCES.SHEET_SP
>;
Loading

0 comments on commit f824cf3

Please sign in to comment.