Good morning,
I can't seem to get blocks to honour my re-ordering at all - everything seems to be defaulting to the order the items were added. I've tried striping the code back to the blocks code found in the documentation to see if it is anything in my regions but that hasn't helped. I've also tried removing the region entirely, renaming it etc but nothing seems to work.
You can see a short video of what's going on here.
My blocks code looks like this:
Code
- <perch:blocks>
- <perch:block type="text" label="Text">
- <perch:content id="title" type="text" label="Title">
- </perch:block>
- <perch:block type="quote" label="Pull quote">
- <perch:content id="title" type="text" label="Title">
- </perch:block>
- <perch:block type="image" label="Feature image">
- <perch:content id="title" type="text" label="Title">
- </perch:block>
- </perch:blocks>
My region code looks like:
And my diagnostic is:
PHP
- Perch: 3.1.4, PHP: 7.2.14, MySQL: mysqlnd 5.0.12-dev - 20150407 - $Id: 38fea24f2847fa7519001be390c98ae0acafe387 $, with PDO
- Server OS: Darwin, cgi-fcgi
- Installed apps: content (3.1.4), assets (3.1.4), categories (3.1.4), perch_blog (5.6.1), perch_forms (1.12)
- App runtimes: <?php $apps_list = [ 'perch_blog', 'perch_forms' ];
- PERCH_LOGINPATH: /admin
- PERCH_PATH: /Users/lea/Repositories/[REDACTED]
- PERCH_CORE: /Users/lea/Repositories/[REDACTED]
- PERCH_RESFILEPATH: /Users/lea/Repositories/[REDACTED]
- Image manipulation: GD Imagick
- PHP limits: Max upload 32M, Max POST 8M, Memory: 128M, Total max file upload: 8M
- F1: 3b606135b33e6a102526838f4152a807
- Resource folder writeable: Yes
- SCRIPT_NAME: /admin/core/settings/diagnostics/index.php
- REQUEST_URI: /admin/core/settings/diagnostics/
- DOCUMENT_ROOT: /Users/lea/Repositories/[REDACTED]
- HTTP_HOST: [REDACTED]
Any help would be appreciated.
Thanks, Lea.