You are here

bootstrap_styles.schema.yml in Bootstrap Styles 1.0.x

config/schema/bootstrap_styles.schema.yml

File

config/schema/bootstrap_styles.schema.yml
View source
  1. bootstrap_styles.settings:
  2. type: config_object
  3. label: 'Bootstrap styles settings'
  4. mapping:
  5. layout_builder_theme:
  6. type: string
  7. label: "Layout builder theme"
  8. background_colors:
  9. type: string
  10. label: "Background colors"
  11. background_colors_hex:
  12. type: string
  13. label: "Background colors hex"
  14. background_image:
  15. type: mapping
  16. label: 'Relationship'
  17. mapping:
  18. bundle:
  19. type: string
  20. label: 'Bundle'
  21. field:
  22. type: string
  23. label: 'Field'
  24. background_local_video:
  25. type: mapping
  26. label: 'Relationship'
  27. mapping:
  28. bundle:
  29. type: string
  30. label: 'Bundle'
  31. field:
  32. type: string
  33. label: 'Field'
  34. text_colors:
  35. type: string
  36. label: "Text colors"
  37. text_alignment:
  38. type: string
  39. label: "Text alignment"
  40. padding:
  41. type: string
  42. label: "Padding"
  43. padding_left:
  44. type: string
  45. label: "Left padding"
  46. padding_top:
  47. type: string
  48. label: "Top padding"
  49. padding_right:
  50. type: string
  51. label: "Right padding"
  52. padding_bottom:
  53. type: string
  54. label: "Bottom padding"
  55. margin:
  56. type: string
  57. label: "Margin"
  58. margin_left:
  59. type: string
  60. label: "Left margin"
  61. margin_top:
  62. type: string
  63. label: "Top margin"
  64. margin_right:
  65. type: string
  66. label: "Right margin"
  67. margin_bottom:
  68. type: string
  69. label: "Bottom margin"
  70. border_style:
  71. type: string
  72. label: "Border style"
  73. border_left_style:
  74. type: string
  75. label: "Left border style"
  76. border_top_style:
  77. type: string
  78. label: "Top border style"
  79. border_right_style:
  80. type: string
  81. label: "Right border style"
  82. border_bottom_style:
  83. type: string
  84. label: "Bottom border style"
  85. border_width:
  86. type: string
  87. label: "Border width"
  88. border_left_width:
  89. type: string
  90. label: "Left border width"
  91. border_top_width:
  92. type: string
  93. label: "Top border width"
  94. border_right_width:
  95. type: string
  96. label: "Right border width"
  97. border_bottom_width:
  98. type: string
  99. label: "Bottom border width"
  100. border_color:
  101. type: string
  102. label: "Border color"
  103. border_left_color:
  104. type: string
  105. label: "Left border color"
  106. border_top_color:
  107. type: string
  108. label: "Top border color"
  109. border_right_color:
  110. type: string
  111. label: "Right border color"
  112. border_bottom_color:
  113. type: string
  114. label: "Bottom border color"
  115. rounded_corners:
  116. type: string
  117. label: "Rounded corners"
  118. rounded_corner_top_left:
  119. type: string
  120. label: "Top left rounded corners"
  121. rounded_corner_top_right:
  122. type: string
  123. label: "Top right rounded corners"
  124. rounded_corner_bottom_left:
  125. type: string
  126. label: "Bottom left rounded corners"
  127. rounded_corner_bottom_right:
  128. type: string
  129. label: "Bottom right rounded corners"
  130. box_shadow:
  131. type: string
  132. label: "Box shadow"
  133. scroll_effects:
  134. type: string
  135. label: "Scroll effects"
  136. attribute_type:
  137. type: string
  138. label: "Attribute type"
  139. data_key:
  140. type: string
  141. label: "Data key"
  142. scroll_effects_attr_type:
  143. type: boolean
  144. label: "Scroll effects attribute type"
  145. scroll_effects_data_key:
  146. type: string
  147. label: "Scroll effects data key"
  148. scroll_effects_library_type:
  149. type: string
  150. label: "Scroll effects library type"
  151. bootstrap_styles.container_wrapper:
  152. type: config_entity
  153. label: 'Boostrap Styles Container Wrapper'
  154. mapping:
  155. background:
  156. type: mapping
  157. label: 'Background'
  158. mapping:
  159. background_type:
  160. type: string
  161. label: 'Background Type'
  162. background_color:
  163. type: mapping
  164. label: 'Background Color'
  165. mapping:
  166. class:
  167. type: string
  168. label: 'Class'
  169. background_color_desktop:
  170. type: mapping
  171. label: 'Background Color Desktop'
  172. mapping:
  173. class:
  174. type: string
  175. label: 'Class'
  176. background_color_laptop:
  177. type: mapping
  178. label: 'Background Color Laptop'
  179. mapping:
  180. class:
  181. type: string
  182. label: 'Class'
  183. background_color_tablet:
  184. type: mapping
  185. label: 'Background Color Tablet'
  186. mapping:
  187. class:
  188. type: string
  189. label: 'Class'
  190. background_color_mobile:
  191. type: mapping
  192. label: 'Background Color Mobile'
  193. mapping:
  194. class:
  195. type: string
  196. label: 'Class'
  197. background_media:
  198. type: mapping
  199. label: 'Background Media'
  200. mapping:
  201. image:
  202. type: mapping
  203. label: 'Image'
  204. mapping:
  205. media_id:
  206. type: string
  207. label: 'Media ID'
  208. video:
  209. type: mapping
  210. label: 'Video'
  211. mapping:
  212. media_id:
  213. type: string
  214. label: 'Media ID'
  215. background_options:
  216. type: mapping
  217. label: 'Background Options'
  218. mapping:
  219. background_position:
  220. type: string
  221. label: 'Background Position'
  222. background_repeat:
  223. type: string
  224. label: 'Background Repeat'
  225. background_attachment:
  226. type: string
  227. label: 'Background Attachment'
  228. background_size:
  229. type: string
  230. label: 'Background Size'
  231. text_color:
  232. type: mapping
  233. label: 'Text Color'
  234. mapping:
  235. class:
  236. type: string
  237. label: 'Class'
  238. padding:
  239. type: mapping
  240. label: 'Padding'
  241. mapping:
  242. class:
  243. type: string
  244. label: 'Class'
  245. padding_left:
  246. type: mapping
  247. label: 'Padding Left'
  248. mapping:
  249. class:
  250. type: string
  251. label: 'Class'
  252. padding_top:
  253. type: mapping
  254. label: 'Padding Top'
  255. mapping:
  256. class:
  257. type: string
  258. label: 'Class'
  259. padding_right:
  260. type: mapping
  261. label: 'Padding Right'
  262. mapping:
  263. class:
  264. type: string
  265. label: 'Class'
  266. padding_bottom:
  267. type: mapping
  268. label: 'Padding Bottom'
  269. mapping:
  270. class:
  271. type: string
  272. label: 'Class'
  273. margin:
  274. type: mapping
  275. label: 'Margin'
  276. mapping:
  277. class:
  278. type: string
  279. label: 'Class'
  280. margin_left:
  281. type: mapping
  282. label: 'Margin Left'
  283. mapping:
  284. class:
  285. type: string
  286. label: 'Class'
  287. margin_top:
  288. type: mapping
  289. label: 'Margin Top'
  290. mapping:
  291. class:
  292. type: string
  293. label: 'Class'
  294. margin_right:
  295. type: mapping
  296. label: 'Margin Right'
  297. mapping:
  298. class:
  299. type: string
  300. label: 'Class'
  301. margin_bottom:
  302. type: mapping
  303. label: 'Margin Bottom'
  304. mapping:
  305. class:
  306. type: string
  307. label: 'Class'
  308. padding_mobile:
  309. type: mapping
  310. label: 'Padding Mobile'
  311. mapping:
  312. class:
  313. type: string
  314. label: 'Class'
  315. padding_left_mobile:
  316. type: mapping
  317. label: 'Padding Left Mobile'
  318. mapping:
  319. class:
  320. type: string
  321. label: 'Class'
  322. padding_top_mobile:
  323. type: mapping
  324. label: 'Padding Top Mobile'
  325. mapping:
  326. class:
  327. type: string
  328. label: 'Class'
  329. padding_right_mobile:
  330. type: mapping
  331. label: 'Padding Right Mobile'
  332. mapping:
  333. class:
  334. type: string
  335. label: 'Class'
  336. padding_bottom_mobile:
  337. type: mapping
  338. label: 'Padding Bottom Mobile'
  339. mapping:
  340. class:
  341. type: string
  342. label: 'Class'
  343. margin_mobile:
  344. type: mapping
  345. label: 'Margin Mobile'
  346. mapping:
  347. class:
  348. type: string
  349. label: 'Class'
  350. margin_left_mobile:
  351. type: mapping
  352. label: 'Margin Left Mobile'
  353. mapping:
  354. class:
  355. type: string
  356. label: 'Class'
  357. margin_top_mobile:
  358. type: mapping
  359. label: 'Margin Top Mobile'
  360. mapping:
  361. class:
  362. type: string
  363. label: 'Class'
  364. margin_right_mobile:
  365. type: mapping
  366. label: 'Margin Right Mobile'
  367. mapping:
  368. class:
  369. type: string
  370. label: 'Class'
  371. margin_bottom_mobile:
  372. type: mapping
  373. label: 'Margin Bottom Mobile'
  374. mapping:
  375. class:
  376. type: string
  377. label: 'Class'
  378. padding_tablet:
  379. type: mapping
  380. label: 'Padding Tablet'
  381. mapping:
  382. class:
  383. type: string
  384. label: 'Class'
  385. padding_left_tablet:
  386. type: mapping
  387. label: 'Padding Left Tablet'
  388. mapping:
  389. class:
  390. type: string
  391. label: 'Class'
  392. padding_top_tablet:
  393. type: mapping
  394. label: 'Padding Top Tablet'
  395. mapping:
  396. class:
  397. type: string
  398. label: 'Class'
  399. padding_right_tablet:
  400. type: mapping
  401. label: 'Padding Right Tablet'
  402. mapping:
  403. class:
  404. type: string
  405. label: 'Class'
  406. padding_bottom_tablet:
  407. type: mapping
  408. label: 'Padding Bottom Tablet'
  409. mapping:
  410. class:
  411. type: string
  412. label: 'Class'
  413. margin_tablet:
  414. type: mapping
  415. label: 'Margin Tablet'
  416. mapping:
  417. class:
  418. type: string
  419. label: 'Class'
  420. margin_left_tablet:
  421. type: mapping
  422. label: 'Margin Left Tablet'
  423. mapping:
  424. class:
  425. type: string
  426. label: 'Class'
  427. margin_top_tablet:
  428. type: mapping
  429. label: 'Margin Top Tablet'
  430. mapping:
  431. class:
  432. type: string
  433. label: 'Class'
  434. margin_right_tablet:
  435. type: mapping
  436. label: 'Margin Right Tablet'
  437. mapping:
  438. class:
  439. type: string
  440. label: 'Class'
  441. margin_bottom_tablet:
  442. type: mapping
  443. label: 'Margin Bottom Tablet'
  444. mapping:
  445. class:
  446. type: string
  447. label: 'Class'
  448. padding_desktop:
  449. type: mapping
  450. label: 'Padding Desktop'
  451. mapping:
  452. class:
  453. type: string
  454. label: 'Class'
  455. padding_left_desktop:
  456. type: mapping
  457. label: 'Padding Left Desktop'
  458. mapping:
  459. class:
  460. type: string
  461. label: 'Class'
  462. padding_top_desktop:
  463. type: mapping
  464. label: 'Padding Top Desktop'
  465. mapping:
  466. class:
  467. type: string
  468. label: 'Class'
  469. padding_right_desktop:
  470. type: mapping
  471. label: 'Padding Right Desktop'
  472. mapping:
  473. class:
  474. type: string
  475. label: 'Class'
  476. padding_bottom_desktop:
  477. type: mapping
  478. label: 'Padding Bottom Desktop'
  479. mapping:
  480. class:
  481. type: string
  482. label: 'Class'
  483. margin_desktop:
  484. type: mapping
  485. label: 'Margin Desktop'
  486. mapping:
  487. class:
  488. type: string
  489. label: 'Class'
  490. margin_left_desktop:
  491. type: mapping
  492. label: 'Margin Left Desktop'
  493. mapping:
  494. class:
  495. type: string
  496. label: 'Class'
  497. margin_top_desktop:
  498. type: mapping
  499. label: 'Margin Top Desktop'
  500. mapping:
  501. class:
  502. type: string
  503. label: 'Class'
  504. margin_right_desktop:
  505. type: mapping
  506. label: 'Margin Right Desktop'
  507. mapping:
  508. class:
  509. type: string
  510. label: 'Class'
  511. margin_bottom_desktop:
  512. type: mapping
  513. label: 'Margin Bottom Desktop'
  514. mapping:
  515. class:
  516. type: string
  517. label: 'Class'
  518. padding_laptop:
  519. type: mapping
  520. label: 'Padding Laptop'
  521. mapping:
  522. class:
  523. type: string
  524. label: 'Class'
  525. padding_left_laptop:
  526. type: mapping
  527. label: 'Padding Left Laptop'
  528. mapping:
  529. class:
  530. type: string
  531. label: 'Class'
  532. padding_top_laptop:
  533. type: mapping
  534. label: 'Padding Top Laptop'
  535. mapping:
  536. class:
  537. type: string
  538. label: 'Class'
  539. padding_right_laptop:
  540. type: mapping
  541. label: 'Padding Right Laptop'
  542. mapping:
  543. class:
  544. type: string
  545. label: 'Class'
  546. padding_bottom_laptop:
  547. type: mapping
  548. label: 'Padding Bottom Laptop'
  549. mapping:
  550. class:
  551. type: string
  552. label: 'Class'
  553. margin_laptop:
  554. type: mapping
  555. label: 'Margin Laptop'
  556. mapping:
  557. class:
  558. type: string
  559. label: 'Class'
  560. margin_left_laptop:
  561. type: mapping
  562. label: 'Margin Left Laptop'
  563. mapping:
  564. class:
  565. type: string
  566. label: 'Class'
  567. margin_top_laptop:
  568. type: mapping
  569. label: 'Margin Top Laptop'
  570. mapping:
  571. class:
  572. type: string
  573. label: 'Class'
  574. margin_right_laptop:
  575. type: mapping
  576. label: 'Margin Right Laptop'
  577. mapping:
  578. class:
  579. type: string
  580. label: 'Class'
  581. margin_bottom_laptop:
  582. type: mapping
  583. label: 'Margin Bottom Laptop'
  584. mapping:
  585. class:
  586. type: string
  587. label: 'Class'
  588. border:
  589. type: mapping
  590. label: 'Border'
  591. mapping:
  592. border_style:
  593. type: mapping
  594. label: 'Border Style'
  595. mapping:
  596. class:
  597. type: string
  598. label: 'Class'
  599. border_width:
  600. type: mapping
  601. label: 'Border Width'
  602. mapping:
  603. class:
  604. type: string
  605. label: 'Class'
  606. border_color:
  607. type: mapping
  608. label: 'Border Color'
  609. mapping:
  610. class:
  611. type: string
  612. label: 'Class'
  613. rounded_corners:
  614. type: mapping
  615. label: 'Rounded Corners'
  616. mapping:
  617. class:
  618. type: string
  619. label: 'Class'
  620. border_left_style:
  621. type: mapping
  622. label: 'Border Left Style'
  623. mapping:
  624. class:
  625. type: string
  626. label: 'Class'
  627. border_left_width:
  628. type: mapping
  629. label: 'Border Left Width'
  630. mapping:
  631. class:
  632. type: string
  633. label: 'Class'
  634. border_left_color:
  635. type: mapping
  636. label: 'Border Left Color'
  637. mapping:
  638. class:
  639. type: string
  640. label: 'Class'
  641. border_top_style:
  642. type: mapping
  643. label: 'Border Top Style'
  644. mapping:
  645. class:
  646. type: string
  647. label: 'Class'
  648. border_top_width:
  649. type: mapping
  650. label: 'Border Top Width'
  651. mapping:
  652. class:
  653. type: string
  654. label: 'Class'
  655. border_top_color:
  656. type: mapping
  657. label: 'Border Top Color'
  658. mapping:
  659. class:
  660. type: string
  661. label: 'Class'
  662. border_right_style:
  663. type: mapping
  664. label: 'Border Right Style'
  665. mapping:
  666. class:
  667. type: string
  668. label: 'Class'
  669. border_right_width:
  670. type: mapping
  671. label: 'Border Right Width'
  672. mapping:
  673. class:
  674. type: string
  675. label: 'Class'
  676. border_right_color:
  677. type: mapping
  678. label: 'Border Right Color'
  679. mapping:
  680. class:
  681. type: string
  682. label: 'Class'
  683. border_bottom_style:
  684. type: mapping
  685. label: 'Border Bottom Style'
  686. mapping:
  687. class:
  688. type: string
  689. label: 'Class'
  690. border_bottom_width:
  691. type: mapping
  692. label: 'Border Bottom Width'
  693. mapping:
  694. class:
  695. type: string
  696. label: 'Class'
  697. border_bottom_color:
  698. type: mapping
  699. label: 'Border Bottom Color'
  700. mapping:
  701. class:
  702. type: string
  703. label: 'Class'
  704. rounded_corner_top_left:
  705. type: mapping
  706. label: 'Rounded Corner Top Left'
  707. mapping:
  708. class:
  709. type: string
  710. label: 'Class'
  711. rounded_corner_top_right:
  712. type: mapping
  713. label: 'Rounded Corner Top Right'
  714. mapping:
  715. class:
  716. type: string
  717. label: 'Class'
  718. rounded_corner_bottom_left:
  719. type: mapping
  720. label: 'Rounded Corner Bottom Left'
  721. mapping:
  722. class:
  723. type: string
  724. label: 'Class'
  725. rounded_corner_bottom_right:
  726. type: mapping
  727. label: 'Rounded Corner Bottom Right'
  728. mapping:
  729. class:
  730. type: string
  731. label: 'Class'
  732. scroll_effects:
  733. type: mapping
  734. label: 'Scroll Effects'
  735. mapping:
  736. class:
  737. type: string
  738. label: 'Class'
  739. text_alignment:
  740. type: mapping
  741. label: 'Text Alignment'
  742. mapping:
  743. class:
  744. type: string
  745. label: 'Class'