Search the Community
Showing results for tags 'page edit'.
-
I've a json file, and from json file I'm creating some dynamic pages, problem is how i can edit language field or how to add new filed through API I'm doing like this <?php $string = file_get_contents('incl/codes.json'); $json_a = json_decode($string, true); $arabic = $languages->get(...
-
In PW I created a user 'tester' and gave the access to create edit and new. Issue is I'm unable to see 'edit' link in front of each page link and pages that i want to edit is already created. any help in this will be great help. Thank you.
-
Hi, I have a bug that has seemingly popped up out of nowhere. On some pages in admin when I try to edit, they return an error "The process returned no content." I've checked the exceptions log and this is the error there: DirectoryIterator::__construct(/data/www/**domain-omitted...
-
How to write a module that adds links to edit previous or next sibling in page editor?
-
out of the box, all fields of page edit is from top down. If a page have many fields, page editing or creation is not quit user friendly, user have to scroll a long listing page. is it possible to customize the page edit layout ? Let say some fields could be arrange in two or three columns or gr...