Enhance RustyCMS: Update .gitignore to include demo assets, improve admin UI dependency management, and add new translations for asset management. Implement asset date filtering and enhance content forms with asset previews. Introduce caching mechanisms for improved performance and add support for draft status in content entries.
This commit is contained in:
@@ -13,5 +13,9 @@
|
||||
type: "string",
|
||||
description: "Optional body text",
|
||||
},
|
||||
image: {
|
||||
type: "string",
|
||||
description: "Image URL (asset path)",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user