Rupert Jabelman
Rupert Jabelman
To demonstrate the issue, use this PDF: [Corporate Complaints Policy 2024.pdf](https://github.com/user-attachments/files/23234432/Corporate.Complaints.Policy.2024.pdf) And this code: ``` include 'vendor/autoload.php'; $parser = new \Smalot\PdfParser\Parser(); $pdf = $parser->parseFile('./Corporate Complaints Policy 2024.pdf'); $pages = $pdf->getPages();...
I've just tried the test case from this issue with pdfparser 2.12.1 and get this result: ``` array(2) { [0]=> array(6) { [0]=> string(1) "1" [1]=> string(1) "0" [2]=> string(1)...
This module might be worth checking out: https://www.drupal.org/project/node_display_title From the description it sounds like solves the same problem.
I'd be surprised if we collectively decided to call it that TBH. What name would you suggest?
> I assume then that anyone building a new LGD module would need to update this module too? Anyone creating a new module that's part of a default new install...
I don't think recipes help here (unless my understanding of recipes is wrong). Once a recipe is applied to a site, that's it. There's no ability to update an existing...
I'm starting to think that instead of implementing this in a separate module, a better way to do it would be via the profile. So if you want the new...
> What are our use cases here? > > Like with the content and the content types left in place site developers can ... Forcing site developers to remove all...
@willguv They're actually pretty similar, it turns out. Both of them have a banner field and a separate field for main content which hold paragraphs. Localgov page has an additional...