evocms-community / pagebuilder

Page Builder for Evolution CMS
29 stars 23 forks source link

Sortorder of configs on the dropdown select #41

Closed fourroses666 closed 7 years ago

fourroses666 commented 7 years ago

Is it possible to give it a sort order? Maybe by ID number?

sortorder

mnoskov commented 7 years ago

Maybe just alphabetical?

fourroses666 commented 7 years ago

Yes thats the way it orders now: The config files are called like this and the "f" from "four" comes before the "o" from "one"

image-four.php
image-one.php
image-three.php
image-two.php
text-one.php
text-two.php

But if you know a way to be able to re-order the dropdown items that would be great. I was thinking of adding an ID to the the config file and be able to order with that. (ASC / DESC).

Renaming the config file with 1-name.php / 2-name.php will give issues when changing it afterwards. (losing existing content)

fourroses666 commented 7 years ago

Hi MNoskov, I have set the order like 'order' => 1, But it doesn't seem to work. Does it work with you?

mnoskov commented 7 years ago

It works only on v1.1, "issue-38" branch

fourroses666 commented 7 years ago

Oke 👍