Roel Sint
Roel Sint
What would you advise to position an Action Sheet? For buttons that are on the edge of the screen the positioning should be changed ie. to the right to prevent...
Currently not implemented, see https://github.com/symfony-cmf/MediaBundle/blob/master/Adapter/Gaufrette/CmfMediaDoctrine.php#L230 Should we rather throw an Exception? Or introduce a capabiltiies API. public function __construct() { $this->addCapability(self::CAN_RENAME); $this->addCapability(self::CAN_REMOVE); $this->addCapability(self::CAN_WRITE); // whatever }
Examples: - the upload service uses a media root path. If it does not exist the upload of an image will fail because the parent can not be found. -...
See https://github.com/symfony-cmf/MediaBundle/pull/27#discussion_r5788735