Skip to content

Commit ba1d43d

Browse files
layout shouldn't be in presentation anymore
1 parent 5c80354 commit ba1d43d

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

docs/manifest.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ readium manifest --infer-a11y=split moby-dick.epub | jq .metadata
151151
"identifier": "code.google.com.epub-samples.moby-dick-basic",
152152
"language": "en-US",
153153
"modified": "2012-01-18T12:47:00Z",
154-
"presentation": {
155-
"layout": "reflowable"
156-
},
154+
"layout": "reflowable",
157155
"publisher": "Harper & Brothers, Publishers",
158156
"title": "Moby-Dick"
159157
}
@@ -868,11 +866,9 @@ readium manifest --infer-a11y=split accessible_epub_3.epub | jq .metadata
868866
"identifier": "urn:isbn:9781449328030",
869867
"language": "en",
870868
"modified": "2012-10-24T15:30:00Z",
871-
"presentation": {
872-
"layout": "reflowable"
873-
},
869+
"layout": "reflowable",
874870
"published": "2012-02-20T00:00:00Z",
875871
"publisher": "O’Reilly Media, Inc.",
876872
"title": "Accessible EPUB 3"
877873
}
878-
```
874+
```

0 commit comments

Comments
 (0)