You are not logged in.
Pages: 1
How should I go about adding new fields to an existing module? I created a news module, and forgot to add an author field. It looks like once the module has been created, the only fields in the UI available are Many-to-Many and Geocoding. I'm guessing this can be accomplished by adding columns manually into the database?
Last edited by jesse.glaves (July 17, 2014 1:23pm)
Offline
Yep, add a column to the database and if it's a non-reserved name (i.e. not "position", "approved", "id", or "archived") it will show up in a drop down next to Many-to-Many and Geocoding.
Offline
Pages: 1