rrd108 / krisnavolgy

0 stars 0 forks source link

Happenings - Main Menu different setup #52

Closed rrd108 closed 1 year ago

rrd108 commented 1 year ago

On the frontend side I should define in what shape the data will arrive. I have created 2 general types, one for a single type response (like home page) and one for collection type response (like main menu).

Happenings is also a collection type but done differently then main menu. On Strapi adminat main menu it shows there is 7 menu items in it, but in Happenings they are listed. So it seems you created them differently. Because of this I get a different data format at the client side. The problem is that at the frontend side I can not detect and check what format will I receive.

So my questions are:

Sukhayanti commented 1 year ago

Should I change the menu that each item appears as a different item?

rrd108 commented 1 year ago

leave it like that for now

I try to prepare frontend for both versions

rrd108 commented 1 year ago

The only thing I need now is to rename the block

Now it is called event_section and it should be happenings_section and inside we have event_text_box what could be happening

Sukhayanti commented 1 year ago

fixed