<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
- Path
For this documentation, we will assume every request begins with the above path.
- Format
| sudo apt update && \ | |
| sudo apt upgrade -y && \ | |
| sudo apt dist-upgrade -y && \ | |
| sudo apt autoremove -y && | |
| sudo apt autoclean -y && \ | |
| sudo apt clean |
| ## SET YOUR CUSTOM FIELD NAME | |
| #set($chooseurl = "chooseUrl") | |
| <script type="application/javascript"> | |
| dojo.require('dotcms.dijit.FileBrowserDialog'); | |
| function browseRedirectPage() { | |
| pageSelectorChoose.show(); | |
| } |