New post titles extension, resolves #19

This commit is contained in:
Matthew Barbour
2019-07-09 09:23:46 -05:00
committed by matthew
parent 45df025e7d
commit c3f2d2e1bd
6 changed files with 123 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ abstract class Permissions
public const EDIT_IMAGE_SOURCE = "edit_image_source";
public const EDIT_IMAGE_OWNER = "edit_image_owner";
public const EDIT_IMAGE_LOCK = "edit_image_lock";
public const EDIT_IMAGE_TITLE = "edit_image_title";
public const BULK_EDIT_IMAGE_TAG = "bulk_edit_image_tag";
public const BULK_EDIT_IMAGE_SOURCE = "bulk_edit_image_source";
public const DELETE_IMAGE = "delete_image";