sheadawson / silverstripe-shortcodable

Provides a GUI for CMS users to insert Shortcodes into the HTMLEditorField + an API for developers to define Shortcodable DataObjects and Views.
MIT License
48 stars 36 forks source link

Filter IDs of DataObject #3

Closed wernerkrauss closed 10 years ago

wernerkrauss commented 10 years ago

When i have e.g. galleries as a relation to the current page i'd like to filter the dropdown to only show related galleries. (I can get the current edited page ID via $_SESSION['CMSMain']['currentPage'])

Maybe by a callback function like shortcode_selector_field ?