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:
wp_xxyyzz
2023-04-24 14:16:56 +00:00
parent e3cfd50bd9
commit 32f849ba17
3 changed files with 11 additions and 0 deletions

View File

@ -36,5 +36,6 @@
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
<ExamplesDirectory Value="demos\"/>
</Package>
</CONFIG>

View 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."}
}

View 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."}
}