W
W
weranda2017-02-02 19:06:30
MODX
weranda, 2017-02-02 19:06:30

How to sort categories of additional fields in the admin panel in MODX REVO?

Greetings
How to sort the categories of additional fields in the material in MODX REVO so that they are not arranged alphabetically, but in the desired order. I repeat: not additional fields inside the category, but the categories themselves - those on the left!
9975301a6ea84dc9a7c9ca93970c2723.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
display: block, 2017-02-03
@qork

You can add this option in the admin styles

#ext-gen438 {
    display: flex;
    flex-direction: column;
}

//вкладку comp-1093 ставим на последнее место
//у остальных по-умолчанию order: 0
#modx-resource-vtabs__ext-comp-1093{
    order: 1;
}

M
metaluga-galia, 2018-11-01
@metaluga-galia

When creating or renaming a category, there is a "Sort" field there and write the corresponding number

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question