wbrowar / craft-little-layout

A compact, visual way to lay out fields, elements, and Matrix blocks.
Other
4 stars 1 forks source link

Parse Error when selecting new field after installation #1

Closed goodmixer closed 3 years ago

goodmixer commented 3 years ago

Hi Getting syntax error, unexpected 'int' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) when selecting new field after installation.

Running Craft 3.6.11.2 and php 7.3.8

Is php 7.4 a requirement for little layout to work?

wbrowar commented 3 years ago

Hey @goodmixer 7.4 isn't a requirement, so this is a bug. I did intentionally plan to support 7.2.5 as per Craft’s new minimum required version, so I'll do some extra testing to make sure it's compatible back to the minimum version.

Thanks for bringing this to my attention!

Will

wbrowar commented 3 years ago

Thanks again, @goodmixer. This should be fixed in 1.0.1.

I'd love to hear how you’re using your layout fields, so please consider leaving some feedback in Discussions.

- Will