-
- Downloads
Initial commit
parents
No related branches found
No related tags found
Showing
- composer.json 27 additions, 0 deletionscomposer.json
- custom_elements.info.yml 5 additions, 0 deletionscustom_elements.info.yml
- custom_elements.libraries.yml 4 additions, 0 deletionscustom_elements.libraries.yml
- custom_elements.module 71 additions, 0 deletionscustom_elements.module
- custom_elements.services.yml 7 additions, 0 deletionscustom_elements.services.yml
- src/EntityValues.php 136 additions, 0 deletionssrc/EntityValues.php
- src/Service/VariablePreprocessor.php 111 additions, 0 deletionssrc/Service/VariablePreprocessor.php
- templates/custom-elements.html.twig 20 additions, 0 deletionstemplates/custom-elements.html.twig
composer.json
0 → 100644
{ | |||
"name": "drunomics/custom_elements", | |||
"description": "Render fields as custom elements.", | |||
"type": "drupal-module", | |||
"authors": [ | |||
{ | |||
"name": "drunomics GmbH", | |||
"email": "hello@drunomics.com" | |||
} | |||
], | |||
"license": "GPL-2.0-or-later", | |||
"repositories": [ | |||
{ | |||
"type": "composer", | |||
"url": "https://packages.drupal.org/8" | |||
} | |||
], | |||
"extra": { | |||
"branch-alias": { | |||
"dev-8.x-1.x": "1.0.x-dev" | |||
} | |||
}, | |||
"require": { | |||
}, | |||
"require-dev": { | |||
} | |||
} |
custom_elements.info.yml
0 → 100644
custom_elements.libraries.yml
0 → 100644
custom_elements.module
0 → 100644
custom_elements.services.yml
0 → 100644
src/EntityValues.php
0 → 100644
src/Service/VariablePreprocessor.php
0 → 100644
templates/custom-elements.html.twig
0 → 100644
Please register or sign in to comment