admin_blocks

Model for listing editable content blocks for a resource in the admin interface.

Available Model API Paths

MethodPath patternDescription
get/list/+id/...Return the sorted admin edit block definitions available for resource +id, collected via #admin_edit_blocks notifications.

/+name marks a variable path segment. A trailing /... means extra path segments are accepted for further lookups.

Edit on GitHub