_Article.getEditUrl(params)
Function to get an article edit URL.
Example Usage
{% set editArticleUrl = _Article.getEditUrl({'guid': 'd2c5396d-7741-4449-9d24-0d33de3pp530'}) %}
Parameters
Parameter | Required | Description |
---|---|---|
guid | yes | GUID of the article |
Response Example
http://network.cognitives.io/admin/article/edit?guid=123-ds-3232-3232
Response Description
Success | Error |
---|---|
Absolute URL to edit an article. | If invalid GUID is passed then system throws an exception with message "Article not found". |
Updated almost 5 years ago