Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grav pagination can't see feature page data #40

Open
vimalmavani opened this issue Jun 20, 2019 · 1 comment
Open

grav pagination can't see feature page data #40

vimalmavani opened this issue Jun 20, 2019 · 1 comment

Comments

@vimalmavani
Copy link

vimalmavani commented Jun 20, 2019

i've created feature modular page and add some of data using grav admin theme tabs my markdown file data is below.

title: Features
media_order: 'pexels-photo-1040157.jpeg,pexels-photo-1509428.jpeg,pexels-photo-2076622.jpeg'
published: true
class: small
features:
-
icon: 'fa fa-music'
header: Music
text: 'Music Description'
url: www.Google.com
description: Image
new_image: pexels-photo-1509428.jpeg
customimage:
user/themes/quark/images/bRpETMJx3yjBGrU.jpg:
name: bRpETMJx3yjBGrU.jpg
type: image/jpeg
size: 133533
path: user/themes/quark/images/bRpETMJx3yjBGrU.jpg
-
icon: 'fa fa-signal'
header: Signal
text: 'Signal Description'
url: www.google.com
description: image
new_image: pexels-photo-2076622.jpeg
customimage:
user/themes/quark/images/EOqkf2DMUmIwY4o.jpg:
name: EOqkf2DMUmIwY4o.jpg
type: image/jpeg
size: 214082
path: user/themes/quark/images/EOqkf2DMUmIwY4o.jpg
-
icon: 'fa fa-video-camera'
header: video
text: 'Video Description'
url: www.google.com
description: image
new_image: pexels-photo-1509428.jpeg
customimage:
user/themes/quark/images/D2my3isrQu46LvJ.jpg:
name: D2my3isrQu46LvJ.jpg
type: image/jpeg
size: 833597
path: user/themes/quark/images/D2my3isrQu46LvJ.jpg
-
icon: 'fa fa-volume-up'
header: Sound
text: 'Sound text'
url: Sound.com
description: 'Sound description'
new_image: pexels-photo-1509428.jpeg
customimage:
user/themes/quark/images/0pA4mzu3DxlPQFJ.jpeg:
name: 0pA4mzu3DxlPQFJ.jpeg
type: image/jpeg
size: 52057
path: user/themes/quark/images/0pA4mzu3DxlPQFJ.jpeg

I need to create pagination.

@Heraes-git
Copy link

The pagination plugin just paginate a collection. Give us more detail in order to understand how you process your collection, in your template. But for now, I don't see a collection declaration, and your YAML seems badly indented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants