From 32f849ba171878f38d5fd4f384dea07f43ebfc38 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Mon, 24 Apr 2023 14:16:56 +0000 Subject: [PATCH] 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 --- components/captcha/captcha_pkg.lpk | 1 + components/captcha/demos/runtime/runtime.ex-meta | 5 +++++ components/captcha/demos/simple_demo/simpledemo.ex-meta | 5 +++++ 3 files changed, 11 insertions(+) create mode 100644 components/captcha/demos/runtime/runtime.ex-meta create mode 100644 components/captcha/demos/simple_demo/simpledemo.ex-meta diff --git a/components/captcha/captcha_pkg.lpk b/components/captcha/captcha_pkg.lpk index c6f5666dc..f2b27987e 100644 --- a/components/captcha/captcha_pkg.lpk +++ b/components/captcha/captcha_pkg.lpk @@ -36,5 +36,6 @@ + diff --git a/components/captcha/demos/runtime/runtime.ex-meta b/components/captcha/demos/runtime/runtime.ex-meta new file mode 100644 index 000000000..27b0a7ddc --- /dev/null +++ b/components/captcha/demos/runtime/runtime.ex-meta @@ -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."} +} \ No newline at end of file diff --git a/components/captcha/demos/simple_demo/simpledemo.ex-meta b/components/captcha/demos/simple_demo/simpledemo.ex-meta new file mode 100644 index 000000000..195cb71e1 --- /dev/null +++ b/components/captcha/demos/simple_demo/simpledemo.ex-meta @@ -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."} +} \ No newline at end of file