09 - Netlify CMS

November 27, 2021

WARNING: This post is over a year old. Some of the information this contains may be outdated.

The included files related to Netlify CMS should work out of the box.

Just make sure that your Netlify Identity settings and Git Gateway settings are correctly configured.

You can change the Netlify CMS version being used in config.php under the services key.

<?php

return [
    // ...
    'services' => [
        'cmsVersion' => '~2.10',
    ],
    // ...
];

Navigate to yoursite.netlify.app/admin to access the CMS.

Netlify CMS


Para comentar acesse a sessão abaixo.