Refactor: WhitePaper — redesign layout + suppression préfixes wp-
- Nouveau layout desktop : flex row avec catch-area (label + titre) et form-area (formulaire) - Mobile : height 100vh non-scrollable, overlay formulaire déclenché au clic - Tablet : grid 2 colonnes - Suppression des préfixes wp- sur toutes les classes (CSS scopé Svelte) - white-paper.json.php : intro via ->inline() pour texte brut Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d4f05d6157
commit
974067d986
2 changed files with 203 additions and 109 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
$specificData = [
|
||||
'published' => $page->published()->toDate('d/m/Y'),
|
||||
'intro' => $page->intro()->value(),
|
||||
'intro' => $page->intro()->inline()->value(),
|
||||
'cover' => $page->cover()->toFile()?->url(),
|
||||
'fileUrl' => $page->downloadFile()->toFile()?->url(),
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue