Automattic / create-content-model

Create content models from the UI
GNU General Public License v2.0
160 stars 7 forks source link

Post type JSON files use not helpful labels #142

Open felixarntz opened 2 months ago

felixarntz commented 2 months ago

It looks like the export JSON files for content models / post types use the post meta field slug also as the field label, which seems like a bug - particularly since on the client-side the plugin already displays a nice human-readable "Name" value. It would make sense to me to use that same "Name" also for the post meta field label. See screenshot below: Screenshot 2024-09-11 10 53 26 AM

bacoords commented 2 months ago

That's a great point- especially as post meta labels might actually be in consideration for core: https://github.com/WordPress/gutenberg/pull/65099