add multiple classes at once via page_theme Permalink

Permalink
How can i add multiple classes at once via page_theme, "getThemeAreaClasses()"
is that possible? it would be much easier and would save time for editors.
thank you.

 
stewblack23 replied on at Permalink Reply
stewblack23
This should work for you. Its just an array within an array.

public function getThemeAreaClasses() {
        return array(
         'hero-area' => array('hero-wrapper'),
         'content-boxes-1' => array('box-wrapper','red','green','blue','grey')
      );
    }
helvetica replied on at Permalink Reply
helvetica
thanks, this thread is a copy of:
https://www.concrete5.org/community/forums/customizing_c5/add-multip...

and has been already answered.

same goes for:
https://www.concrete5.org/community/forums/chat/get-link-atribute-fr...

is also an exact copy - somebody is playing on the forum ...