Skip to content
Snippets Groups Projects
Commit 2f29e7a1 authored by Kevin Kaland's avatar Kevin Kaland
Browse files

Add missing Title field.

parent c5e61737
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,10 @@ class FillPdfForm extends ContentEntityBase implements FillPdfFormInterface {
->setDescription(t('The UUID of the FillPdfForm entity.'))
->setReadOnly(TRUE);
$fields['title'] = BaseFieldDefinition::create('string')
->setLabel(t('Filename pattern'))
->setDescription(t('The pattern to use for serving populated PDF files.'));
$fields['file'] = BaseFieldDefinition::create('entity_reference')
->setLabel(t('The associated managed file.'))
->setDescription(t('The associated managed file.'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment