PHPackages                             svandragt/silverstripe-description - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. svandragt/silverstripe-description

AbandonedArchivedSilverstripe-module[Utility &amp; Helpers](/categories/utility)

svandragt/silverstripe-description
==================================

Takes form field descriptions through $db\_descriptions and shows them in the edit form.

271PHP

Since Apr 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/svandragt/silverstripe-description)[ Packagist](https://packagist.org/packages/svandragt/silverstripe-description)[ RSS](/packages/svandragt-silverstripe-description/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

silverstripe-description
========================

[](#silverstripe-description)

Takes form field descriptions through $db\_descriptions and shows them in the edit form.

Usage
-----

[](#usage)

1. Install using composer `composer require "svandragt/silverstripe-description:*"`
2. Attach it to your data objects / page types through the configuration system as follows:

```
Object::add_extension("DataObject","DescriptionDataExtension");

```

DIY Demo:
---------

[](#diy-demo)

Course.php:

```
