humanmade / altis-cms

CMS Module for Altis
https://www.altis-dxp.com/resources/docs/core/
46 stars 5 forks source link

Document available configuration #96

Open rmccue opened 5 years ago

rmccue commented 5 years ago

Version 2.0 disabled emoji by default with #83, but we never documented it. There's other options we haven't documented properly, so we should document all of these.


Acceptance criteria:

sambulance commented 4 years ago

Are the options you're referring to the the ones in load.php?

    $default_settings = [
        'enabled'       => true,
        'branding'      => true,
        'login-logo'    => '/vendor/altis/cms/assets/logo.svg',
        'shared-blocks' => true,
        'default-theme' => 'base',
        'remove-emoji'  => true,
        'xmlrpc'        => true,
    ];

Where exactly would these be documented?

joehoyle commented 4 years ago

Each module has it's own docs, e.g. https://github.com/humanmade/altis-cms/tree/master/docs. You can view them locally in the admin-bar Altis Logo -> Documentation.

Yes those are the options!

sambulance commented 4 years ago

In addition, there are a few third-party plugins added to the CMS module that are not documented.

https://github.com/humanmade/altis-cms/blob/master/composer.json#L13

kevinlangleyjr commented 4 years ago
  • "johnbillion/extended-cpts"

extended-cpts has documentation now 👍

https://github.com/humanmade/altis-cms/blob/master/docs/extended-cpts.md

jennybeaumont commented 3 years ago

Blocked by https://github.com/humanmade/altis-cms/issues/260