Mykola Orlenko

Results 2 issues of Mykola Orlenko

https://github.com/jhaals/yopass/blob/7fd2b38ad79fa4ca4fb47f3b424636a69ae5edd3/website/src/createSecret/Upload.tsx#L20 It would be nice to use env variable such as MAX_FILE_UPLOAD to configure maximum file size.

### Preconditions Add attribute in Data Patch using `$eavSetup->addAttribute()` method. Place DataPatch in Vendor/Module/Setup/Patch/Data/AddTestAttribute.php file. Example ```php $eavSetup = $this->eavSetupFactory->create(['setup' => $this->moduleDataSetup]); $eavSetup->addAttribute(Product::ENTITY, $attributeCode, $attribute); ``` ### Steps to reproduce...

Progress: ready for grooming