aranja / tux

"Create React App" with SSR and a flexible addon system

Home Page:https://tux.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make TuxModal field id consistent with inline editor

eirikurn opened this issue · comments

I love that there is almost nothing contentful specific in tux anymore.

One remaining thing is that TuxModal still hard codes model.fields[...] instead of sharing dynamic field name logic with the inline editor.

After adding this support, we can change the contentful schemas to have field: 'fields.title' instead of field: 'title'.

This is a duplicate of #54