We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current readme file of this plugin did not provide me with a comprehensive fail safe guide to install it properly.
MacOS 10.13.1 High Sierra / MAMP Pro / PHP 7.2. / git version 2.17.2 (Apple Git-113)
title: Site columns: - width: 1/2 sections: pages: type: pages create: default template: - about - home - default - width: 1/2 sections: revisions: type: gitLog label: History limit: 5 kirbyOnly: true log: type: gitRevisions label: Revisions fields: - title - text limit: 5 columns: - author - hash - message
title: Site fields: revisions: type: gitLog label: History limit: 5 kirbyOnly: true log: type: gitRevisions label: Revisions fields: - title - text limit: 5 columns: - author - hash - message columns: - width: 1/2 sections: pages: type: pages create: default template: - about - home - default
This time only the first field get's outputted. everything else disappears.
And last but not least, here is my config. I do not understand what you mean but the prefix in your description.
<?php return [ 'dir' => 'https://gitlab.com/viennastruggle/vs_content', // * 'branch' => 'master', 'shouldPull' => false, 'shouldPush' => false, 'shouldCommit' => false, 'userHooks' => false, // ** 'gitBin' => '/usr/bin/git', 'windowsMode' => false, 'logFile' => 'git-log.txt', 'debug' => true ];
I would like to contribute in any way to attribute to this readme to get newcomers like myself setup quicker on path.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current readme file of this plugin did not provide me with a comprehensive fail safe guide to install it properly.
Environment:
MacOS 10.13.1 High Sierra / MAMP Pro / PHP 7.2. / git version 2.17.2 (Apple Git-113)
site.yml:
And I tried a 2nd version:
This time only the first field get's outputted. everything else disappears.
And last but not least, here is my config. I do not understand what you mean but the prefix in your description.
config.php:
I would like to contribute in any way to attribute to this readme to get newcomers like myself setup quicker on path.
The text was updated successfully, but these errors were encountered: