enduro_admin icon indicating copy to clipboard operation
enduro_admin copied to clipboard

Admin interface for Enduro.js

Results 13 enduro_admin issues
Sort by recently updated
recently updated
newest added

I want to set a label for the array and the object controls, but based on the code, is it not possible, or have I missed something?

The password label doesn't move out of the way when login is autofilled (only tried on Chrome).

Hi, a problem with the temp feature when editing another culture that is not default. The generated content seems to be only in the default language. Is there something i'm...

The commit for tag 1.0.73 (https://github.com/Gottwik/enduro_admin/commit/8f35b578d77bff0d1dd4c76624a3d02a8950d2b2) is not in the master branch.

The Bug/Issue and replication: If your session has expired for whatever reason (time, timeout, server restart)(No indication your session was expired FYI) and you attempt to upload a new image...

If you use the following code: ``` { $animal_types_hidden: true, animal_types: { dog: { $animal_type_type: 'title', animal_type: 'dog', name: '', barks: false }, parrot: { $animal_type_type: 'title', animal_type: 'parrot', name:...

Looks like if `app.use(bodyParser.json())` is added the main app (`app/app.js`), the publish & temp command of admin will hang up. I might investigate further to see why the conflict

For now, if I need to embed an image, I can either use predefined image fields or use `enduro upload`, or just place it somewhere and link to it. I...