How to create a feature in admin panel

Hi all,

I search a lot in GG but can not find the way to resolve my problems.

I creating a blog for my friends from high school. I created a table yesterday - friends(id, name, phoneNumber, image, address…).
But how to create a feature such as Team in ghost panel? I mean where I can add records for friends table.

ps: Im not sure about the datatype of image. Should it be text?

image

Hey @human1 :wave: Ghost doesn’t have any built-in way to make extensions such as that. In order to implement extra functionality you would need to hack core (see our contributing guide for info) or build your functionality outside of Ghost.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.