Skip to content

Commit

Permalink
Added 2-pass approach for adding pages with structured data
Browse files Browse the repository at this point in the history
Added:
-variables
--$firstPass (bool) //used to check if on the first pass or second
--$structuredPages (array) //used to store the inventory of pages with structured data
-functions
--editPages() //makes the edit on the second pass
--getReadAsset($path, $type) //gets the read asset object
--getWriteAsset($path, $type) //gets the write asset object
--updateWriteAsset($readAsset, $writeAsset) //updates the write asset with the read asset's structured data.
--getWriteAssetID($path, $type) //gets the ID of a write asset
-style
--Added Bootstrap 3.0 (via CDN)
  • Loading branch information
jolamar committed Sep 23, 2013
1 parent b5cd6fc commit 60bb073
Showing 1 changed file with 398 additions and 34 deletions.
Loading

0 comments on commit 60bb073

Please sign in to comment.