CromwellCMS / Cromwell

WordPress-like CMS for Next.js websites
https://cromwellcms.com
MIT License
701 stars 98 forks source link

it's good looking platform - love the wordpress woocom experience - can you also add 'ACF - Advanced Custom Fields' like module? #155

Closed uamin closed 2 years ago

uamin commented 3 years ago

it's good looking platform - love the wordpress woocom experience - can you also add 'ACF - Advanced Custom Fields' like module? It will greatly help with creating new fields

eilrix commented 3 years ago

Do we need to SQL query them with conditions? If no (at least for now) the simplest solution I see is to store custom fields in text column as JSON. Right now entities have column "meta" for such purposes.

eilrix commented 2 years ago

Closed by https://github.com/CromwellCMS/Cromwell/pull/159 Custom fields implemented via database entity meta tables. All meta is SQL queryable

https://github.com/CromwellCMS/Cromwell/blob/569f23482d124faf80e40a2aca36924182b0425c/website/docs/features/custom-data.md