You've already forked lazarus-ccr
Captcha: Provide metadata of the sample projects for the new IDE examples window.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8801 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -36,5 +36,6 @@
|
||||
<Version Value="2"/>
|
||||
<UseFileFilters Value="True"/>
|
||||
</PublishOptions>
|
||||
<ExamplesDirectory Value="demos\"/>
|
||||
</Package>
|
||||
</CONFIG>
|
||||
|
5
components/captcha/demos/runtime/runtime.ex-meta
Normal file
5
components/captcha/demos/runtime/runtime.ex-meta
Normal file
@ -0,0 +1,5 @@
|
||||
{ "runtime" : {
|
||||
"Category" : "CCR",
|
||||
"Keywords" : ["controls", "captcha", "label"],
|
||||
"Description" : "Demonstrates how a TCaptchaLabel can be created at runtime. It also allows to study the effect of various properties. Note that this project does not require to install the captcha_pkg package; the component source are expected to be in folder \"source\" two directory level higher."}
|
||||
}
|
5
components/captcha/demos/simple_demo/simpledemo.ex-meta
Normal file
5
components/captcha/demos/simple_demo/simpledemo.ex-meta
Normal file
@ -0,0 +1,5 @@
|
||||
{ "simpledemo" : {
|
||||
"Category" : "CCR",
|
||||
"Keywords" : ["controls", "captcha", "label"],
|
||||
"Description" : "This simple project shows a sample dialog in which the user must verify a captcha text."}
|
||||
}
|
Reference in New Issue
Block a user