rockettheme / toolbox

RocketTheme\Toolbox package contains a set of reusable PHP interfaces, classes and traits.
MIT License
21 stars 16 forks source link

BlueprintForm: Make `import@`s to support ordering #18

Open mahagr opened 6 years ago

mahagr commented 6 years ago

Right now all calls for @import insert the new fields into the top of the form.

Figure out a way to be able to insert fields also to the end of the form or between existing fields.

drzraf commented 2 years ago

PR #34 intends to resolve this. The second commit allows top-level ordering@: 0 to put an element as the first one, fixing #33