Проверка шаблона шины для iOS
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

20 lines
274B

  1. version: 2
  2. model:
  3. join: [Bool, false]
  4. textApp: [String, ""]
  5. textUI: [String, ""]
  6. service:
  7. actions:
  8. busModel
  9. pipes:
  10. join: [toggle, K.join]
  11. textApp: [recent, K.textApp]
  12. textUI: [recent, K.textUI]
  13. world:
  14. join: [ps]
  15. textApp: [ps]
  16. textUI: [ps]