Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added 2-pass approach for adding pages with structured data
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