River Kelly

Results 6 issues of River Kelly

## Overview The `ee()->cp->load_package_css()` does not prevent duplicate css links in the HTML header. **See [CP Package Loading (js v.s. css)](https://github.com/ExpressionEngine/ExpressionEngine/issues/916) for more details.** Resolves [#916](https://github.com/ExpressionEngine/ExpressionEngine/issues/916). ## Nature of This...

community feature

## Overview In previous versions of the documentation, the value returned from `install()/uninstall()` is determined by the invocation of the parent class methods. See [here](https://github.com/ExpressionEngine/ExpressionEngine-User-Guide/blob/3765a177c38fbc82986a68b32d4ceb2fe2589dd2/docs/development/addon-installer.md#module-installer). ### Supporting Argument Lets examine...

**Suggested Change** To display settings for field types that support `grid` content types, the array returned from `display_settings()` method is a bit different. > **Example**: The relationship field makes this...

**Suggested Change** Add documentation in the Model Service for the [`getValues()`](https://github.com/ExpressionEngine/ExpressionEngine/blob/74f08dd59af194788277607fb973f3e076e17315/system/ee/ExpressionEngine/Library/Data/Entity.php#L511-L520) method. **Reasoning** I believe this method would be a valuable addition to [Model Methods](https://docs.expressionengine.com/latest/development/services/model/building-your-own.html#model-methods). (Services > Model Service >...

**Suggested Change** Add documentation to describe `$_type_classes` property for the Model Service. The use case I have found which demonstrates this can be found in the [Site Model](https://github.com/ExpressionEngine/ExpressionEngine/blob/74f08dd59af194788277607fb973f3e076e17315/system/ee/ExpressionEngine/Model/Site/Site.php#L28-L33) > Note:...

**Suggested Change** The Model Service documentation is missing a description of the `$_hook_id` property. The example I have found that uses this property is within the [Member Model](https://github.com/ExpressionEngine/ExpressionEngine/blob/74f08dd59af194788277607fb973f3e076e17315/system/ee/ExpressionEngine/Model/Member/Member.php#L31-L33). **Reasoning** I...