Florian CAVASIN

Results 87 comments of Florian CAVASIN

For all variables -> `getVariables()`: https://github.com/PHPOffice/PHPWord/blob/77438025265482ddcf050bce520d3c2b51645108/src/PhpWord/TemplateProcessor.php#L704-L712 If you want without blocks: ```php public function getVariablesWithoutBlock(): array { $variables = $templateProcessor->getVariables(); $keysToRemove = []; $key_endBlock = null; foreach ($variables as $index...

`Select2` is JQuery oriented. This theme is tuned to use [TomSelect](https://tom-select.js.org/) instead.

Hi @weaverryan, Thanks for the link! At the end, here's what I've put with full path: ```js import { startStimulusApp } from '@symfony/stimulus-bridge'; import { definitionsFromContext } from "@hotwired/stimulus-webpack-helpers" //...

Convert your .doc into .docx. Since .doc is only supported by Word, you should maybe open it from there and save it as .docx. The DOCX format was introduced with...

Hey @codecalm just to be sure, these are normal behaviors: | Class | preview | |---|---| | `.form-check-description` | ![Image](https://github.com/user-attachments/assets/183ca6db-1e44-41b7-bc93-6d5ab615a9b7) | | `.form-selectgroup-label` | ![Image](https://github.com/user-attachments/assets/fd156457-f090-46a5-9bff-38b11dd90c45) | |`.card-subtitle`|![Image](https://github.com/user-attachments/assets/adc656e0-28de-4d6c-b892-16d6ac7846e3)| They get the...

Yes, still the case in many components/pages. `--tblr-secondary` is still used as "default is grey so it is a good color for muted text", or it is not true. `--tblr-muted`...

Would be a really great feature to have at the same time some `nav-header`, like `Projects` as @codecalm [designed it](https://dribbble.com/shots/21217466-Tabler-sidebar-navigation): ![image](https://github.com/user-attachments/assets/99a5e5dd-0ba0-49bc-8383-7595e34702ee) They will not be visible when the navbar is...