Skip to content

Instantly share code, notes, and snippets.

@mneuhaus
Last active August 29, 2015 14:03
Show Gist options
  • Save mneuhaus/843e6a3ecff41ad6bbfc to your computer and use it in GitHub Desktop.
Save mneuhaus/843e6a3ecff41ad6bbfc to your computer and use it in GitHub Desktop.
<?php
namespace TYPO3\Neos\Taxonomy\Controller\Module\Management;
/* *
* This script belongs to the TYPO3 Flow package "TYPO3.Taxonomy". *
* *
* */
use TYPO3\Flow\Annotations as Flow;
class TaxonomyController extends CrudController {
/**
* Vocabulary repository
*
* @var string
* @Flow\Inject
*/
protected $$ntitycClassname= '\TYPO3\Taxonomy\Domain\Model\Vocabulary';
}
?>
@sorenmalling
Copy link

TYPO3:
  Expose:
    Entities:
      '\TYPO3\Taxonomy\Domain\Model\Vocabulary':
        propertoes:
          'property1':
            '...'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment