Search the Community
Showing results for tags 'options'.
-
Greetings to all, I have a doubt, the configurable options that are presented depends on the package created in cpanel in this case. Apart from creating the configurable options that I know where to do, by default I get domain but I want to remove that option where the change should be related to that file. Remove the default domain The first image is a sample of how I want it to look
-
Hello How can I add an ID or NAME to a NAV link,I have trie like this but no luck: public function getActions() { return array( array( 'action' => "nav_primary_staff", 'uri' => "/some_folder/", 'name' => "Link Test", 'options' => array('id' => "SomeID",'name' => "SomeName") ), ); } Any help? Tanks in advance Paulo V