lukaskleinschmidt / kirby-sortable

Making subpage managing a breeze
79 stars 6 forks source link

Add page title for new entries #42

Closed movingwater closed 6 years ago

movingwater commented 6 years ago

I use the sortable field for displaying blogpost entries, so no modules plugin is used... Is there a way to add the page title field, when adding new entries, like the build in way on adding new pages. Then you would already have readable page urls and you don't have to change them afterwards. I remember that is was discussed at some places, but I couldn't find where.

Thanks for all your effort and this awesome plugin.

lukaskleinschmidt commented 6 years ago

Yes that is possible. Please have a closer look at the customize section. You need a customized add action.

I actually put something together because it is easier to understand I think :wink:. https://github.com/lukaskleinschmidt/kirby-sortable-action-add

You can basically modify almost every aspect of the field.