Changes between Initial Version and Version 1 of Ticket #40878, comment 4
- Timestamp:
- 10/22/2017 12:42:12 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40878, comment 4
initial v1 3 3 The basic code works: 4 4 5 `menu-locations` endpoint: 5 '''`menu-locations` endpoint:''' 6 6 7 This provides basic enumeration, direct access through their slug, as well as linking and embedding the attached menus. 8 7 9 This is read-only, as the locations are defined in code, not stored in the database. 10 8 11 [[Image(https://cl.ly/3K0t1E1e2a1p/Image%202017-10-22%20at%202.28.28%20PM.png)]] 9 12 10 `menus` endpoint: 13 '''`menus` endpoint:''' 14 11 15 Extension of the terms controller. Provides all terms functionality, with the addition of making the linked menu items embeddable, as this would be a common use case. 16 12 17 [[Image(https://cl.ly/0u3b172w1f0H/Image%202017-10-22%20at%202.31.59%20PM.png)]] 13 18 14 `menu-items` endpoint: 19 '''`menu-items` endpoint:''' 20 15 21 Extension of the posts controller. Provides all posts functionality, with no customizations as of yet. 16 22 Shows the associated menu in the `'menus'` property, which can also be queried: `menu-items/?menus=2`. 23 17 24 [[Image(https://cl.ly/0i0s3B2B0b11/Image%202017-10-22%20at%202.34.18%20PM.png)]] 18 25