Enhance admin UI and schema management: Introduce generic handling for image/asset URL fields, ensuring explicit widget usage for image previews. Update translations for new UI elements and implement field ordering in schema definitions. Add functionality for managing field extensions and improve asset filtering in the admin UI.
This commit is contained in:
@@ -83,8 +83,8 @@ export default function ContentListPage() {
|
||||
|
||||
if (!collection) {
|
||||
return (
|
||||
<div className="rounded bg-amber-50 p-4 text-amber-800">
|
||||
Missing collection name.
|
||||
<div className="p-4 sm:p-5 md:p-6">
|
||||
<div className="rounded bg-amber-50 p-4 text-amber-800">Missing collection name.</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
@@ -130,7 +130,7 @@ export default function ContentListPage() {
|
||||
};
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className="p-4 sm:p-5 md:p-6">
|
||||
<Breadcrumbs
|
||||
items={[
|
||||
{ label: tBread("content"), href: "/" },
|
||||
|
||||
Reference in New Issue
Block a user