element-specs edit

location-array  edit

Array of element locations, used for specs output

Copy
Edit
<!-- components/element-specs/location-array.php --> <?php $locationArray = array( "Standard Content" => array( "text content", "table header", "collapsible table", "boxcopy", "alert", "default extra block - news", "default extra block - announcements", "default extra block - events", "default extra block", "lightbox content", "emergency info", "search results" ), "Pages" => array( "atoz", "directory", "directory with photo grid", "experts", "gateway", "grids", "ideation", "ideation listing", "listing page - files", "listing page - portfolio", "listing page - news stories", "listing page - announcements", "listing page - children", "listing page - directory", "listing page - features", "news home", "youtube playlist" ), "Menus" => array( "site menu", "info for menu", "banner", "page nav", "page nav extra nav", "page nav news", "footer", ), "Sidebar" => array( "sidebar listbox", "sidebar news events rss", "sidebar news press releases", "sidebar wm in the news", "sidebar widget", ), "Rows" => array( "callout row", "events row", "announcements row", ) ); ?>
Copy
Copy
Edit
/* scss/element-specs/_location-array.scss */