How to Render a Newly-created Custom Page
When loading a Custom Page URL path with the pattern (i.e. https://{community_base_url}/{namespace}/{custom_page_id}
- example https://community.example.com/c/test/page
) on a browser, namespace and custom_page_id are read from the request path.
In our example, we are using c
as namespace to address a Custom Page and locate the right Custom Quilt and Page Descriptor with Custom Page ID (custom_page_id
) to render on the browser.
Here is an example of how the Custom Page ID is reflected in the URL path:
- C.TestQuilt.Page – c/test-quilt/page
- C.Testquilt.Page – c/testquilt/page
ATLAS
Comments