- Issue created by @wouters_f
- 🇧🇪Belgium wouters_f Leuven
Processed most of these.
- split on a little omre complex character now (not sure if more complexity is needed)
- Json decode replaced
- POST vars replaced
- problems with 2 instances: that is correct. it's either locked to 1 block without conflicts (had this in the first version) or over two block with possible conflicts. Currently this is how I want to do it. might change later
- worth making the results into a template: will make a separate issue for that
- max age 0 and cache dissabling removed (was for development)
- layout builder references removed, we are not dependant on layout builder at all
- added a select box for the permission check. I hear others want other permission systems too, so we'll have the choice to change later
- Will make a separate issue for views access checking of filtering
- Converting back to HTML: also implementing this,