omeka / Documentation

Documentation and tutorials for theme and plugin developers
Other
6 stars 27 forks source link

Explicitly clarify $options arrays throughout #5

Open patrickmj opened 11 years ago

patrickmj commented 11 years ago

Lots of documentation, both prosish and in-code mentions an $options array to be passed, but explicit statements of possible options are not necessarily there.

Many of these situations are probably duplicated, where the same set of possible options are passed to many different functions (like ones for form or element building, or adding metadata to a record).

Those cases should be broken out into individual .rst files and included where useful with the .. include:: directive.