Skip to content
Snippets Groups Projects
Commit 020e9a64 authored by Joshua Roberson's avatar Joshua Roberson
Browse files

Update README troubleshooting details.

parent 4fbb8f66
No related branches found
Tags 8.x-1.4
No related merge requests found
...@@ -92,22 +92,30 @@ List of pages that should deny access depending on permissions. ...@@ -92,22 +92,30 @@ List of pages that should deny access depending on permissions.
In-place **Quick edit**. In-place **Quick edit**.
"Block layout" pages: **"Block layout" pages:**
* **Block layout:** * **Block layout:**
/admin/structure/block - **Path:** /admin/structure/block
/admin/structure/block/list/[*theme*] - **Route:** block.admin_display
- **Path:** /admin/structure/block/list/{theme}
- **Route:** block.admin_display_theme
* **Configure block:** * **Configure block:**
/admin/structure/block/manage/[*block*] - **Path:** /admin/structure/block/manage/{block}
- **Route:** entity.block.edit_form
* **Delete block:** * **Delete block:**
/admin/structure/block/manage/[*block*]]/delete - **Path:** /admin/structure/block/manage/{block}/delete
- **Route:** entity.block.delete_form
* **Disable block:** * **Disable block:**
/admin/structure/block/manage/[*block*]]/disable - **Path:** /admin/structure/block/manage/{block}/disable
- **Route:** entity.block.disable
* **Enable block:** * **Enable block:**
/admin/structure/block/manage/[*block*]/enable - **Path:** /admin/structure/block/manage/{block}/enable
- **Route:** entity.block.enable
* **Place block search:** * **Place block search:**
/admin/structure/block/library/[*theme*]?region=[*region*] - **Path:** /admin/structure/block/library/{theme}
- **Route:** block.admin_library
* **Place block configure:** * **Place block configure:**
/admin/structure/block/add/block_content[*block_uuid*]/[*theme*]?region=[*region*] - **Path:** /admin/structure/block/add/{plugin_id}/{theme}
- **Route:** block.admin_add
MAINTAINERS MAINTAINERS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment