edit static pages in backend
This commit is contained in:
parent
e771c4921f
commit
783ac823ba
59 changed files with 1644 additions and 761 deletions
|
@ -316,7 +316,7 @@ class RequestController extends Controller
|
|||
*/
|
||||
private function _addLandingPageAttribute(\DOMNode $document, $dataid)
|
||||
{
|
||||
$url = route('document.show', $dataid);
|
||||
$url = route('frontend.dataset.show', $dataid);
|
||||
|
||||
$owner = $document->ownerDocument;
|
||||
$attr = $owner->createAttribute('landingpage');
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue