tallence / core-forms

A simple and lean formeditor for the CoreMedia CMS.
Apache License 2.0
19 stars 13 forks source link

Command to enable extension uses wrong parameter #71

Closed dstrasse closed 3 years ago

dstrasse commented 3 years ago

The Maven command to enable the extension uses the wrong parameter. Instead of -Denable=formeditor-extension it needs to use the folder name used for the git submodule initialization, i.e. -Denable=core-forms

timolemke commented 3 years ago

@dstrasse thanks for the hint! Do you refer to the wrong extensions-command in the Readme? This should be resolved by the referenced PR. https://github.com/tallence/core-forms/pull/72 (just created)

dstrasse commented 3 years ago

@timolemke, Yes I was referring to the readme. Thanks for fixing.