domain' => 'default',
'attributes' => array(
'termQuery' => array(
'type' => 'object',
'default' => array(
'perPage' => 10,
'taxonomy' => 'category',
'order' => 'asc',
'orderBy' => 'name',
'include' => array(
),
'hideEmpty' => true,
'showNested' => false,
'inherit' => false
)
),
'tagName' => array(
'type' => 'string',
'default' => 'div'
)
),
'usesContext' => array(
'templateSlug'
),
'providesContext' => array(
'termQuery' => 'termQuery'
),
'supports' => array(
'anchor' => true,
'align' => array(
'wide',
'full'
),
'html' => false,
'layout' => true,
'interactivity' => true
)
),
'text-columns' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3,
'name' => 'core/text-columns',
'title' => 'Text Columns (deprecated)',
'icon' => 'columns',
'category' => 'design',
'description' => 'This block is deprecated. Please use the Columns block instead.',
'textdomain' => 'default',
'attributes' => array(
'content' => array(
'type' => 'array',
'source' => 'query',
'selector' => 'p',
'query' => array(
'children' => array(
'type' => 'string',
'source' => 'html'
)
),
'default' => array(
array(
),
array(
)
)
),
'columns' => array(
'type' => 'number',
'default' => 2
),
'width' => array(
'type' => 'string'
)
),
'supports' => array(
'inserter' => false,
'interactivity' => array(
'clientNavigation' => true
)
),
'editorStyle' => 'wp-block-text-columns-editor',
'style' => 'wp-block-text-columns'
),
'verse' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3,
'name' => 'core/verse',
'title' => 'Poetry',
'category' => 'text',
'description' => 'Insert poetry. Use special spacing formats. Or quote song lyrics.',
'keywords' => array(
'poetry',
'poem',
'verse',
'stanza',
'song',
'lyrics'
),
'textdomain' => 'default',
'attributes' => array(
'content' => array(
'type' => 'rich-text',
'source' => 'rich-text',
'selector' => 'pre',
'__unstablePreserveWhiteSpace' => true,
'role' => 'content'
)
),
'supports' => array(
'anchor' => true,
'background' => array(
'backgroundImage' => true,
'backgroundSize' => true,
'__experimentalDefaultControls' => array(
'backgroundImage' => true
)
),
'color' => array(
'gradients' => true,
'link' => true,
'__experimentalDefaultControls' => array(
'background' => true,
'text' => true
)
),
'dimensions' => array(
'minHeight' => true,
'__experimentalDefaultControls' => array(
'minHeight' => false
)
),
'typography' => array(
'fontSize' => true,
'__experimentalFontFamily' => true,
'lineHeight' => true,
'textAlign' => true,
'__experimentalFontStyle' => true,
'__experimentalFontWeight' => true,
'__experimentalLetterSpacing' => true,
'__experimentalTextTransform' => true,
'__experimentalTextDecoration' => true,
'__experimentalWritingMode' => true,
'__experimentalDefaultControls' => array(
'fontSize' => true
)
),
'spacing' => array(
'margin' => true,
'padding' => true,
'__experimentalDefaultControls' => array(
'margin' => false,
'padding' => false
)
),
'__experimentalBorder' => array(
'radius' => true,
'width' => true,
'color' => true,
'style' => true
),
'interactivity' => array(
'clientNavigation' => true
)
),
'style' => 'wp-block-verse',
'editorStyle' => 'wp-block-verse-editor'
),
'video' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3,
'name' => 'core/video',
'title' => 'Video',
'category' => 'media',
'description' => 'Embed a video from your media library or upload a new one.',
'keywords' => array(
'movie'
),
'textdomain' => 'default',
'attributes' => array(
'autoplay' => array(
'type' => 'boolean',
'source' => 'attribute',
'selector' => 'video',
'attribute' => 'autoplay'
),
'caption' => array(
'type' => 'rich-text',
'source' => 'rich-text',
'selector' => 'figcaption',
'role' => 'content'
),
'controls' => array(
'type' => 'boolean',
'source' => 'attribute',
'selector' => 'video',
'attribute' => 'controls',
'default' => true
),
'id' => array(
'type' => 'number',
'role' => 'content'
),
'loop' => array(
'type' => 'boolean',
'source' => 'attribute',
'selector' => 'video',
'attribute' => 'loop'
),
'muted' => array(
'type' => 'boolean',
'source' => 'attribute',
'selector' => 'video',
'attribute' => 'muted'
),
'poster' => array(
'type' => 'string',
'source' => 'attribute',
'selector' => 'video',
'attribute' => 'poster'
),
'preload' => array(
'type' => 'string',
'source' => 'attribute',
'selector' => 'video',
'attribute' => 'preload',
'default' => 'metadata'
),
'blob' => array(
'type' => 'string',
'role' => 'local'
),
'src' => array(
'type' => 'string',
'source' => 'attribute',
'selector' => 'video',
'attribute' => 'src',
'role' => 'content'
),
'playsInline' => array(
'type' => 'boolean',
'source' => 'attribute',
'selector' => 'video',
'attribute' => 'playsinline'
),
'tracks' => array(
'role' => 'content',
'type' => 'array',
'items' => array(
'type' => 'object'
),
'default' => array(
)
)
),
'supports' => array(
'anchor' => true,
'align' => true,
'spacing' => array(
'margin' => true,
'padding' => true,
'__experimentalDefaultControls' => array(
'margin' => false,
'padding' => false
)
),
'interactivity' => array(
'clientNavigation' => true
)
),
'editorStyle' => 'wp-block-video-editor',
'style' => 'wp-block-video'
),
'widget-group' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3,
'name' => 'core/widget-group',
'title' => 'Widget Group',
'category' => 'widgets',
'attributes' => array(
'title' => array(
'type' => 'string'
)
),
'supports' => array(
'html' => false,
'inserter' => true,
'customClassName' => true,
'reusable' => false
),
'editorStyle' => 'wp-block-widget-group-editor',
'style' => 'wp-block-widget-group'
)
);
නව රජයේ රාජ්ය හා නියෝජ්ය අමාත්යවරුන් දිවුරුම් දෙයි (Update) – ttvnews.lk
No Result
View All Result
නව රජයේ රාජ්ය සහ නියෝජ්ය අමාත්යවරුන් දිවුරුම් දීම අද පෙරවරු 10 ට ජනාධිපති ගෝඨාභය රාජපක්ෂගේ ප්රධානත්වයෙන් ජනාධිපති කාර්යාලයේදී සිදු කෙරෙණි.
දිවුරුම් දුන් රාජ්ය අමාත්ය හා නියෝජ්ය අමාත්යවරුන් පිළිවෙලින් ,
1. චමල් රාජපක්ෂ -රාජ්ය ආරක්ෂක රාජ්ය අමාත්ය
2. වාසුදේව නානායක්කාර – ජල සම්පාදන හා පලාප්රවාහන රාජ්ය අමාත්ය
3. ගාමිණී ලොකුගේ – නාගරික සංවර්ධන රාජ්ය අමාත්ය
4. මහින්ද යාපා අබේවර්ධන – වාරි මාර්ග හා ග්රාමිය සංවර්ධන රාජ්ය අමාත්ය
5. එස්.බී. දිසානායක – ඉඩම් හා ඉඩම් සංවර්ධන රාජ්ය අමාත්ය
6. ජොන් සෙනෙවිරත්න – ආර්ථික හා ප්රතිප්රතිපත්ති සංවර්ධන රාජ්ය අමාත්ය
7.මහින්ද සමරසිංහ – රාජ්ය පරිපාලන හා ස්වදේශ කටයුතු රාජ්ය අමාත්ය
8. සී.බී රත්නායක – දුම්රිය සේවා රාජ්ය අමාත්ය
9.මහින්ද යාපා අබේවර්ධන – තොරතුරු හා සන්නිවේදන තාක්ෂණික රාජ්ය අමාත්ය
10.සුසන්ත පුංචිනිලමේ – කුඩා හා මධ්ය පරිමාණ ව්යාපාර රාජ්ය අමාත්ය
11.අනුර ප්රියදර්ශන යාපා – අභ්යන්තර වෙළෙඳ හා පාරිභෝගික සුභසාධන රාජ්ය අමාත්ය
12.සුසිල් ප්රේමජයන්ත – ජාත්යන්තර සහයෝගිතා රාජ්ය අමාත්ය
13. ප්රියංකර ජයරත්න – දේශිය වෛද්ය සේවා රාජ්ය අමාත්ය
14. රංජිත් සියඹලාපිටිය – අධ්යාපන සේවා රාජ්ය අමාත්ය
15. මහින්දානන්ද අලුත්ගමගේ – විදුලි බල රාජ්ය අමාත්ය
16. දුමින්ද දිසානායක – තරුණ කටයුතු රාජ්ය අමාත්ය
17. රෝහිත අබේගුණවර්ධන – බලශක්ති රාජ්ය අමාත්ය
18. දයාසිරි ජයසේකර – කර්මාන්ත රාජ්ය අමාත්ය
19. ලසන්ත අලගියවන්න – රාජ්ය කලමණාකර රාජ්ය අමාත්ය
20. කෙහෙළිය රඹුක්වැල්ල – ආයෝජන ප්රවර්ධන රාජ්ය අමාත්යවරයා
21. අරුන්දික ප්රනාන්දු – සංචාරක ප්රවර්ධන රාජ්ය අමාත්යවරයා
22. තිලංග සුමතිපාල – තාක්ෂණ සහ නව උත්පාදන රාජ්ය අමාත්යවරයා
23. මොහාන් ද සිල්වා – මානව හිමිකම් සහ නීති ප්රතිසංස්කරණ රාජ්ය අමාත්යවරයා
24. විජිත බේරුගොඩ – කාන්තා හා ළමා කටයුතු රාජ්ය අමාත්යවරයා
25 .රොෂාන් රණසිංහ – මහවැලි සංවර්ධන රාජ්ය අමාත්ය
26. ජානක වක්කුඹුර – අපනයන කෘෂි කර්ම රාජ්ය අමාත්ය
27. විදුර වික්රමනායක – කෘෂිකර්ම රාජ්ය අමාත්ය
28. ශොහාන් සේමසිංහ – සංවර්ධන බැංකු රාජ්ය අමාත්ය
29. කනක හේරත් – වරාය සංවර්ධන කටයුතු රාජ්ය අමාත්ය
30. දිලුම් අමුණුගම – ප්රවාහන සේවා කලමාකරණ රාජ්ය අමාත්ය
31. ලොහාන් රත්වත්තේ – මහා මාර්ග සංවර්ධන රාජ්ය අමාත්ය
32. විමලවීර දිසානායක – වනජිවි සම්පත් රාජ්ය අමාත්ය
33. ජයන්තර සමරවීර – පරිසර රාජ්ය අමාත්ය
34 . සනත් නිශාන්ත – ධීවර හා මිරිදිය මත්ස්ය රාජ්ය අමාත්ය
35 . තාරක බාලසුරිය – සමාජ ආරක්ෂ රාජ්ය අමාත්ය
36. නිමල් ලාන්සා – ප්රජා සවිබල සහ වතු යටිතල පහසුකම් නියෝජ්ය අමාත්ය
37. කාංචන විජේසුරිය – ධීවර සහ ජලජ සම්පත් නියෝජ්ය අමාත්ය
38. ඉන්දික අනුරුද්ධ – රාජ්ය පරිපාලන, ස්වදේශ කටයුතු සහ පළාත් සභා සහ පළාත් පාලන නියෝජ්ය අමාත්ය
දිවුරුම් දීමෙන් අනතුරු සිටි සමුහ ඡායාරූපය

දිලිනි සමන්මලි
Post Views: 25
No Result
View All Result